================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to