From: Paul Pluzhnikov <ppluzhnikov@google.com>
To: Meryl Silverburgh <silverburgh.meryl@gmail.com>
Cc: gdb@sourceware.org
Subject: Re: How to set a breakpoint at a C++ class function?
Date: Tue, 17 Mar 2009 06:34:00 -0000 [thread overview]
Message-ID: <8ac60eac0903162334n7c292417j6468718d6867d78@mail.gmail.com> (raw)
In-Reply-To: <701fce30903162235g28f1811l319945dbaf8a1e91@mail.gmail.com>
On Mon, Mar 16, 2009 at 10:35 PM, Meryl Silverburgh
<silverburgh.meryl@gmail.com> wrote:
> (gdb) break RenderBlock::calcBlockPrefWidths
> Can't find member of namespace, class, struct, or union named
> "RenderBlock::calcBlockPrefWidths"
> Hint: try 'RenderBlock::calcBlockPrefWidths<TAB> or
> 'RenderBlock::calcBlockPrefWidths<ESC-?>
>
>
> It did not work.
Note the leading single quote (which is required) in what GDB
suggests you try.
What happens when you type (at the (gdb) prompt):
'RenderBlock::calcBlockPrefWiths
and then hit the TAB key?
--
Paul Pluzhnikov
prev parent reply other threads:[~2009-03-17 6:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-17 5:35 Meryl Silverburgh
2009-03-17 6:34 ` Paul Pluzhnikov [this message]
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=8ac60eac0903162334n7c292417j6468718d6867d78@mail.gmail.com \
--to=ppluzhnikov@google.com \
--cc=gdb@sourceware.org \
--cc=silverburgh.meryl@gmail.com \
/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