Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Alain Magloire <alain@qnx.com>
To: gdb@sources.redhat.com
Subject: RE: Failed breakpoint for C++ in gdb
Date: Fri, 29 Jul 2005 15:20:00 -0000	[thread overview]
Message-ID: <1578FF984ABAD411AFA5000102C4BB5B11DEF1F6@NIMBUS> (raw)



> 
> It's completely at the whim of the compiler.  Whatever strings the
> compiler has put in the debug information, those are the ones GDB will
> use in symbol names.  It varies between GCC versions; I believe it also
> varies between formats.
> 

And the good news kept coming ;-(

On the same topic:

void String::check(int i) const
{
	if (i<0 || rep->sz<=i) throw Range();
}

int main() { ... }


(gdb) b String::check(int) const
Function "String::check(int)" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb) b "String::check(int) const"
Function "String::check(int)" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb) b 'String::check(int) const'
Breakpoint 1 at 0x4015bc: file 100992.cpp, line 150.

I'm curious to know why ("") double quotes are not working, but single quote
seems to do the job.  This is particular disturbing in the MI protocol where
it is clearly stated options/arguments containing spaces must be surrounded
with double quotes.

Anyway just curious, this was sent by the folks from MontaVista 8-). It is
too late for the front to deal with it, but for the next version, is this PR
(bugzilla/gnats) material?


             reply	other threads:[~2005-07-29 15:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-29 15:20 Alain Magloire [this message]
2005-07-29 15:29 ` Daniel Jacobowitz
  -- strict thread matches above, loose matches on Subject: below --
2005-07-28 21:39 Alain Magloire
2005-07-28 21:44 ` Daniel Jacobowitz
2005-07-28 21:13 Alain Magloire
2005-07-28 21:16 ` Daniel Jacobowitz
2005-07-26 13:31 Alain Magloire
2005-07-26 14:01 ` Daniel Jacobowitz

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=1578FF984ABAD411AFA5000102C4BB5B11DEF1F6@NIMBUS \
    --to=alain@qnx.com \
    --cc=gdb@sources.redhat.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