[Lldb-commits] [lldb] [LLDB] Add a way to avoid manual stepping over breakpoints when resuming (PR #165760)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 30 12:14:02 PDT 2025
walter-erquinigo wrote:
> 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.
I did explore this, but I couldn't find a reasonable way. Code paths that do stepping + breakpoints require a full lldb-server in the test.
https://github.com/llvm/llvm-project/pull/165760
More information about the lldb-commits
mailing list