diff options
Diffstat (limited to 'lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit')
-rw-r--r-- | lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit b/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit new file mode 100644 index 00000000000..36e144deecc --- /dev/null +++ b/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-3.lldbinit @@ -0,0 +1,3 @@ +target stop-hook add -f stop-hook.c -l 29 -e 34 +expr ptr +DONE |