Displaying 3 results from an estimated 3 matches for "dwarf_get_glob".
2012 Mar 09
1
[LLVMdev] Dwarf info and .debug_pubnames section
...variables in the pubnames
> section?
>
Thanks for the information. After I sent out the email, I saw the patch you
reverted on viewVC. I have some proprietary code that looks at the debug
info in an executable using libdwarf; It queries the debug info on demand
with a variable name and uses dwarf_get_globals which, I believe, uses
.debug_pubnames.
I believe you made only one change to take out support for this section,
right ? I will revert that change and give it a go.
Thanks,
Pranav
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
2012 Mar 09
0
[LLVMdev] Dwarf info and .debug_pubnames section
On Mar 8, 2012, at 2:29 PM, Pranav Bhandarkar wrote:
> Hi All,
>
> I just enabled the generation of dwarf debugging information for Hexagon. It
> did not require much save for the setting of a flag in MCAsmInfo.
>
> However, now I see that the ".debug_pubnames" sections is not generated. I
> did read discussion about the section not really being useful for
2012 Mar 08
2
[LLVMdev] Dwarf info and .debug_pubnames section
Hi All,
I just enabled the generation of dwarf debugging information for Hexagon. It
did not require much save for the setting of a flag in MCAsmInfo.
However, now I see that the ".debug_pubnames" sections is not generated. I
did read discussion about the section not really being useful for debuggers
in terms of accelerated access, but I have code that uses libdwarf to check
for global