public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* GDB Server - remote serial protocol
@ 2003-06-04  2:34 Raja Saleru
  2003-06-04 14:24 ` Grant Edwards
  0 siblings, 1 reply; 3+ messages in thread
From: Raja Saleru @ 2003-06-04  2:34 UTC (permalink / raw)
  To: Gdb

Hi

while remote debugging the application using gdb and gdbserver, the user at
host side can use the
remote protocol commands only ? or standard gdb commands ? or both ?

regards
raja saleru

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

* Re: GDB Server - remote serial protocol
  2003-06-04  2:34 GDB Server - remote serial protocol Raja Saleru
@ 2003-06-04 14:24 ` Grant Edwards
  2003-06-04 15:48   ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Edwards @ 2003-06-04 14:24 UTC (permalink / raw)
  To: Raja Saleru; +Cc: Gdb

On Tue, Jun 04, 2002 at 11:34:29AM +0900, Raja Saleru wrote:

Dude, fix the date on your system.  It's 2003.  At least in
this part of the world....

> while remote debugging the application using gdb and gdbserver,
> the user at host side can use the remote protocol commands only
> ? or standard gdb commands ? or both ?

The user uses standard gdb commands.  The remote protocol is
strictly an internal thing that the two gdbs use to talk to
each other.

-- 
Grant Edwards
grante@visi.com

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

* Re: GDB Server - remote serial protocol
  2003-06-04 14:24 ` Grant Edwards
@ 2003-06-04 15:48   ` Andrew Cagney
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Cagney @ 2003-06-04 15:48 UTC (permalink / raw)
  To: Grant Edwards; +Cc: Raja Saleru, Gdb

> On Tue, Jun 04, 2002 at 11:34:29AM +0900, Raja Saleru wrote:
> 
> Dude, fix the date on your system.  It's 2003.  At least in
> this part of the world....
> 
> 
>> while remote debugging the application using gdb and gdbserver,
>> the user at host side can use the remote protocol commands only
>> ? or standard gdb commands ? or both ?
> 
> 
> The user uses standard gdb commands.  The remote protocol is
> strictly an internal thing that the two gdbs use to talk to
> each other.

BTW, it's possible to send the remote end arbitrary requests using:

	(gdb) monitor ....

The effect, and even the level of support, is entirely dependant on the 
remote stub.  Mutter something about security.

Andrew


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

end of thread, other threads:[~2003-06-04 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-04  2:34 GDB Server - remote serial protocol Raja Saleru
2003-06-04 14:24 ` Grant Edwards
2003-06-04 15:48   ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).