================
@@ -1311,6 +1334,16 @@ class Thread : public 
std::enable_shared_from_this<Thread>,
   bool m_should_run_before_public_stop;  // If this thread has "stop others" 
                                          // private work to do, then it will
                                          // set this.
+  lldb::addr_t
+      m_stopped_at_unexecuted_bp; // When the thread stops at a
+                                  // breakpoint instruction/BreakpointSite
+                                  // but has not yet hit/exectued it,
----------------
jimingham wrote:

executed

https://github.com/llvm/llvm-project/pull/96260
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to