[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


================
@@ -82,6 +83,40 @@ bool StopInfo::HasTargetRunSinceMe() {
   return false;
 }
 
+void StopInfo::SkipOverTrapInstruction() {
+  Status error;
+  Log *log = GetLog(LLDBLog::Process);
----------------
DavidSpickett wrote:

blank line after this

https://github.com/llvm/llvm-project/pull/174348


More information about the lldb-commits mailing list