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.org/pipermail/lldb-dev/2014-March/0034
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
Hi Ted,
I have a utility that communicate with the board (jtag over usb) and presents a
gdb-server
interface. I could debug an application on the board using gdb. I was trying to
do similar
thing with LLDB but could not figure how to do what 'load' command of gdb does.
Thanks,
Abid
--
Hafiz Abi
Yeah, I’m with Jason. I don’t find the current state of things hard to read or
work with.
The proposed solutions seem a little uglier to me. I try to avoid macros, to
me it makes it look like the code is shouting at you, giving the log lines more
prominence then they deserve in the overall
> 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
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
> 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