Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Extended a new target from target remote
@ 2009-10-26 23:45 Joshua D. Boyd
  2009-10-27  0:12 ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Joshua D. Boyd @ 2009-10-26 23:45 UTC (permalink / raw)
  To: gdb

I'm trying to work on extensions to  GDB for a remote cluster.  To do
this I am creating an intermediate GDB server to talk to the compute
hardware. 

Using the normal old GDB remote serial protocol works perfectly, but I'm
having trouble figuring out what to do on startup.  When the user in GDB
types "target remote server:2345", after the connection is established
it would be handy to be able to send more information (such as the list
of nodes that the job is spread over) that had be set using set commands
before GDB starts trying to set "Hc-1" or reading the general registers.
Is there any hook to do this, without modifying remote.c?  What I don't
want to have to do is create a new "target cluster" which would end up
mostly duplicating the code in remote.c. 

Thank you.


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

end of thread, other threads:[~2009-10-27 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-26 23:45 Extended a new target from target remote Joshua D. Boyd
2009-10-27  0:12 ` Daniel Jacobowitz
2009-10-27  2:22   ` Joshua D. Boyd
2009-10-27  2:40     ` Daniel Jacobowitz
2009-10-27  7:17       ` Joshua D. Boyd
2009-10-27 15:04         ` Daniel Jacobowitz

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