[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)

José Lira Junior via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 13 09:55:31 PST 2023


================
@@ -89,13 +97,18 @@ bool SymbolContext::DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
       s->Printf("<");
       dumped_something = true;
     } else {
-      ConstString name;
+      ConstString name_func;
----------------
junior-jl wrote:

Since the argument is now named `pattern`, I think this confusion is cleared.

https://github.com/llvm/llvm-project/pull/69422


More information about the lldb-commits mailing list