diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-06 16:55:14 +0000 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-06 16:55:14 +0000 |
| commit | bcf6c81a88b0569f4e646dd7c8f59311238df831 (patch) | |
| tree | b3678d169392306354120b2d7cf68e82a8b0bc6c /pkgs/development/python-modules/debugpy/hardcode-lldb.patch | |
| parent | 4ccac6fd237eceb85e3f03ff78128198796b7e90 (diff) | |
| parent | 1cd0291434dc359c808664d774adfae539f458f7 (diff) | |
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/debugpy/hardcode-lldb.patch')
| -rw-r--r-- | pkgs/development/python-modules/debugpy/hardcode-lldb.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/debugpy/hardcode-lldb.patch b/pkgs/development/python-modules/debugpy/hardcode-lldb.patch new file mode 100644 index 000000000000..43ededa083cf --- /dev/null +++ b/pkgs/development/python-modules/debugpy/hardcode-lldb.patch @@ -0,0 +1,13 @@ +diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py +index ed43e370..b28ab453 100644 +--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py ++++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py +@@ -494,7 +494,7 @@ def run_python_code_mac(pid, python_code, connect_debugger_tracing=False, show_d + is_debug = 0 + # Note that the space in the beginning of each line in the multi-line is important! + cmd = [ +- 'lldb', ++ '@lldb@/bin/lldb', + '--no-lldbinit', # Do not automatically parse any '.lldbinit' files. + # '--attach-pid', + # str(pid), |
