[lldb-dev] patch to access and retain the original name/type of an SBType
Greg Clayton
gclayton at apple.com
Mon Oct 29 12:54:37 PDT 2012
I would rather this not make it into the API if we can avoid it.
Why do you need this? Can you give some justification?
On Oct 29, 2012, at 11:24 AM, Carlo Kok <ck at remobjects.com> wrote:
> The attach patch makes it possible to get the name of a type as emitted in the dwarf debug info, through SBType type, instead of the clang name for it. This is useful for debugging non-C based languages to get their real type name from a type. It doesn't affect any of the existing apis (it only adds new ones) and it's tested.
>
> the patch is based on the Windows branch, if approved I can redo the changes for trunk & commit.
> <lldb-get-access-to-type-original-name.patch>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list