[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-22 Thread cuibixiong via lldb-dev
Hi did anyone konw LLDB support lldb + openocd to run dotest.py in bare board like ARM or other non-x86 architecture? Best Regards —cuibixiong ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb

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-28 Thread cuibixiong via lldb-dev
cally debugging the entire OS so lldb-server won't work because you have to OS to run it in the background. Supporting the test suite on baseboards will take some effort. Best Regards --cuibixiong On Mon, Oct 23, 2017 at 11:06 PM, Greg Clayton wrote: > On Oct 22, 2017, at 6:21 AM

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-31 Thread cuibixiong via lldb-dev
i think reset baseboard is very important feature too, but in lldb-server maybe not support currently i guess. Yes lldb-server does support a full connection to a remote OS. On baseboards you are typically debugging the entire OS so lldb-server won't work because you have to OS to run it i