We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64eae7f commit 9c826deCopy full SHA for 9c826de
lldb/test/Shell/Minidump/no-process-id.yaml
@@ -1,8 +1,7 @@
1
# RUN: yaml2obj %s -o %t
2
-# RUN: %lldb -c %t -o "thread list" -o "register read" -b 2>&1 | FileCheck %s
+# RUN: %lldb -c %t -o "thread list" -o "register read" -b 2> %t.stderr | FileCheck %s
3
4
# CHECK: (lldb) target create --core
5
-# CHECK: unable to retrieve process ID from minidump file, setting process ID to 1
6
# CHECK: Core file {{.*}} was loaded.
7
8
# CHECK: (lldb) thread list
@@ -12,6 +11,9 @@
12
11
# CHECK: (lldb) register read
13
# CHECK: rsp = 0x00007ffceb34a210
14
+# RUN: cat %t.stderr | FileCheck %s --check-prefix ERROR
15
+# ERROR: unable to retrieve process ID from minidump file, setting process ID to 1
16
+
17
--- !minidump
18
Streams:
19
- Type: ThreadList
0 commit comments