This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/14423] Missing debug_line info for non-inline function call site with inline call in parameter
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Mar 2004 15:47:11 -0000
- Subject: [Bug debug/14423] Missing debug_line info for non-inline function call site with inline call in parameter
- References: <20040304002203.14423.rdelashmit@soe.sony.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-04 15:47 -------
Okay, where do I get this dwarfdump as readelf --debug-dump gives this for 3.3.3 (which looks right):
Extended opcode 2: set Address to 0x8048340
Advance Line by 11 to 12
Copy
Special opcode 48: advance Address by 3 to 0x8048343 and Line by 1 to 13
Special opcode 48: advance Address by 3 to 0x8048346 and Line by 1 to 14
Special opcode 18: advance Address by 1 to 0x8048347 and Line by -1 to 13
Special opcode 76: advance Address by 5 to 0x804834c and Line by 1 to 14
Special opcode 64: advance Address by 4 to 0x8048350 and Line by 3 to 17
Advance Line by -10 to 7
Special opcode 19: advance Address by 1 to 0x8048351 and Line by 0 to 7
Advance Line by 10 to 17
Special opcode 75: advance Address by 5 to 0x8048356 and Line by 0 to 17
Advance Line by -10 to 7
Special opcode 117: advance Address by 8 to 0x804835e and Line by 0 to 7
Special opcode 88: advance Address by 6 to 0x8048364 and Line by -1 to 6
Advance PC by constant 17 to 0x8048375
Special opcode 34: advance Address by 2 to 0x8048377 and Line by 1 to 7
Special opcode 144: advance Address by 10 to 0x8048381 and Line by -1 to 6
Advance Line by 15 to 21
Special opcode 75: advance Address by 5 to 0x8048386 and Line by 0 to 21
Advance PC by 6 to 804838c
Extended opcode 1: End of Sequence
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14423