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