I see 2 problems here. CMICmdCmdVarUpdate::ExamineSBValueForChange seems to
ignore the changes in in children
for pointer and references. It is easy enough to fix. The other issue is that
we dont not print the changed child value.
For example, with the first issue fixed, I get
-var-update 1 var
> > > 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
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
a member of Code Aurora Forum, a
> Linux Foundation Collaborative Project
>
>
> > -Original Message-
> > From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Abid,
> > Hafiz via lldb-dev
> > Sent: Friday, December 16, 2016 11:00 AM
> > T
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
> -Original Message-
> From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Carlo
> Kok via lldb-dev
> Sent: 07 October 2016 14:29
> To: lldb-dev@lists.llvm.org
> Subject: [lldb-dev] get function name from dwarf info
>
> Hi,
>
> I have a piece of debuginfo containing thi
Please provide a little bit more details about the problem. Which command is
giving the wrong output?
Regards,
Abid
From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Chunseok
Lee via lldb-dev
Sent: 21 September 2016 03:15
To: Ilia K
Cc: lldb-dev@lists.llvm.org
Subject: Re: [l
Adding lldb-dev. I used wrong address for list in the last emails.
> -Original Message-
> From: Abid, Hafiz
> Sent: 07 September 2015 17:07
> To: Greg Clayton (gclay...@apple.com)
> Cc: lldb-...@cs.uiuc.edu
> Subject: Support for smaller types in Scalar class
>
> Hi Greg,
> I am working o