diff options
| author | Eric Christopher <echristo@gmail.com> | 2019-12-10 12:19:30 -0800 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2019-12-10 12:29:46 -0800 |
| commit | c9e0b354e2749ce7ab553974692cb35c8651a869 (patch) | |
| tree | b15ce91461b0a934920362f501071702f0f7464a /lldb/test/Shell/Reproducer/Inputs | |
| parent | a2602bdd7316e3e41366f946a83a5a654b909957 (diff) | |
| download | bcm5719-llvm-c9e0b354e2749ce7ab553974692cb35c8651a869.tar.gz bcm5719-llvm-c9e0b354e2749ce7ab553974692cb35c8651a869.zip | |
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB remotes
This was causing a crash in opt+assert builds on linux and a follow-up
message was posted.
This reverts commit e81268d03e73aef4f9c7bd8ece8ad02f5b017dcf
Diffstat (limited to 'lldb/test/Shell/Reproducer/Inputs')
| -rw-r--r-- | lldb/test/Shell/Reproducer/Inputs/MultipleTargetsCapture.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lldb/test/Shell/Reproducer/Inputs/MultipleTargetsCapture.in b/lldb/test/Shell/Reproducer/Inputs/MultipleTargetsCapture.in deleted file mode 100644 index c78d6276c89..00000000000 --- a/lldb/test/Shell/Reproducer/Inputs/MultipleTargetsCapture.in +++ /dev/null @@ -1,12 +0,0 @@ -target select 0 -breakpoint set -f simple.c -l 12 -run -target select 1 -breakpoint set -f simple.c -l 16 -run -target select 0 -cont -target select 1 -cont -reproducer status -reproducer generate |

