We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
breakpoint_callback
1 parent f1d8aed commit c6945a5Copy full SHA for c6945a5
1 file changed
src/etc/lldb_batchmode/runner.py
@@ -98,7 +98,7 @@ def execute_command(command_interpreter, command):
98
"registering breakpoint callback, id = " + str(breakpoint_id)
99
)
100
callback_command = f"breakpoint command add -s python {str(breakpoint_id)} -o \
101
- 'import lldb_batchmode; lldb_batchmode.breakpoint_callback'"
+'import lldb_batchmode; lldb_batchmode.runner.breakpoint_callback'"
102
103
command_interpreter.HandleCommand(callback_command, res)
104
if res.Succeeded():
0 commit comments