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