Lines Matching refs:stop
1 # RUN: %clang_host %p/Inputs/stop-hook.c -g -o %t
2 # Test setting stop-hook per-function
3 # RUN: %lldb -b -s %p/Inputs/stop-hook-1.lldbinit -s %s -f %t \
5 # Test setting stop-hook per-line range
6 # RUN: %lldb -b -s %p/Inputs/stop-hook-2.lldbinit -s %s -f %t | FileCheck %s
7 # Test setting stop-hook with multi-line expression
8 # RUN: %lldb -b -s %p/Inputs/stop-hook-3.lldbinit -s %s -f %t | FileCheck %s
15 break set -f stop-hook.c -p "// Set breakpoint here to test target stop-hook"
16 break set -f stop-hook.c -p "// Another breakpoint which is outside of the stop-hook range"
17 target stop-hook list
26 target stop-hook disable
28 target stop-hook list
36 target stop-hook enable
38 target stop-hook list
47 # Stopping inside of the stop hook range
52 # Stepping inside of the stop hook range
55 # CHECK: ->{{.*}} // We should stop here after stepping.
58 # Stopping outside of the stop hook range
61 # CHECK: ->{{.*}} // Another breakpoint which is outside of the stop-hook range.
64 # Stepping inside of the stop hook range
69 target stop-hook delete
71 target stop-hook list
72 # CHECK: (lldb) target stop-hook list
74 # CHECK: No stop hooks