[Lldb-commits] [lldb] [lldb] Display breakpoint locations using display name (PR #90297)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 29 16:17:57 PDT 2024
================
@@ -685,7 +686,7 @@ bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
sc.DumpStopContext(s, exe_scope, *this, show_fullpaths,
show_module, show_inlined_frames,
show_function_arguments, show_function_name,
- settings);
+ false, settings);
----------------
kastiglione wrote:
I wanted to limit the initial scope of changes to just breakpoint locations. It may be that we want to change this to true, but it has not be discussed (or audited, or tested) and so I am not confident in changing this too.
https://github.com/llvm/llvm-project/pull/90297
More information about the lldb-commits
mailing list