public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/15195] New: incorrect pretty-printing of std::tuple when passed by reference or const reference
@ 2013-02-25 18:33 tfogal at alumni dot unh.edu
  2013-02-25 18:34 ` [Bug gdb/15195] " tfogal at alumni dot unh.edu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: tfogal at alumni dot unh.edu @ 2013-02-25 18:33 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 15195
           Summary: incorrect pretty-printing of std::tuple when passed by
                    reference or const reference
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tfogal@alumni.unh.edu
    Classification: Unclassified


Created attachment 6893
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6893
script(1) of the showing the bug in a session.

gdb both from my distro and HEAD of git
(08f46fad0c90ea5579ab4cd913b6bc1506bb4ca7) is incorrectly reporting that a
3-element std::tuple is "empty" when it is passed by reference as an argument
to a function.

I am importing from current svn:

  $ cat ~/.gdbinit
  set print static-members on
  set print vtbl on
  set print demangle on
  set print pretty on
  python
  import sys
  sys.path.insert(0, '/home/tfogal/dev/svn/python')
  from libstdcxx.v6.printers import register_libstdcxx_printers
  register_libstdcxx_printers (None)
  end

which is r196266.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2013-08-21  9:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-25 18:33 [Bug gdb/15195] New: incorrect pretty-printing of std::tuple when passed by reference or const reference tfogal at alumni dot unh.edu
2013-02-25 18:34 ` [Bug gdb/15195] " tfogal at alumni dot unh.edu
2013-02-25 18:38 ` tfogal at alumni dot unh.edu
2013-02-25 18:39 ` tfogal at alumni dot unh.edu
2013-03-21  8:14 ` pmuldoon at redhat dot com
2013-03-21 11:49 ` tfogal at alumni dot unh.edu
2013-03-21 12:12 ` pmuldoon at redhat dot com
2013-03-21 12:13 ` pmuldoon at redhat dot com
2013-08-21  9:04 ` pmuldoon at redhat dot com
2013-08-21  9:07 ` pmuldoon 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).