Re: [lldb-dev] Structure variable names

2016-06-07 Thread Jiten Thakkar via lldb-dev
n-situ" with actual data present. Also disable the optimizer, and turn on > all debugging. This means building your own version of GDB and/or LLVM > > -Duane. > > Original Message > Subject: [lldb-dev] Structure variable names > From: Jiten Thakkar via lld

Re: [lldb-dev] Structure variable names

2016-06-07 Thread via lldb-dev
ble the optimizer, and turn on all debugging. This means building your own version of GDB and/or LLVM -Duane. ---- Original Message Subject: [lldb-dev] Structure variable names From: Jiten Thakkar via lldb-dev <lldb-dev@lists.llvm.org> Date: Tue, June 07, 2016 9:56 am To: lldb-

Re: [lldb-dev] Structure variable names

2016-06-07 Thread Greg Clayton via lldb-dev
> On Jun 7, 2016, at 9:56 AM, Jiten Thakkar via lldb-dev > wrote: > > Hi All, > I am working on a project as part of my graduate study which uses LLVM. > I am new to LLVM and lldb to be particular. > My goal is to get names of the parameters to functions. If the parameter is a > variable in a

[lldb-dev] Structure variable names

2016-06-07 Thread Jiten Thakkar via lldb-dev
Hi All, I am working on a project as part of my graduate study which uses LLVM. I am new to LLVM and lldb to be particular. My goal is to get names of the parameters to functions. If the parameter is a variable in a structure, it is represented as an offset in the structure. I want to get the name