[Lldb-commits] [lldb] [lldb/crashlog] Make interactive mode the new default (PR #94575)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 6 10:49:04 PDT 2024


================
@@ -3,7 +3,7 @@
 # RUN: mkdir -p %t.dir
 # RUN: yaml2obj %S/Inputs/interactive_crashlog/multithread-test.yaml > %t.dir/multithread-test
 # RUN: %lldb -b -o 'command script import lldb.macosx.crashlog' \
-# RUN: -o 'crashlog -a -i -s -t %t.dir/multithread-test %S/Inputs/interactive_crashlog/multithread-test.ips' \
+# RUN: -o 'crashlog -a -s --mode interactive -t %t.dir/multithread-test %S/Inputs/interactive_crashlog/multithread-test.ips' \
----------------
bulbazord wrote:

If interactive mode is the new default, should we drop the `--mode interactive` and have the test rely on the default behavior? :)

https://github.com/llvm/llvm-project/pull/94575


More information about the lldb-commits mailing list