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