Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* [RFC] Toogle debug flags in gdbserver
@ 2007-01-18 11:54 Markus Deuling
  2007-01-18 16:31 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Deuling @ 2007-01-18 11:54 UTC (permalink / raw)
  To: GDB Discuss

Hi,

there are two debug flags in gdbserver:

* debug_threads
* remote_debug

Both are '0' as default. 'remote_debug' may be toogled by a 'd' packet. The doc says 'Don't use this packet, define a general set packet...'.

I think it would be a good idea to have the possibility to switch on/off these two debug flags in the gdbserver without re-compiling it.

The idea is to define two new packets 'qDebugThread' and 'qDebugRemote' and connect it to two new
'set debug' commands.

'set debug remote_thread <value>' with value={0,1} sends 'qDebugThread:<value>' if remote connection is available
'set debug remote_remote <value>' with value={0,1} sends 'qDebugRemote:<value>' if remote connection is available

Reply to these package would be 'OK' if applied. An older gdbversion without qDebug* support would reply '0'
(default response in server.c:handle_query() if it gets an unsupported qPacket).


What do you think of this idea? If I implement it, I would think it's a good idea to remove support for 'd' packets, isn't it ?



Regards,
Markus

-- 
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com 


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

end of thread, other threads:[~2007-01-19 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-18 11:54 [RFC] Toogle debug flags in gdbserver Markus Deuling
2007-01-18 16:31 ` Daniel Jacobowitz
2007-01-19 13:51   ` Markus Deuling

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