Re: [lldb-dev] lldb test suite on macOS 10.13 (High Sierra)

2017-11-16 Thread Pavel Labath via lldb-dev
Right, after learning way more than I ever wanted to know about xcrun, I think I see the issue. When running with empty SDKROOT variable, xcrun sets SDKROOT to "/" when running clang: $ SDKROOT= xcrun --no-cache --log --verbose clang /Users/lldb_build/lldbSlave/buildDir/llvm/tools/lldb/packages/Pyt

[lldb-dev] negative in stop reason

2017-11-16 Thread Jian Liu/Gmail via lldb-dev
Dear all, I have just debug KLEE with lldb. A breakpoint was set on the function "executeAllocUnbounded". After the breakpoint was hiited, I used "continue" to let the program to go on. However, it did not work. The respose from lldb is following: (lldb) Process 10254 stopped * thread #1, nam