[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:58:37 PST 2023


================
@@ -163,6 +176,14 @@ bool SymbolContext::DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
       dumped_something = true;
       if (symbol->GetType() == eSymbolTypeTrampoline)
         s->PutCString("symbol stub for: ");
+
+      // Similar here, Using DumpName if the function is called by regex symbol
----------------
junior-jl wrote:

Removed the comments.

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


More information about the lldb-commits mailing list