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 59ed56e commit d9791b0Copy full SHA for d9791b0
llvm/test/Regression/Debugger/funccall.ll
@@ -1,5 +1,12 @@
1
+;; RUN: echo create > %t.commands
2
+;; RUN: echo s >> %t.commands
3
4
+;; RUN: echo finish >> %t.commands
5
+;; RUN: echo bt >> %t.commands
6
+;; RUN: echo q >> %t.commands
7
+;; RUN: echo y >> %t.commands
8
;; RUN: llvm-as -f %s -o %t.bc
-;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc | grep 'in main at funccall.c:11:2'
9
+;; RUN: llvm-db %t.bc < %t.commands | grep 'in main at funccall.c:11:2'
10
11
12
;; Debugger type declarations
0 commit comments