https://sourceware.org/bugzilla/show_bug.cgi?id=31121
Bug ID: 31121
Summary: gprofng does not recognise source in a shared object
Product: binutils
Version: 2.40
Status: UNCONFIRMED
Severity: normal
Priority: P2
https://sourceware.org/bugzilla/show_bug.cgi?id=30421
Luca Bacci changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=31123
Bug ID: 31123
Summary: improvements to hardware event implementation
Product: binutils
Version: 2.41
Status: NEW
Severity: normal
Priority: P2
Component: gpro
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Bug ID: 31124
Summary: AVR: Support new Emulations for devices with FLMAP
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Com
https://sourceware.org/bugzilla/show_bug.cgi?id=31124
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Version|unspecified
https://sourceware.org/bugzilla/show_bug.cgi?id=31121
--- Comment #1 from Vladimir Mezentsev
---
Typically gprofng cannot recognize the source if a shared object was built
without -g or stripped.
Can you see DWARF:
dwarfdump YOUR_SHARED_OBJECT
or
objdump -W YOUR_SHARED_OBJECT
--
You are rec
https://sourceware.org/bugzilla/show_bug.cgi?id=31121
--- Comment #2 from Robert Jenssen ---
Created attachment 15246
--> https://sourceware.org/bugzilla/attachment.cgi?id=15246&action=edit
Output of dwarfdump -ka
Attached is the output from:
dwarfdump -ka src/bin2SD.oct > bin2SD.oct.dwarfdum
https://sourceware.org/bugzilla/show_bug.cgi?id=31121
Vladimir Mezentsev changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://sourceware.org/bugzilla/show_bug.cgi?id=31121
--- Comment #4 from Robert Jenssen ---
Created attachment 15247
--> https://sourceware.org/bugzilla/attachment.cgi?id=15247&action=edit
Compressed shared object bin2SD.oct.tar.gz
Attached is a compressed shared object bin2SD.oct.tar.gz. It
https://sourceware.org/bugzilla/show_bug.cgi?id=31121
--- Comment #5 from Vladimir Mezentsev
---
What function would you like to see ?
As I can see a part of bin2SD.oct was built with -g.
For example:
% gp-display-src -dis Gbin2SD bin2SD.oct
Annotated disassembly
--
https://sourceware.org/bugzilla/show_bug.cgi?id=31121
--- Comment #6 from Robert Jenssen ---
Created attachment 15248
--> https://sourceware.org/bugzilla/attachment.cgi?id=15248&action=edit
Compressed output of objdump -dS bin2SD.oct
On my system "objdump -dS bin2SD.oct" shows the source code
11 matches
Mail list logo