diff options
Diffstat (limited to 'lldb/lit/Reproducer/Inputs')
-rw-r--r-- | lldb/lit/Reproducer/Inputs/GDBRemoteCapture.in | 2 | ||||
-rw-r--r-- | lldb/lit/Reproducer/Inputs/GDBRemoteReplay.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lit/Reproducer/Inputs/GDBRemoteCapture.in b/lldb/lit/Reproducer/Inputs/GDBRemoteCapture.in index 8df7ca42fee..e632c821d57 100644 --- a/lldb/lit/Reproducer/Inputs/GDBRemoteCapture.in +++ b/lldb/lit/Reproducer/Inputs/GDBRemoteCapture.in @@ -1,4 +1,4 @@ -breakpoint set -f simple.c -l 13 +breakpoint set -f simple.c -l 12 run bt cont diff --git a/lldb/lit/Reproducer/Inputs/GDBRemoteReplay.in b/lldb/lit/Reproducer/Inputs/GDBRemoteReplay.in index 1364c7e7276..efbb7971ab6 100644 --- a/lldb/lit/Reproducer/Inputs/GDBRemoteReplay.in +++ b/lldb/lit/Reproducer/Inputs/GDBRemoteReplay.in @@ -1,5 +1,5 @@ reproducer status -breakpoint set -f simple.c -l 13 +breakpoint set -f simple.c -l 12 run bt cont |