[Lldb-commits] [lldb] [lldb][AArch64][Linux] Add tests for SME only core files (PR #189985)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 8 04:03:25 PDT 2026


================
@@ -435,9 +435,11 @@ ProcessState get_initial_state(const char *mode, const char *za,
 }
 
 int main(int argc, char *argv[]) {
-  if (argc != 4) {
-    printf("Expected 3 arguments, process mode, za on or off, streaming vector "
-           "length\n");
+  if (argc != 4 && argc != 5) {
+    printf(
+        "Expected at least 3 arguments, process mode, za on or off, streaming "
+        "vector "
+        "length. Optionally ending with \"crash\" to generate a core file.\n");
----------------
JDevlieghere wrote:

nit: Reflow?

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


More information about the lldb-commits mailing list