[lldb-dev] Structure variable names
Jiten Thakkar via lldb-dev
lldb-dev at lists.llvm.org
Tue Jun 7 09:56:00 PDT 2016
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 names of all those parameters. I assume that debug info should provide this but so far I am unable to find any documentation regarding which would describe how to do it.
Is there a way to do this using debug info? Is this even possible?
Please let me know if any of this is confusing and I will try to describe it in detail.
Thanks,
Jiten
More information about the lldb-dev
mailing list