Files
clang-p2996/lldb/test/Shell/Reproducer/Inputs/MultipleTargetsCapture.in
Eric Christopher 1d41d1bcdf Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB remotes"
On multiple retry this issue won't duplicate - will revisit with author if
duplication works again.

This reverts commit c9e0b354e2.
2019-12-10 15:04:45 -08:00

13 lines
186 B
Plaintext

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