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

Reply via email to