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

[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