From: Jim Ingham <jingham@apple.com>
To: Vladimir Prus <ghost@cs.msu.su>
Cc: gdb@sources.redhat.com
Subject: Re: MI and pending breakpoints
Date: Wed, 15 Mar 2006 16:21:00 -0000 [thread overview]
Message-ID: <27491BE6-9DDB-4168-BDFC-9C092BF0DEBB@apple.com> (raw)
In-Reply-To: <dv912v$rtf$1@sea.gmane.org>
You need to set the gdb variable "pending" to "on" before setting the
breakpoint. Since this is kind of a pain, we added a "-f" option to -
break-insert that will do this for you wrapped around the breakpoint
setting ("-f" because this feature was called "future-break" in the
NeXT gdb many years ago.)
It's also arguable that for -break-insert you ALWAYS want "pending"
to be "on".
Jim
On Mar 15, 2006, at 4:25 AM, Vladimir Prus wrote:
>
> Hello!
> I've got some problems with "pending breakpoints" functionality,
> using MI
> interface. Here's example session:
>
> (gdb) break helper.cpp:4
> break helper.cpp:4
> No source file named helper.cpp.
> Breakpoint 2 (helper.cpp:4) pending.
> ^done
> (gdb) -break-insert helper.cpp:5
> No source file named helper.cpp.
> ^done
>
> The CLI command correctly adds pending breakpoint. The helper.cpp
> file is in
> dlopen-ed shared library, and the breakpoint will be resolved when the
> library is loaded.
>
> The MI command neither errors out (the reply is "^done", not
> "^error"), nor
> it does anything. It does not report breakpoint number, it does not
> add any
> breakpoint at all.
>
> What is the reason for this? Is this a bug? How do other frontend
> authors
> deal with breakpoints in shared libraries, then?
>
> Thanks in advance,
> Volodya
>
>
>
next prev parent reply other threads:[~2006-03-15 16:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-15 14:22 Vladimir Prus
2006-03-15 16:21 ` Jim Ingham [this message]
2006-03-15 16:30 ` Bob Rossi
2006-03-15 16:34 ` Jim Ingham
2006-03-15 16:48 ` Bob Rossi
2006-03-15 23:18 ` Jim Ingham
2006-03-16 15:36 ` Nick Roberts
2006-03-15 16:31 ` Vladimir Prus
2006-03-15 16:39 ` Jim Ingham
2006-03-17 10:35 ` Vladimir Prus
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=27491BE6-9DDB-4168-BDFC-9C092BF0DEBB@apple.com \
--to=jingham@apple.com \
--cc=gdb@sources.redhat.com \
--cc=ghost@cs.msu.su \
/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