[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 7 03:25:57 PST 2023
=?utf-8?q?José?= L. Junior <josejunior at 10xengineers.ai>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/69422 at github.com>
================
@@ -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
----------------
DavidSpickett wrote:
Just an FYI, readers will not necessarily be reading code in a straight line. So relative references like "similar here" are mostly useless unless very close to each other.
Also we'll want to remove these comments eventually but they are fine to keep around while you iterate, if it helps you.
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list