This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Set BP immediately


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]