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
Hi I don’t launch lldb-server which already debugging a program, just use "lldb-server platform —listen *: —server” on Qemu armhf for Debian 6.0 Best Regards —cuibixiong 发件人: Greg Clayton 日期: 2017年10月31日 星期二 23:15 至: Tatyana Krasnukha 抄送: cuibixiong , "lldb-dev@lists.llvm.org" 主题:

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 Greg Clayton via lldb-dev
If you are launching your lldb-server and it is already debugging a program you don't use "process launch", you use "process attach" if you are connected to your platform. It isn't recommended to use "remote-gdb-server" platform directly. "remote-linux" uses "remote-gdb-server" underneath it,