Skip to content

Commit 29fd68f

Browse files
debuginfo: Try to get minimal version of LLDB autotest framework running without crash with old LLDB version: Activate breakpoint handling
1 parent 8514af7 commit 29fd68f

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
@@ -121,7 +121,7 @@ def listen():
121121
global new_breakpoints
122122
breakpoint = lldb.SBBreakpoint.GetBreakpointFromEvent(event)
123123
print_debug("breakpoint added (not really...), id = " + str(breakpoint.id))
124-
# new_breakpoints.append(breakpoint.id)
124+
new_breakpoints.append(breakpoint.id)
125125
wait_count += 1
126126
except:
127127
print_debug("breakpoint listener shutting down")

0 commit comments

Comments
 (0)