File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lldb/test/Shell/SymbolFile/NativePDB Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ int main(int argc, char **argv) {
2525// CHECK-NEXT: (lldb) break set -f local-variables.cpp -l 17
2626// CHECK-NEXT: Breakpoint 1: where = local-variables.cpp.tmp.exe`main + {{.*}} at local-variables.cpp:{{.*}}, address = {{.*}}
2727// CHECK-NEXT: (lldb) run a b c d e f g
28+ // CHECK-NEXT: Process {{.*}} launched: '{{.*}}local-variables.cpp.tmp.exe'
2829// CHECK-NEXT: Process {{.*}} stopped
2930// CHECK-NEXT: * thread #1, stop reason = breakpoint 1.1
3031// CHECK-NEXT: frame #0: {{.*}} local-variables.cpp.tmp.exe`main(argc=8, argv={{.*}}) at local-variables.cpp:{{.*}}
@@ -36,8 +37,7 @@ int main(int argc, char **argv) {
3637// CHECK-NEXT: 19 }
3738// CHECK-NEXT: 20
3839
39- // CHECK: Process {{.*}} launched: '{{.*}}local-variables.cpp.tmp.exe'
40- // CHECK-NEXT: (lldb) expression argc
40+ // CHECK: (lldb) expression argc
4141// CHECK-NEXT: (int) $0 = 8
4242// CHECK-NEXT: (lldb) step
4343// CHECK-NEXT: Process {{.*}} stopped
You can’t perform that action at this time.
0 commit comments