[Lldb-commits] [lldb] [lldb] Step over non-lldb breakpoints (PR #174348)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 29 03:13:50 PST 2026
================
@@ -1159,6 +1194,13 @@ class StopInfoUnixSignal : public StopInfo {
return false;
}
+ void PerformAction([[maybe_unused]] Event *event_ptr) override {
+ // A signal of SIGTRAP indicates that a trap instruction has been hit
----------------
DavidSpickett wrote:
full stop
https://github.com/llvm/llvm-project/pull/174348
More information about the lldb-commits
mailing list