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 _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev