[Lldb-commits] [lldb] [lldb] Display breakpoint locations using display name (PR #90297)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 29 16:16:21 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);
----------------
adrian-prantl wrote:
Why is this one false?
https://github.com/llvm/llvm-project/pull/90297
More information about the lldb-commits
mailing list