[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 15 03:42:33 PST 2023
=?utf-8?q?José?= L. Junior <josejunior at 10xengineers.ai>,taalhaataahir0102
<23100293 at lums.edu.pk>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/69422 at github.com>
taalhaataahir0102 wrote:
Hi David! Thanks, we'll update the required changes. Plus we just updated the test case:
Previously added this in the input file:
> So foo_bar would be matched twice by (foo|bar). Not sure if there's a symbol in the program that'll fit that already. If not you could easily add one to support this test case.
But we realized it was failing some other test case (`Commands/command-breakpoint-col.test`)
So we just used this technique instead:
> You could even use main again. (ma|n\.o$). It might pick up other symbols so just look for the main line and ignore anything else that comes up.
We'll incorporate the rest of the feedback soon. ;)
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list