Re: [lldb-dev] issue with lldb-mi -var-update with pointers

2017-05-31 Thread Abid, Hafiz via lldb-dev
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

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 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 Abid, Hafiz via lldb-dev
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

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

2016-12-16 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.org/pipermail/lldb-dev/2014-March/0034

Re: [lldb-dev] get function name from dwarf info

2016-10-07 Thread Abid, Hafiz via lldb-dev
> -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

Re: [lldb-dev] running lldb-mi with LLDB_DISABLE_PYTHON

2016-09-21 Thread Abid, Hafiz via lldb-dev
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

Re: [lldb-dev] Support for smaller types in Scalar class

2015-09-07 Thread Abid, Hafiz via lldb-dev
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