diff options
Diffstat (limited to 'lldb/lit')
4 files changed, 4 insertions, 4 deletions
diff --git a/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-2.lldbinit b/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-2.lldbinit index 906c18b004d..13de5fb60bc 100644 --- a/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-2.lldbinit +++ b/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-2.lldbinit @@ -1 +1 @@ -target stop-hook add -f stop-hook.c -l 30 -e 34 -o "expr ptr"
\ No newline at end of file +target stop-hook add -f stop-hook.c -l 29 -e 34 -o "expr ptr"
\ No newline at end of file diff --git a/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit b/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit index 98ed59ca46b..b4dcda2f88f 100644 --- a/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit +++ b/lldb/lit/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit @@ -1,3 +1,3 @@ -target stop-hook add -f stop-hook.c -l 30 -e 34 +target stop-hook add -f stop-hook.c -l 29 -e 34 expr ptr DONE
\ No newline at end of file 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 |