summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads-2.lldbinit
blob: 3b7d23953c320b1dfca935383b2e5c7e909d68b0 (plain)
1
2
3
4
5
break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook"
break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook"
run
target stop-hook add -x 2 -o "expr lldb_val += 1" -o "thread list"
target stop-hook add -G true -o "script print('Hit stop hook') 
OpenPOWER on IntegriCloud