================ @@ -281,6 +283,18 @@ class BreakpointLocation /// Returns the breakpoint location ID. lldb::break_id_t GetID() const { return m_loc_id; } + + // Set the line entry that should be shown to users for this location. + // It is up to the caller to verify that this is a valid entry to show. + // The current use of this is to distinguish among line entries from a + // virtual inlined call stack that all share the same address. ---------------- adrian-prantl wrote:
Nit: these should all be Doxygen comments using /// 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