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-11-01 Thread Greg Clayton via lldb-dev
When you use process launch and a lldb-server in "platform" mode, it will try to launch an lldb-server in gdbserver mode for you. So you will need to debug the "qLaunchGDBServer" packet. It will spawn a "lldb-server" in gdb remote mode, have it bind to port zero and report back the port that it

[lldb-dev] One year checkpoint and Thread Sanitizer update

2017-11-01 Thread Kamil Rytarowski via lldb-dev
The past year has been started with bugfixes and the development of regression tests for ptrace(2) and related kernel features, as well as the continuation of bringing LLDB support and LLVM sanitizers (ASan + UBsan and partial TSan + Msan) to NetBSD. My plan for the next year is to finish implement