Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Remote set thread breakpoint
@ 2004-09-08 14:12 Fabian Cenedese
  2004-09-08 14:21 ` Andrew Cagney
  0 siblings, 1 reply; 4+ messages in thread
From: Fabian Cenedese @ 2004-09-08 14:12 UTC (permalink / raw)
  To: gdb

Hi

I'm thinking about extending the remote protocol for thread breakpoints.
The easiest solution would be to just add another data field to the Z
commands, like:

Ztype,addr,length,threadid

If threadid is given, gdbserver can use it. If it's -1 or not present (as in
the present implementation) it's a global breakpoint.

But if this would cause incompatibilities with existing parsers it may
be better to create a new command, even if it's just Z5 and the rest
is the same.

What would be better? Or is something like that already in the pipe?

Thanks

bye  Fabi



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-08 14:12 Remote set thread breakpoint Fabian Cenedese
2004-09-08 14:21 ` Andrew Cagney
2004-09-08 15:14   ` Fabian Cenedese
2004-09-13 13:03   ` Fabian Cenedese

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