[Lldb-commits] [lldb] [LLDB] Add a way to avoid manual stepping over breakpoints when resuming (PR #165760)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 30 12:08:58 PDT 2025
https://github.com/dmpots commented:
Is there anyway we can add a test for this behavior? Maybe something in https://github.com/llvm/llvm-project/blob/main/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp?
It would be nice to have something that shows we never send the "disable-singlstep-enable" packets for the breakpoint when this feature is enabled.
https://github.com/llvm/llvm-project/pull/165760
More information about the lldb-commits
mailing list