[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:25:41 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list