diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
| commit | 0115c10328281567391855766fef8fbe57a1d4cc (patch) | |
| tree | f5c3232c37e50caaf5a2043e22fcebccee668bdd /lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads-1.lldbinit | |
| parent | 44e988ab14cb387eddfeacd1493792a6aa6aee81 (diff) | |
| download | bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.tar.gz bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.zip | |
Revert [test] Split LLDB tests into API, Shell & Unit
as it appears to have broken check-lldb.
This reverts r374184 (git commit 22314179f0660c172514b397060fd8f34b586e82)
llvm-svn: 374187
Diffstat (limited to 'lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads-1.lldbinit')
| -rw-r--r-- | lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads-1.lldbinit | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads-1.lldbinit b/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads-1.lldbinit deleted file mode 100644 index 004bd34abfb..00000000000 --- a/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads-1.lldbinit +++ /dev/null @@ -1,7 +0,0 @@ -break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook" -break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook" -run -target stop-hook add -G true -expr lldb_val += 1 -thread list -DONE |

