Skip to content

Commit c6945a5

Browse files
committed
fix breakpoint_callback path
1 parent f1d8aed commit c6945a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/etc/lldb_batchmode/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def execute_command(command_interpreter, command):
9898
"registering breakpoint callback, id = " + str(breakpoint_id)
9999
)
100100
callback_command = f"breakpoint command add -s python {str(breakpoint_id)} -o \
101-
'import lldb_batchmode; lldb_batchmode.breakpoint_callback'"
101+
'import lldb_batchmode; lldb_batchmode.runner.breakpoint_callback'"
102102

103103
command_interpreter.HandleCommand(callback_command, res)
104104
if res.Succeeded():

0 commit comments

Comments
 (0)