Welcome to mirror list, hosted at ThFree Co, Russian Federation.

travis_lldb.expect « scripts - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5466fad1adab9c33a63914255c2d965708872c8 (plain)
1
2
3
4
5
6
7
8
9
10
spawn lldb ./test_all
expect "*\nCurrent executable set to*"
send "run\r"
set timeout 120
expect "*\r\nProcess * stopped\r\n*"
send "bt\rthread list\rthread backtrace all\rquit\r"
set timeout 10
expect "*Quitting LLDB will kill one or more processes. Do you really want to proceed*"
send "y\r"
expect default