[Lldb-commits] [lldb] More refinement of call site handling in stepping. (PR #114628)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 1 17:42:38 PDT 2024
================
@@ -395,7 +394,44 @@ bool ThreadPlanStepRange::SetNextBranchBreakpoint() {
m_next_branch_bp_sp->GetID(), bp_site_id,
run_to_address.GetLoadAddress(&m_process.GetTarget()));
}
-
+ // The "next branch breakpoint might land on an virtual inlined call
----------------
adrian-prantl wrote:
```suggestion
// The "next branch breakpoint might land on a virtual inlined call
```
https://github.com/llvm/llvm-project/pull/114628
More information about the lldb-commits
mailing list