public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/7587] gdb.c++/local.exp: ptype InnerLocal::NestedInnerLocal
       [not found] <20020412111800.7587.mec@shout.net>
@ 2010-01-20 18:49 ` tromey at redhat dot com
  2010-01-20 19:11 ` tromey at redhat dot com
  1 sibling, 0 replies; 2+ messages in thread
From: tromey at redhat dot com @ 2010-01-20 18:49 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-01-20 18:49 -------
A workaround is to use quotes:

(gdb) ptype InnerLocal::NestedInnerLocal
There is no field named NestedInnerLocal
(gdb) ptype 'InnerLocal::NestedInnerLocal'
type = class InnerLocal::NestedInnerLocal {
  public:
    int nil;

    int nil_foo(int);
}

I'll check to see if this is fixed by the expr-cumulative branch.
(That branch removes the need for quotes in many cases.)

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/7587] gdb.c++/local.exp: ptype InnerLocal::NestedInnerLocal
       [not found] <20020412111800.7587.mec@shout.net>
  2010-01-20 18:49 ` [Bug c++/7587] gdb.c++/local.exp: ptype InnerLocal::NestedInnerLocal tromey at redhat dot com
@ 2010-01-20 19:11 ` tromey at redhat dot com
  1 sibling, 0 replies; 2+ messages in thread
From: tromey at redhat dot com @ 2010-01-20 19:11 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-01-20 19:11 -------
Still fails, even on expr-cumulative.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-20 19:11:20
               date|                            |


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2010-01-20 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020412111800.7587.mec@shout.net>
2010-01-20 18:49 ` [Bug c++/7587] gdb.c++/local.exp: ptype InnerLocal::NestedInnerLocal tromey at redhat dot com
2010-01-20 19:11 ` tromey 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).