~pali/llvm/lldb-trunk

18803 by jingham
Make sure that stop-hooks run asynchronously.
1
break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook"
18207 by zturner
Don't use -O in lit tests.
2
break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook"
3
run
18803 by jingham
Make sure that stop-hooks run asynchronously.
4
target stop-hook add -x 2 -o "expr lldb_val += 1" -o "thread list"
5
target stop-hook add -G true -o "script print('Hit stop hook')