mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
Set LLDB debugserver path
This commit is contained in:
parent
6cd35eead1
commit
fb22fa9ac3
1 changed files with 4 additions and 0 deletions
4
modules/darwin/debugserver.nix
Normal file
4
modules/darwin/debugserver.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# <https://sourcegraph.com/github.com/llvm/llvm-project@70906f0514826b5e64bd9354210ae836740c2053/-/blob/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp?L883>
|
||||
environment.variables.LLDB_DEBUGSERVER_PATH = "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/Resources/debugserver";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue