From mboxrd@z Thu Jan 1 00:00:00 1970 From: malar kavi To: gdb@sourceware.cygnus.com Subject: remote debugging Date: Tue, 23 Jan 2001 22:23:00 -0000 Message-id: <20010124062335.4822.qmail@web5504.mail.yahoo.com> X-SW-Source: 2001-01/msg00166.html Hi, tell me something in detail about the stubs used in remote debugging with gdb __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ >From fnasser@redhat.com Wed Jan 24 06:16:00 2001 From: Fernando Nasser To: malar kavi Cc: gdb@sourceware.cygnus.com Subject: Re: remote debugging Date: Wed, 24 Jan 2001 06:16:00 -0000 Message-id: <3A6EE34E.579C1563@redhat.com> References: <20010124062335.4822.qmail@web5504.mail.yahoo.com> X-SW-Source: 2001-01/msg00167.html Content-length: 286 malar kavi wrote: > > Hi, > tell me something in detail about the stubs used > in > remote debugging with gdb > It is in the manual. -- Fernando Nasser Red Hat Canada Ltd. E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9 >From jtc@redback.com Wed Jan 24 10:52:00 2001 From: jtc@redback.com (J.T. Conklin) To: malar kavi Cc: gdb@sourceware.cygnus.com Subject: Re: remote debugging Date: Wed, 24 Jan 2001 10:52:00 -0000 Message-id: <5mvgr4srz5.fsf@jtc.redback.com> References: <20010124062335.4822.qmail@web5504.mail.yahoo.com> X-SW-Source: 2001-01/msg00168.html Content-length: 473 >>>>> "malar" == malar kavi writes: malar> Hi, tell me something in detail about the stubs used in remote malar> debugging with gdb As Fernando mentioned, how to integrate/use the sample stubs is described in the manual. If after reading that section you still have specific questions, don't hesitate to ask them. We'll do our best to answer them, as well as improve the manual to make it clearer. --jtc -- J.T. Conklin RedBack Networks >From friedrich.beckmann@gmx.de Wed Jan 24 13:39:00 2001 From: Friedrich Beckmann To: gdb@sources.redhat.com Subject: JTAG debug support for ARM Date: Wed, 24 Jan 2001 13:39:00 -0000 Message-id: <3A6F4BFD.8EEC6FF6@gmx.de> X-SW-Source: 2001-01/msg00169.html Content-length: 1560 Hi, i have found a site http://www.ocdemon.com which offers the gnu toolchain with support for wiggler/raven JTAG interfaces. I have not tested this and would like to know if anybody has some experience with this. The sources for the Wiggler drivers are not included in the distribution. Is there any person related to this site? I cannot find any name on the sites pages. Is there something illegal behind this? As far as I have figured it out, the standard gdb release supports the ARM RDI interface. This requires the ANGEL software installed (and is then connected via a serial interface). Optionally the OLD EmbeddedICE Box which can interpret the RDI commands to JTAG commands can be used. The new MultiICE debug box from ARM requires software support on the host which is not available for linux at the moment. There is a configure option --multi-ice in the gdb release which lets me assume that the commercial GnuPRO tools from Redhat have support for the MultiICE. The multi-ice-gdbserver seems not to be under GNU license. The JEENI JTAG interface from http://www.episupport.com seems understand the RDI commands directly as the ARM EmbeddedICE does. So this is also usabled via the gdi rdi interface. http://www.abatron.ch also offers a JTAG interface but with a dedicated gdb driver software for linux. gdb. Is anybody using the wiggler with gdb for the ARM7? Which software are you using? Is anybody out there who is putting effort in writing a GNU-licensed remote interface for a low-cost JTAG interface like the wiggler? Friedrich