From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: "Amit S. Kale" Cc: "Michael S. Miles" , gdb@sources.redhat.com Subject: Re: remote gdb: reboot system(Linux) Date: Tue, 24 Jul 2001 17:22:00 -0000 Message-id: <3B5E1147.70005@cygnus.com> References: <3B5D3985.9550C07B@veritas.com> X-SW-Source: 2001-07/msg00356.html > You can set pc to machine_restart function and continue. > That will immediately reboot the machine. > > kgdb ( http://kgdb.sourceforge.net/ ) doesn't yet support > gdb remote protocol packets kill, attach and detach. > > I'll add it whenever I get some time. Before adding anything I'd carefully read the remote protocol doco, especially where it says ``deprecated'' or ``obsolete''. You may also be interested in the qRcmd packet which allows the user to send across arbitrary commands (via ``(gdb) monitor ...''). Andrew