Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Vladimir Prus <ghost@cs.msu.su>
To: gdb@sources.redhat.com
Subject: MI and pending breakpoints
Date: Wed, 15 Mar 2006 14:22:00 -0000	[thread overview]
Message-ID: <dv912v$rtf$1@sea.gmane.org> (raw)

   
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




             reply	other threads:[~2006-03-15 12:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-15 14:22 Vladimir Prus [this message]
2006-03-15 16:21 ` Jim Ingham
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='dv912v$rtf$1@sea.gmane.org' \
    --to=ghost@cs.msu.su \
    --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