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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to