[Lldb-commits] [lldb] [lldb] Change lldb's breakpoint handling behavior (PR #96260)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 11:14:48 PDT 2024
================
@@ -377,6 +380,26 @@ class Thread : public std::enable_shared_from_this<Thread>,
virtual void SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) {}
+ /// When a thread stops at an enabled BreakpointSite that has not exectued,
----------------
jimingham wrote:
exectued -> executed
https://github.com/llvm/llvm-project/pull/96260
More information about the lldb-commits
mailing list