Bug 15626 - C++ unnamed parameter is not displayed
Summary: C++ unnamed parameter is not displayed
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: c++ (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-14 08:55 UTC by Jan Kratochvil
Modified: 2013-06-14 09:00 UTC (History)
1 user (show)

See Also:
Host:
Target: x86_64-unknown-linux-gnu
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)