diff options
Diffstat (limited to 'lldb/lit/ExecControl')
-rw-r--r-- | lldb/lit/ExecControl/StopHook/Inputs/stop-hook-2.lldbinit | 2 | ||||
-rw-r--r-- | lldb/lit/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit | 2 |
2 files changed, 2 insertions, 2 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 |