diff options
Diffstat (limited to 'lldb/lit/Reproducer/TestDump.test')
| -rw-r--r-- | lldb/lit/Reproducer/TestDump.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/lit/Reproducer/TestDump.test b/lldb/lit/Reproducer/TestDump.test index 472c563d7f2..e378043f9c1 100644 --- a/lldb/lit/Reproducer/TestDump.test +++ b/lldb/lit/Reproducer/TestDump.test @@ -18,4 +18,8 @@ # COMMANDS: target create # COMMANDS: command source +# RUN: %lldb -b -o 'reproducer dump -p gdb -f %t.repro' | FileCheck %s --check-prefix GDB +# GDB: send packet: $QStartNoAckMode#b0 +# GDB: read packet: $OK#9a + # RUN: %lldb --replay %t.repro | FileCheck %s --check-prefix FILES |

