summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Reproducer/Inputs
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-12-10 12:19:30 -0800
committerEric Christopher <echristo@gmail.com>2019-12-10 12:29:46 -0800
commitc9e0b354e2749ce7ab553974692cb35c8651a869 (patch)
treeb15ce91461b0a934920362f501071702f0f7464a /lldb/test/Shell/Reproducer/Inputs
parenta2602bdd7316e3e41366f946a83a5a654b909957 (diff)
downloadbcm5719-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.in12
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
OpenPOWER on IntegriCloud