[Lldb-commits] [lldb] [lldb] colorize symbols in image lookup with a regex pattern (PR #69422)

José Lira Junior via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 4 15:44:02 PST 2023


================
@@ -1593,6 +1595,7 @@ static uint32_t LookupSymbolInModule(CommandInterpreter &interpreter,
     return 0;
 
   SymbolContext sc;
+  bool use_color = interpreter.GetDebugger().GetUseColor();
----------------
junior-jl wrote:

Done.

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


More information about the lldb-commits mailing list