This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15626] New: C++ unnamed parameter is not displayed


http://sourceware.org/bugzilla/show_bug.cgi?id=15626

            Bug ID: 15626
           Summary: C++ unnamed parameter is not displayed
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
            Target: x86_64-unknown-linux-gnu

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)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]