[lldb-dev] check-lldb will start using in-tree clang by default

2017-10-26 Thread Pavel Labath via lldb-dev
I am going to check in a change (D39215) which causes the check-lldb target to use the just-built clang for compiling the test inferiors (instead of the system compiler, which was the old default). The main reason for this is to provide better reproducibility of test results between different machi

Re: [lldb-dev] did anyone konw LLDB support lldb + openocd to run dotest.py in bare board like ARM or other non-x86 architecture?

2017-10-26 Thread cui bixiong via lldb-dev
Hi : I build a armhf qemu enviroment to test ARM lldb + lldb-server testsuite. source code base on LLVM + LLDB + LLD + CLANG formal release 5.0.0. Target: lldb-server platform --listen *: --server Host : (lldb) platform select remote-linux Platform: remote-linux Con