1break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook" 2break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook" 3run 4target stop-hook add -G true 5expr lldb_val += 1 6thread list 7DONE 8
1break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook" 2break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook" 3run 4target stop-hook add -G true 5expr lldb_val += 1 6thread list 7DONE 8