[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:
Also just for sanity checking, add one where you don't match anything at all. It shouldn't do any matching or even attempt to, so the test would just ensure that it doesn't try and end up crashing.
The classic "nothing in, nothing out" test case. So it will match 0 symbols but that's what we expect.
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list