================ @@ -369,6 +393,13 @@ class BreakpointLocation lldb::break_id_t m_loc_id; ///< Breakpoint location ID. StoppointHitCounter m_hit_counter; ///< Number of times this breakpoint /// location has been hit. + std::optional<LineEntry> m_preferred_line_entry; // If this exists, use it to print the stop ---------------- adrian-prantl wrote:
And if you use the Doxygen comment syntax, IDEs will know to associate the comment with the following declaration. 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