Re: [lldb-dev] LLDB bare-metal and 'load' command

2016-12-19 Thread Greg Clayton via lldb-dev
> On Dec 19, 2016, at 4:33 AM, Abid, Hafiz wrote: > > > Hi Greg, I was trying to do some bare-metal debugging with LLDB and an ARM >> board. I noticed that LLDB does not have a command similar to 'load' command of GDB. >> Searching the mailing list, it seems that this issue

Re: [lldb-dev] LLDB bare-metal and 'load' command

2016-12-19 Thread Abid, Hafiz via lldb-dev
> > > Hi Greg, > > > I was trying to do some bare-metal debugging with LLDB and an ARM > board. I noticed that > > > LLDB does not have a command similar to 'load' command of GDB. > Searching the mailing list, > > > it seems that this issue has been discussed before. > > > > > > http://lists.llvm

Re: [lldb-dev] LLDB bare-metal and 'load' command

2016-12-16 Thread Greg Clayton via lldb-dev
> On Dec 16, 2016, at 2:29 PM, Abid, Hafiz wrote: > > > > Original message > From: Greg Clayton > Date: 16/12/2016 21:48 (GMT+00:00) > To: "Abid, Hafiz" > Cc: lldb-dev@lists.llvm.org > Subject: Re: LLDB bare-metal and 'load' command > > > > On Dec 16, 2016, at 9:00 AM, Ab

Re: [lldb-dev] LLDB bare-metal and 'load' command

2016-12-16 Thread Abid, Hafiz via lldb-dev
Original message From: Greg Clayton Date: 16/12/2016 21:48 (GMT+00:00) To: "Abid, Hafiz" Cc: lldb-dev@lists.llvm.org Subject: Re: LLDB bare-metal and 'load' command > On Dec 16, 2016, at 9:00 AM, Abid, Hafiz wrote: > > Hi Greg, > I was trying to do some bare-metal debugging

Re: [lldb-dev] LLDB bare-metal and 'load' command

2016-12-16 Thread Greg Clayton via lldb-dev
> On Dec 16, 2016, at 9:00 AM, Abid, Hafiz wrote: > > Hi Greg, > I was trying to do some bare-metal debugging with LLDB and an ARM board. I > noticed that > LLDB does not have a command similar to 'load' command of GDB. Searching the > mailing list, > it seems that this issue has been discusse

Re: [lldb-dev] LLDB bare-metal and 'load' command

2016-12-16 Thread Abid, Hafiz via lldb-dev
-- Hafiz Abid Qadeer hafiz_a...@mentor.com CodeSourcery / Mentor Embedded > -Original Message- > From: Ted Woodward [mailto:ted.woodw...@codeaurora.org] > Sent: 16 December 2016 17:23 > To: Abid, Hafiz; 'Greg Clayton'; 'LLDB' > Subject: RE: [lldb-dev] LL

Re: [lldb-dev] LLDB bare-metal and 'load' command

2016-12-16 Thread Ted Woodward via lldb-dev
Hi Abid, How are you communicating with the ARM? lldb->gdbserver->jtag probe? We've discussed doing that kind of thing with Hexagon, but we're nowhere near implementing it. "process launch" on linux can download the target to the remote machine when connected in platform mode. If you make your