================ @@ -305,6 +319,16 @@ class BreakpointLocation /// It also takes care of decrementing the ignore counters. /// If it returns false we should continue, otherwise stop. bool IgnoreCountShouldStop(); + + // If this location knows that the virtual stack frame it represents is + // not frame 0, return the suggested stack frame instead. This will happen + // when the location's address contains a "virtual inlined call stack" and the + // breakpoint was set on a file & line that are not at the bottom of that + // stack. For now we key off the "preferred line entry" - looking for that + // in the blocks that start with the stop PC. + // This version of the API doesn't take an "inlined" parameter because it + // only changes frames in the inline stack. ---------------- adrian-prantl wrote:
same here ... https://github.com/llvm/llvm-project/pull/112939 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits