Bug 15626

Summary: C++ unnamed parameter is not displayed
Product: gdb Reporter: Jan Kratochvil <jan>
Component: c++Assignee: Not yet assigned to anyone <unassigned>
Status: NEW ---    
Severity: normal CC: sbergman
Priority: P2    
Version: HEAD   
Target Milestone: ---   
Host: Target: x86_64-unknown-linux-gnu
Build: Last reconfirmed:

Description Jan Kratochvil 2013-06-14 08:55:44 UTC
1	void f(int x,int) {
4	  f(1,2);
->
f (x=1) at unnamedparam.C:2


 <2><4c>: Abbrev Number: 3 (DW_TAG_formal_parameter)
    <4d>   DW_AT_name        : x
    <51>   DW_AT_type        : <0x61>
    <55>   DW_AT_location    : 2 byte block: 91 6c      (DW_OP_fbreg: -20)
 <2><58>: Abbrev Number: 4 (DW_TAG_formal_parameter)
    <59>   DW_AT_type        : <0x61>
    <5d>   DW_AT_location    : 2 byte block: 91 68      (DW_OP_fbreg: -24)