[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 07:34:39 PDT 2023
================
@@ -185,6 +226,111 @@ bool SymbolContext::DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
return dumped_something;
}
+void SymbolContext::GetDescription(Stream *s, lldb::DescriptionLevel level,
+ Target *target, const char* name) const {
----------------
DavidSpickett wrote:
Did we need a second copy of this function? I assume it existed prior.
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list