public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Set BP immediately
@ 2004-08-12  9:20 Fabian Cenedese
  2004-08-12 10:27 ` Krzysztof Blaszkowski
  0 siblings, 1 reply; 4+ messages in thread
From: Fabian Cenedese @ 2004-08-12  9:20 UTC (permalink / raw)
  To: gdb

Hi

I'm trying to debug an embedded PPC board with gdb, that's why I'm
writing a stub. When I set a breakpoint in gdb (b file:nr), gdb just records
this internally and doesn't do anything with the target. Only upon step
or cont it will set the breakpoint in the hardware. But we need the
possibility to immediately set any breakpoint, even if it's for another
not-halted thread. Is this possible with some gdb commands (like
set PC) or would I need to change the code (break flush :) .. ok, better
name it break apply... or set break apply 1) ?

Thanks

bye  Fabi


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

end of thread, other threads:[~2004-08-12 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-12  9:20 Set BP immediately Fabian Cenedese
2004-08-12 10:27 ` Krzysztof Blaszkowski
2004-08-12 10:52   ` Fabian Cenedese
2004-08-12 12:25   ` Madhvesh R S

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).