Displaying 6 results from an estimated 6 matches for "unmanglednam".
Did you mean:
unmangledname
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
..., but as far as I can tell this is only returned as a fallback in
`DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage name is
not available [2].
If this is not currently possible, is there any interest in adding such
access to the public DebugInfo API? Perhaps with an additional
"UnmangledName" option in `DILineInfoSpecifier`.
Thanks,
Isaiah
[1]: for example:
0x0001bb00: DW_TAG_subprogram [2]
DW_AT_MIPS_linkage_name [DW_FORM_strp] (
.debug_str[0x00007934] = "julia_vcat4473")
DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000913] =
&...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...n
> > `DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage name is
> not
> > available [2].
> >
> > If this is not currently possible, is there any interest in adding such
> > access to the public DebugInfo API? Perhaps with an additional
> > "UnmangledName" option in `DILineInfoSpecifier`.
> >
> > Thanks,
> > Isaiah
> >
> > [1]: for example:
> >
> > 0x0001bb00: DW_TAG_subprogram [2]
> > DW_AT_MIPS_linkage_name [DW_FORM_strp] (
> > .debug_str[0x00007934] = "julia_vcat4...
2008 Dec 08
1
Does DTrace have "-xmangled" to support C++? Apple has done that
Hi,
To use DTrace on some C++ code, I found that Apple''s implementation had another option "-xmangled".
Its usage could be found here:
http://blog.mozilla.com/dmandelin/2008/02/14/dtrace-c-mysteries-solved/
And it could be found in Apple''s man page:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/dtrace.1.html
Is it possible to have that
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...outineName` when the linkage name
>>> is not
>>> > available [2].
>>> >
>>> > If this is not currently possible, is there any interest in adding such
>>> > access to the public DebugInfo API? Perhaps with an additional
>>> > "UnmangledName" option in `DILineInfoSpecifier`.
>>> >
>>> > Thanks,
>>> > Isaiah
>>> >
>>> > [1]: for example:
>>> >
>>> > 0x0001bb00: DW_TAG_subprogram [2]
>>> > DW_AT_MIPS_linkage_name [DW_FO...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...gt; > available [2].
> >>>> >
> >>>> > If this is not currently possible, is there any interest in adding
> >>>> > such
> >>>> > access to the public DebugInfo API? Perhaps with an additional
> >>>> > "UnmangledName" option in `DILineInfoSpecifier`.
> >>>> >
> >>>> > Thanks,
> >>>> > Isaiah
> >>>> >
> >>>> > [1]: for example:
> >>>> >
> >>>> > 0x0001bb00: DW_TAG_subprogram [2]
&...
2014 May 07
5
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...;>>> >
>>> >>>> > If this is not currently possible, is there any interest in adding
>>> >>>> > such
>>> >>>> > access to the public DebugInfo API? Perhaps with an additional
>>> >>>> > "UnmangledName" option in `DILineInfoSpecifier`.
>>> >>>> >
>>> >>>> > Thanks,
>>> >>>> > Isaiah
>>> >>>> >
>>> >>>> > [1]: for example:
>>> >>>> >
>>> >...