[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 2 08:43:13 PDT 2023
================
@@ -0,0 +1,31 @@
+UNSUPPORTED: system-windows
+
+# RUN: %clang_host -g %S/Inputs/main.c -o %t
----------------
DavidSpickett wrote:
If you can, a test where the regular expression matches at the very end of the name would be a good addition.
This would check the tail end of your PrintRed loop, where you print any remaining text.
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list