================ @@ -1506,13 +1514,50 @@ static bool LookupAddressInModule(CommandInterpreter &interpreter, Stream &strm, ExecutionContextScope *exe_scope = interpreter.GetExecutionContext().GetBestExecutionContextScope(); - DumpAddress(exe_scope, so_addr, verbose, all_ranges, strm); + DumpAddress(exe_scope, so_addr, verbose, all_ranges, strm, nullptr); return true; } return false; } +//=========================================================================================== + +// This function is the one which colorizes the regex symbol searched +static void PrintRed(Stream &strm, const char *text, const char *name, CommandInterpreter *interpreter= nullptr) { ---------------- DavidSpickett wrote:
Consider changing `name` to `re_pattern`, something that tells us that it is in fact a regex. https://github.com/llvm/llvm-project/pull/69422 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits