Skip to content

Commit e5e0db5

Browse files
debuginfo: Try to get minimal version of LLDB autotest framework running without crash with old LLDB version: Disable breakpoint setting again
1 parent a10d81e commit e5e0db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/lldb_batchmode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def execute_command(command_interpreter, command):
9393
else:
9494
print_debug("registering breakpoint callback, id = " + str(breakpoint_id))
9595
callback_command = "breakpoint command add -F breakpoint_callback " + str(breakpoint_id)
96-
command_interpreter.HandleCommand(callback_command, res)
96+
# command_interpreter.HandleCommand(callback_command, res)
9797
if res.Succeeded():
9898
print_debug("successfully registered breakpoint callback, id = " + str(breakpoint_id))
9999
registered_breakpoints.add(breakpoint_id)

0 commit comments

Comments
 (0)