mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix spaces in paths bug (PY-14246).
This commit is contained in:
@@ -525,7 +525,7 @@ def run_python_code_mac(pid, python_code, connect_debugger_tracing=False, show_d
|
||||
|
||||
cmd.extend([
|
||||
"-o 'process attach --pid %d'"%pid,
|
||||
"-o 'command script import \'%s\''" % (lldb_threads_prepare_file,),
|
||||
"-o 'command script import \"%s\"'" % (lldb_threads_prepare_file,),
|
||||
"-o 'expr (void*)dlopen(\"%s\", 2);'" % target_dll,
|
||||
# "-o 'expr (int)hello();'",
|
||||
"-o 'expr (int)DoAttach(%s, \"%s\", %s);'" % (
|
||||
@@ -536,7 +536,7 @@ def run_python_code_mac(pid, python_code, connect_debugger_tracing=False, show_d
|
||||
if connect_debugger_tracing:
|
||||
cmd.extend([
|
||||
# "-o 'expr (int) SetSysTraceFunc(0, 0);'",
|
||||
"-o 'command script import \'%s\''" % (lldb_threads_settrace_file,),
|
||||
"-o 'command script import \"%s\"'" % (lldb_threads_settrace_file,),
|
||||
])
|
||||
|
||||
cmd.extend([
|
||||
|
||||
Reference in New Issue
Block a user