================
@@ -1548,14 +1581,17 @@ static uint32_t LookupSymbolInModule(CommandInterpreter 
&interpreter,
       Symbol *symbol = symtab->SymbolAtIndex(match_indexes[i]);
       if (symbol) {
         if (symbol->ValueIsAddress()) {
+          // Using the new dump function to add colors in the summary.
----------------
DavidSpickett wrote:

If these are for your own info when developing, cool. It's a nice habit to get 
into, but later we'll go through and remove all these that are "obvious" in 
production code.

One thing I do is `// TODO: ...`. Then before I push for review I can do `git 
show | grep TODO` and see if I forgot anything.

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

Reply via email to