* RDI over ethernet failure message
@ 2000-11-01 9:12 Shaun Jackman
0 siblings, 0 replies; 2+ messages in thread
From: Shaun Jackman @ 2000-11-01 9:12 UTC (permalink / raw)
To: gdb
The RDI over ethernet failure message should be a little more user friendly.
Also, it shouldn't exit gdb if it's unable to connect.
GNU gdb 5.0
[clip]
This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf"...
(gdb) ta rdi e=192.168.1.99
Fatal error: ethernet send failure [Invalid argument]
[gdb exits]
The serial RDI message makes a lot more sense.
GNU gdb 5.0
[clip]
This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf"...
(gdb) ta rdi /dev/ttyS0
RDI_open: undefined error message, should reset target
RID_open failed
(gdb)
--
Shaun
From tromey@cygnus.com Wed Nov 01 09:15:00 2000
From: Tom Tromey <tromey@cygnus.com>
To: gdb@sourceware.cygnus.com
Subject: Re: Subscribe gdb-prs@sources.redhat.com to gdb@sources.redhat.com?
Date: Wed, 01 Nov 2000 09:15:00 -0000
Message-id: <87wvenaa0r.fsf@creche.cygnus.com>
References: <20001031221747.A32231@redhat.com> <39FFA8A8.5B3C13D0@cygnus.com> <20001101003352.A13485@redhat.com>
X-SW-Source: 2000-11/msg00005.html
Content-length: 301
Chris> I believe that replies would end up in the PR but I don't know
Chris> for sure.
Ordinarily you have to CC the `-gnats' address to get the message in
the PR. Unfortunately sometimes Gnats sends out a message to (eg)
gdb-prs@... and then if you reply to all you don't CC gdb-gnats.
Tom
From fnasser@cygnus.com Wed Nov 01 09:40:00 2000
From: Fernando Nasser <fnasser@cygnus.com>
To: shaunj@gray-interfaces.com
Cc: gdb@sources.redhat.com
Subject: Re: RDI over ethernet failure message
Date: Wed, 01 Nov 2000 09:40:00 -0000
Message-id: <3A005585.8613BE17@cygnus.com>
References: <00110110123200.14774@ed>
X-SW-Source: 2000-11/msg00006.html
Content-length: 991
Shaun,
I don't have any hardware that talks RDI over Ethernet arounf here,
so I cannot reproduce the situation nor test any changes.
Won't you consider submitting a patch yourself?
Regards,
Fernando
Shaun Jackman wrote:
>
> The RDI over ethernet failure message should be a little more user friendly.
> Also, it shouldn't exit gdb if it's unable to connect.
>
> GNU gdb 5.0
> [clip]
> This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf"...
> (gdb) ta rdi e=192.168.1.99
> Fatal error: ethernet send failure [Invalid argument]
> [gdb exits]
>
> The serial RDI message makes a lot more sense.
>
> GNU gdb 5.0
> [clip]
> This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf"...
> (gdb) ta rdi /dev/ttyS0
> RDI_open: undefined error message, should reset target
> RID_open failed
> (gdb)
>
> --
> Shaun
--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9
From sjackman@pathwayconnect.com Wed Nov 01 10:06:00 2000
From: Shaun Jackman <sjackman@pathwayconnect.com>
To: Fernando Nasser <fnasser@cygnus.com>
Cc: shaunj@gray-interfaces.com, gdb@sources.redhat.com
Subject: Re: RDI over ethernet failure message
Date: Wed, 01 Nov 2000 10:06:00 -0000
Message-id: <Pine.LNX.4.21.0011011047360.14868-100000@ed.gray.internal>
References: <3A005585.8613BE17@cygnus.com>
X-SW-Source: 2000-11/msg00007.html
Content-length: 1339
I'd be more than happy to. I've never contributed to a GNU project
before though. Could you point me to a "new contributors" faq?
Is it reasonable to diff against gdb-5.0 or do I need go to CVS?
Cheers,
Shaun
On Wed, 1 Nov 2000, Fernando Nasser wrote:
> Shaun,
>
> I don't have any hardware that talks RDI over Ethernet arounf here,
> so I cannot reproduce the situation nor test any changes.
>
> Won't you consider submitting a patch yourself?
>
> Regards,
> Fernando
>
>
> Shaun Jackman wrote:
> >
> > The RDI over ethernet failure message should be a little more user friendly.
> > Also, it shouldn't exit gdb if it's unable to connect.
> >
> > GNU gdb 5.0
> > [clip]
> > This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf"...
> > (gdb) ta rdi e=192.168.1.99
> > Fatal error: ethernet send failure [Invalid argument]
> > [gdb exits]
> >
> > The serial RDI message makes a lot more sense.
> >
> > GNU gdb 5.0
> > [clip]
> > This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf"...
> > (gdb) ta rdi /dev/ttyS0
> > RDI_open: undefined error message, should reset target
> > RID_open failed
> > (gdb)
> >
> > --
> > Shaun
>
> --
> Fernando Nasser
> Red Hat Canada Ltd. E-Mail: fnasser@redhat.com
> 2323 Yonge Street, Suite #300
> Toronto, Ontario M4P 2C9
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: RDI over ethernet failure message
[not found] <Pine.LNX.4.21.0011011047360.14868-100000@ed.gray.internal>
@ 2000-11-01 10:21 ` Fernando Nasser
0 siblings, 0 replies; 2+ messages in thread
From: Fernando Nasser @ 2000-11-01 10:21 UTC (permalink / raw)
To: Shaun Jackman; +Cc: shaunj, gdb
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4677 bytes --]
Shaun Jackman wrote:
>
> I'd be more than happy to. I've never contributed to a GNU project
> before though. Could you point me to a "new contributors" faq?
> Is it reasonable to diff against gdb-5.0 or do I need go to CVS?
>
I believe if you go to the gdb page at sources.redhat.com
you'll find that information on how to contribute there.
But maybe if you look at the archives of this list (same web site)
you'll figure most of it.
As you probably going to send a very small patch for a bug fix an
assignment to FSF will not be necessary, but if you ever think of
contributing with a new feature or more substantial changes then
you'll have to go through that step.
Note that the code in the subdirectory rdi-share is not formatted
accordingly to GNU standards. The reason is that this code was
given to gdb by ARM which was supposed to keep it updated (we never
received any updates though, and we started to fix it ourselves).
But if you need to fix things in remote-rdi.c please follow the
coding style (looking at the code in the file may be enough).
By all means, send a diff against 5.0. I will help you merge it into
the current sources.
Thanks for the offer to help.
Fernando
--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9
From cgf@redhat.com Wed Nov 01 10:54:00 2000
From: Christopher Faylor <cgf@redhat.com>
To: gdb@sources.redhat.com
Subject: Re: Subscribe gdb-prs@sources.redhat.com to gdb@sources.redhat.com?
Date: Wed, 01 Nov 2000 10:54:00 -0000
Message-id: <20001101135441.B15631@redhat.com>
References: <20001031221747.A32231@redhat.com> <39FFA8A8.5B3C13D0@cygnus.com> <20001101003352.A13485@redhat.com> <87wvenaa0r.fsf@creche.cygnus.com>
X-SW-Source: 2000-11/msg00009.html
Content-length: 645
On Wed, Nov 01, 2000 at 10:15:48AM -0700, Tom Tromey wrote:
>Chris> I believe that replies would end up in the PR but I don't know
>Chris> for sure.
>
>Ordinarily you have to CC the `-gnats' address to get the message in
>the PR. Unfortunately sometimes Gnats sends out a message to (eg)
>gdb-prs@... and then if you reply to all you don't CC gdb-gnats.
Ok. I have gotten some negative feedback on this, so I will abandon the
idea unless there is a public outcry for me to do this.
I do encourage everyone to subscribe to gdb-prs, though:
gdb-prs-subscribe@sources.redhat.com
The database now has what looks like an actual bug in it.
cgf
From unaoferta5@mixmail.com Wed Nov 01 14:37:00 2000
From: unaoferta5@mixmail.com (Oferta !!!)
To: gdb@sourceware.cygnus.com
Subject: Oferta para gdb@sourceware.cygnus.com
Date: Wed, 01 Nov 2000 14:37:00 -0000
Message-id: <VPOP31.2.8.20001101153908.170.20c9.1.1e5f12ea@g>
X-SW-Source: 2000-11/msg00011.html
Content-length: 1801
EXCLUSIVO y UNICO, le ofrecemos el mejor
sistema del paÃs en 3 CDROM para validar, investigar,
localizar personas, y prevenir el riesgo crediticio.
MILLONES de registros con información única
MULTIPLES criterios de búsqueda en un excelente sistema
( por documento, Cuit, Apellido y Nombre o Teléfono
)Â
Â
TOTALMENTE INTEGRADO Y
ACTUALIZADO A NOVIEMBRE DEL 2000
Â
Todos los datos de los habitantes del
paÃs.
Todas las relaciones de parentesco del paÃsÂ
Todos los números telefónicos y domicilios del paÃs.
Todos los inhabilitados históricos y actuales del paÃs.
Todos los juicios, concursos y quiebras historicos y
actuales del paÃs.
Todos los deudores de la central de riesgo del BCRA
historicos y actuales del pais.
Todas las composiciones societarias del paÃs.Â
Todos los cheques rechazados historicos y actuales del
paÃs
Todas las comunicaciones ¨C¨ del BCRA historicas y
actuales del paÃsÂ
Todos los deudores morosos de entidades comerciales del
paÃs.
Todos los importadores y exportadores del pais con sus
movimientos en $.
Y mucho, mucho, mucho más en un solo sistema
Â
OFERTA UNICA Y EXCLUSIVA PARA
INTERNET
Â
$ 95 los 3 CD Rom y el
Disquete con el CRACK
Â
EnvÃos sin cargo a todo el paÃs
por contra reembolso.
Â
Pidalo unicamente por telefono
al 0342-156113434 o por ICQ
al 93762782
 (aunque no
estemos en linea deje su mensaje)
Â
Atención: No responda este correo, la
cuenta sera dada de baja luego de enviar este mensaje.
Si esta oferta no le es util, disculpe por
las molestias ocasionadas.
Â
CUIDADO: No se deje engañar por otras
ofertas iguales de Capital porque el diskette con el
crack NO FUNCIONA . ( Nosotros lo comprobamos). No
desperdicie su dinero.
NUESTRO
CRACK ES EL UNICO QUE FUNCIONA.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-01 10:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-01 9:12 RDI over ethernet failure message Shaun Jackman
[not found] <Pine.LNX.4.21.0011011047360.14868-100000@ed.gray.internal>
2000-11-01 10:21 ` Fernando Nasser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox