public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/15626] New: C++ unnamed parameter is not displayed
@ 2013-06-14  8:55 jan.kratochvil at redhat dot com
  2013-06-14  9:00 ` [Bug c++/15626] " sbergman at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jan.kratochvil at redhat dot com @ 2013-06-14  8:55 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c++/15626] C++ unnamed parameter is not displayed
  2013-06-14  8:55 [Bug c++/15626] New: C++ unnamed parameter is not displayed jan.kratochvil at redhat dot com
@ 2013-06-14  9:00 ` sbergman at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: sbergman at redhat dot com @ 2013-06-14  9:00 UTC (permalink / raw)
  To: gdb-prs

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

Stephan Bergmann <sbergman at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sbergman at redhat dot com

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-14  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-14  8:55 [Bug c++/15626] New: C++ unnamed parameter is not displayed jan.kratochvil at redhat dot com
2013-06-14  9:00 ` [Bug c++/15626] " sbergman at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).