[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:12 PDT 2023
================
@@ -1,6 +1,7 @@
# RUN: yaml2obj %S/Inputs/symbols.yaml -o %t
# RUN: %lldb %t -b -o "target modules lookup -A -r -s some" | FileCheck %s -DMODULE=%basename_t.tmp --implicit-check-not ignoreThisFunction
+
----------------
DavidSpickett wrote:
Undo the unrelated changes in this file.
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list