[Lldb-commits] [lldb] Disable ThreadPlanSingleThreadTimeout during step over breakpoint (PR #104532)

via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 16 14:55:00 PDT 2024


jeffreytan81 wrote:

@labath 
> stepping over a breakpoint can still block

Yes, I discussed this concern with @clayborg before writing it. However, this is not a new issue—the default 'step over' (next command) uses ThreadPlanStepOverBreakpoint to trace a single instruction across a breakpoint without resuming other threads, so it could, in theory, encounter the syscall deadlock as well.

@jimingham, let me know if this PR makes sense to you.

https://github.com/llvm/llvm-project/pull/104532


More information about the lldb-commits mailing list