Displaying 2 results from an estimated 2 matches for "69f202ba".
2011 Jun 24
0
[LLVMdev] Missing symbols in pass stack trace
On Jun 24, 2011, at 1:12 PM, Carlo Alberto Ferraris wrote:
>
>> I meant on the stack trace, for your initial trace:
>>
>> $ addr2line -e CGF.so 0x00007f640b6a24fd
> It doesn't work (it prints ??:0) I guess because it's PIC code (in the address above the blue part changes at each invocation of opt)
Seems to be some issue with gdb not being able to read all of the
2011 Jun 24
4
[LLVMdev] Missing symbols in pass stack trace
> That's a weird one. Does addr2line work?
> $ addr2line -e CGF.so <address>
cafxx at ubuntu:~/Projects/llvm2/Debug+Asserts/bin$ objdump -t
../lib/CGF.so | grep flatten
0000000000005622 l F .text 0000000000000aa6
_ZN12_GLOBAL__N_111CGFFunction7flattenEv
00000000000041d6 l F .text 000000000000049c
_ZN12_GLOBAL__N_111CGFCallSite7flattenEv