Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Auto removing BPs on stop
@ 2004-09-10 12:09 Fabian Cenedese
  2004-09-10 15:18 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Fabian Cenedese @ 2004-09-10 12:09 UTC (permalink / raw)
  To: gdb

Hi

Whenever the target stops gdb will remove all breakpoints from the target
and set them again before stepping/continuing. What functionality in gdb
depends on this? Backtrace? Breakpoint handling?
In our multitasking system a thread can stop on a breakpoint while the
others are still running, so the breakpoints are still useful and shouldn't
be removed.
What would break in gdb if I just removed those calls to unset/re-set
the breakpoints? I know that the setting is partly necessary as new
breakpoints aren't yet set.

Thanks

bye  Fabi



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-13  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-10 12:09 Auto removing BPs on stop Fabian Cenedese
2004-09-10 15:18 ` Daniel Jacobowitz
2004-09-13  9:32   ` Fabian Cenedese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox