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]

Re: remote protocol restart


On Mon, Dec 31, 2001 at 03:09:05PM +0100, Svein Erling Seldal wrote:
> 
> > -----Original Message-----
> > From: Quality Quorum
> > Sent: 31. desember 2001 15:01
> >
> > On Mon, 31 Dec 2001, Svein Erling Seldal wrote:
> >
> > > Hi all,
> > >
> > > I'm working on a remote debugger for a target (C4x) using the
> > extended-remote protocol. I have one question:
> > >
> > > I see the 'r' and 'R' (restart) commands exists. How do you
> > issue them from gdb? (What do you need to type)
> > >
> >
> > You have to run exteneded-remote target and extended-operations should be
> > suppoted by your stub on the target.
> 
> A small misunderstanding :)
> 
> The target stub is running extended-operation, and extended-remote target is
> used from gdb already. But, my question is what do I have to type in the GDB
> command-prompt to restart the target (i.e. that will issue a 'R'/'r'
> package)? I cannot seem to find a such command.

"Run" ought to work.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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