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-30 Thread Ramana via lldb-dev
These sort of issues I have faced in the past and in my case the reason was I used the incorrect host triple while building LLDB (LLVM etc). Example: Assuming you are using GCC/G++ compiler to build LLVM+LLDB, I would set the LLVM_HOST_TRIPLE to the one used in the library path and not essentia

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
g mailto:cuibixi...@gmail.com>>, > "lldb-dev@lists.llvm.org <mailto:lldb-dev@lists.llvm.org>" > mailto: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 archi

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
.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? If you are launching your lldb-server and it is already debugging a program you don't use "process launch", you use "process at

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
: Tatyana Krasnukha <mailto:tatyana.krasnu...@synopsys.com>> > 日期: 2017年10月27日 星期五 21:53 > 至: cuibixiong mailto:cuibixi...@gmail.com>> > 抄送: "lldb-dev@lists.llvm.org <mailto:lldb-dev@lists.llvm.org>" > mailto:lldb-dev@lists.llvm.org>> > 主题: RE: [lldb-dev]

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 Tatyana Krasnukha via lldb-dev
Subject: Re: [lldb-dev] did anyone konw LLDB support lldb + openocd to run dotest.py in bare board like ARM or other non-x86 architecture? Hi You mean should use “platform select remote-linux” ? I use it but also report error: unable to launch a GDB server on 'debian-

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
日期: 2017年10月27日 星期五 21:53 至: 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? It seems that ‘process launch’ tries to launch gdb-server that is already s

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-27 Thread Tatyana Krasnukha via lldb-dev
=connect://hostname:port --arch=architecture ... From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of cui bixiong via lldb-dev Sent: Friday, 27 October, 2017 9:41 AM To: Greg Clayton Cc: lldb-dev Subject: Re: [lldb-dev] did anyone konw LLDB support lldb + openocd to run dotest.py in

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

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-24 Thread Greg Clayton via lldb-dev
> On Oct 24, 2017, at 12:02 AM, cui bixiong wrote: > > Hi > > sorry, i'm confuse, in my mind, lldb-server maybe like gdb-server, > running on Linux-like platform listening RSP command which send form gdb and > use ptrace syscall to debug which you want to debug program > > is it sup

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-24 Thread cui bixiong via lldb-dev
Hi sorry, i'm confuse, in my mind, lldb-server maybe like gdb-server, running on Linux-like platform listening RSP command which send form gdb and use ptrace syscall to debug which you want to debug program is it support remote download to batch mode run all testsuite? certainly i think

[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