Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Remote target in gdb 4.17 ecos
  1999-04-01  0:00 Remote target in gdb 4.17 ecos Hendrik Ruijter
@ 1999-03-09  5:28 ` Hendrik Ruijter
  1999-03-09 12:26 ` Stan Shebs
  1 sibling, 0 replies; 4+ messages in thread
From: Hendrik Ruijter @ 1999-03-09  5:28 UTC (permalink / raw)
  To: gdb-patches

Hello,

I have implemented a gdb-stub for our hw architecture.
A colleague is at present evaulating gdb in ecos and
it lead to some confusion. I use standard(?) gdb 4.17
on the host side with the serial protocol described in
remote.c. However, the gdb-stub within ecos defines a
different protocol, e.g. Hc-1 is obsolete according to
my colleague.

Do you intend to develop gdb in another direction from
4.17 on? Is there any standard gdb x.yz? Is there any
documentation on the differences between different 4.17
implementations?

Brgrds -- Hendrik Ruijter
------------------------------------------------------------
    |E-mail Hendrik.Ruijter@axis.com|Phone ++46 46 2701720|
|Axis Communications AB|Scheelev. 16| SE 223 70 Lund|Sweden|
------------------------------------------------------------


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

* Re: Remote target in gdb 4.17 ecos
  1999-04-01  0:00 Remote target in gdb 4.17 ecos Hendrik Ruijter
  1999-03-09  5:28 ` Hendrik Ruijter
@ 1999-03-09 12:26 ` Stan Shebs
  1999-04-01  0:00   ` Stan Shebs
  1 sibling, 1 reply; 4+ messages in thread
From: Stan Shebs @ 1999-03-09 12:26 UTC (permalink / raw)
  To: Hendrik.Ruijter; +Cc: gdb-patches

   Date: Tue, 09 Mar 1999 14:28:10 +0100
   From: Hendrik Ruijter <Hendrik.Ruijter@axis.com>

   I have implemented a gdb-stub for our hw architecture.
   A colleague is at present evaulating gdb in ecos and
   it lead to some confusion. I use standard(?) gdb 4.17
   on the host side with the serial protocol described in
   remote.c. However, the gdb-stub within ecos defines a
   different protocol, e.g. Hc-1 is obsolete according to
   my colleague.

GDB 4.17 is nearly a year old; we've recently added some extensions to
the remote protocol to support eCos.  The 4.17+ release that is part
of the eCos toolset on sourceware.cygnus.com includes these extensions
as well, and they are in the upcoming 4.18 release as well.

   Do you intend to develop gdb in another direction from
   4.17 on? Is there any standard gdb x.yz?

I'm not clear on what you're getting at.  If you mean "will the
remote protocol change", then the answer is yes, but we do expect
to extend it in a backward-compatible way.

   Is there any
   documentation on the differences between different 4.17
   implementations?

The gdb/NEWS file is the normal summary of user-visible changes
to GDB.  Releases made by Cygnus usually have a separate set of
release notes.  If these are insufficiently detailed, then you
can send questions to bug-gdb, or ecos-discuss if you need more
eCos detail, or gdb@cygnus.com if it touches on GDB development.

							Stan



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

* Remote target in gdb 4.17 ecos
@ 1999-04-01  0:00 Hendrik Ruijter
  1999-03-09  5:28 ` Hendrik Ruijter
  1999-03-09 12:26 ` Stan Shebs
  0 siblings, 2 replies; 4+ messages in thread
From: Hendrik Ruijter @ 1999-04-01  0:00 UTC (permalink / raw)
  To: gdb-patches

Hello,

I have implemented a gdb-stub for our hw architecture.
A colleague is at present evaulating gdb in ecos and
it lead to some confusion. I use standard(?) gdb 4.17
on the host side with the serial protocol described in
remote.c. However, the gdb-stub within ecos defines a
different protocol, e.g. Hc-1 is obsolete according to
my colleague.

Do you intend to develop gdb in another direction from
4.17 on? Is there any standard gdb x.yz? Is there any
documentation on the differences between different 4.17
implementations?

Brgrds -- Hendrik Ruijter
------------------------------------------------------------
    |E-mail Hendrik.Ruijter@axis.com|Phone ++46 46 2701720|
|Axis Communications AB|Scheelev. 16| SE 223 70 Lund|Sweden|
------------------------------------------------------------


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

* Re: Remote target in gdb 4.17 ecos
  1999-03-09 12:26 ` Stan Shebs
@ 1999-04-01  0:00   ` Stan Shebs
  0 siblings, 0 replies; 4+ messages in thread
From: Stan Shebs @ 1999-04-01  0:00 UTC (permalink / raw)
  To: Hendrik.Ruijter; +Cc: gdb-patches

   Date: Tue, 09 Mar 1999 14:28:10 +0100
   From: Hendrik Ruijter <Hendrik.Ruijter@axis.com>

   I have implemented a gdb-stub for our hw architecture.
   A colleague is at present evaulating gdb in ecos and
   it lead to some confusion. I use standard(?) gdb 4.17
   on the host side with the serial protocol described in
   remote.c. However, the gdb-stub within ecos defines a
   different protocol, e.g. Hc-1 is obsolete according to
   my colleague.

GDB 4.17 is nearly a year old; we've recently added some extensions to
the remote protocol to support eCos.  The 4.17+ release that is part
of the eCos toolset on sourceware.cygnus.com includes these extensions
as well, and they are in the upcoming 4.18 release as well.

   Do you intend to develop gdb in another direction from
   4.17 on? Is there any standard gdb x.yz?

I'm not clear on what you're getting at.  If you mean "will the
remote protocol change", then the answer is yes, but we do expect
to extend it in a backward-compatible way.

   Is there any
   documentation on the differences between different 4.17
   implementations?

The gdb/NEWS file is the normal summary of user-visible changes
to GDB.  Releases made by Cygnus usually have a separate set of
release notes.  If these are insufficiently detailed, then you
can send questions to bug-gdb, or ecos-discuss if you need more
eCos detail, or gdb@cygnus.com if it touches on GDB development.

							Stan



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

end of thread, other threads:[~1999-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-01  0:00 Remote target in gdb 4.17 ecos Hendrik Ruijter
1999-03-09  5:28 ` Hendrik Ruijter
1999-03-09 12:26 ` Stan Shebs
1999-04-01  0:00   ` Stan Shebs

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