* Re: RDI typo
2000-09-12 12:43 RDI typo Shaun Jackman
@ 2000-09-12 12:58 ` Fernando Nasser
0 siblings, 0 replies; 2+ messages in thread
From: Fernando Nasser @ 2000-09-12 12:58 UTC (permalink / raw)
To: shaunj; +Cc: gdb
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2479 bytes --]
Shaun Jackman wrote:
>
> RDI_open: undefined error message, should reset target
> RID_open failed
>
> s/RID/RDI/
>
> hey, if I can't fix bugs, I can at least fix typos. <g>
>
Noted. Thanks for helping us get RID of this one :-)
--
Fernando Nasser
Red Hat - Toronto E-Mail: fnasser@cygnus.com
2323 Yonge Street, Suite #300 Tel: 416-482-2661 ext. 311
Toronto, Ontario M4P 2C9 Fax: 416-482-6299
From tqbf@skoda.sockpuppet.org Wed Sep 13 18:41:00 2000
From: tqbf@skoda.sockpuppet.org
To: gdb@sourceware.cygnus.com
Subject: User-defined commands, breakpoint "commands" hooks, parser bug?
Date: Wed, 13 Sep 2000 18:41:00 -0000
Message-id: <20000913204144.C5471@skoda.sockpuppet.org>
X-SW-Source: 2000-09/msg00109.html
Content-length: 718
Hi. I've got a question about the way GDB processes user-defined
command definitions.
It seems that this is valid:
define foo
if bar
c
end
end
But this is not valid:
define foo
b bar
commands $bpnum
c
end
end
In the first case, GDB recognizes the first "end" as terminating
the "if" statement. In the second, GDB doesn't recognize the "end"
as terminating the "commands" statement.
My version string reads "GNU gdb 5.0".
Thanks for any info you can give me.
-----------------------------------------------------------------------
Thomas H. Ptacek Sonicity, Inc.
-----------------------------------------------------------------------
"If you're so special, why aren't you dead?"
From b.millot@wanadoo.fr Thu Sep 14 07:19:00 2000
From: benoit <b.millot@wanadoo.fr>
To: "gdb@sourceware.cygnus.com" <gdb@sourceware.cygnus.com>
Subject: Looking for a ARM debugging stub?
Date: Thu, 14 Sep 2000 07:19:00 -0000
Message-id: <39C0C363.992BD737@wanadoo.fr>
X-SW-Source: 2000-09/msg00110.html
Content-length: 641
Hello,
In GDB-5.0, I found remote target RDP and RDI for ARM processor which
are respectively
ARM demon monitor and
ARM Angel monitor via RDI lib interface ( with board running the Angel
monitor or with
Embedded JTAG debug device).
I never work with this processor and i doesn't know really what are
these monitor,
so I m looking for some information about it!
Moreover, I suppose a debugging stub for ARM exist but I doesn't find it
in GDB source.
If you have any information about that, please send me it or a link on
it at
b.millot@wanadoo.fr (because i don't subscribe at this ML due to too
much message!)
Thanks a lot.
Benoît
^ permalink raw reply [flat|nested] 2+ messages in thread