public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "keiths at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug c++/13384] toplevel namespace aliases don't work
Date: Tue, 30 Jul 2013 11:33:00 -0000	[thread overview]
Message-ID: <bug-13384-4717-EHdckHsZmm@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-13384-4717@http.sourceware.org/bugzilla/>

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

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |keiths at redhat dot com
         Resolution|DUPLICATE                   |---

--- Comment #2 from Keith Seitz <keiths at redhat dot com> ---
Actually, this is a different problem than 7935.

Tom wrote "break Q::C::nsfunc" should work -- and it does work with my
(recently submitted) patch for 7935.

However, I think what he meant to write is "break nsfunc" should work when
stopped in main, since we have imported Q::C. That does not currently work (and
my patch does not address this separate issue).

Reading symbols from 13384...done.
(gdb) start
Temporary breakpoint 1 at 0x4005d5: file 13384.cc, line 26.
Starting program: 13384 

Temporary breakpoint 1, main () at 13384.cc:26
26      return xfun() + yfun() + nsfunc();
(gdb) b Q::C::nsfunc
Breakpoint 2 at 0x4005b0: file 13384.cc, line 7.
(gdb) b nsfunc
Function "nsfunc" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n

find_linespec_symbols and everything below it know nothing about imported
namespaces.

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


  parent reply	other threads:[~2013-07-30 11:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-04 18:57 [Bug c++/13384] New: " tromey at redhat dot com
2013-07-30  6:40 ` [Bug c++/13384] " b.r.longbons at gmail dot com
2013-07-30 11:33 ` keiths at redhat dot com [this message]
2023-12-17 18:00 ` ssbssa at sourceware dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-13384-4717-EHdckHsZmm@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).