Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Re: GDB on Cygwin for PPC Target via Wiggler
@ 2001-02-22 19:04 Peter Reilley
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Reilley @ 2001-02-22 19:04 UTC (permalink / raw)
  To: GDB List; +Cc: Jim MacGregor

Precompiled binaries are available on the site www.ocdemon.com for
the PowerPC and ARM processors.   Host machines supported are
Solaris Sparc, Linux X86, and Windows.

The Windows PowerPC package should do what you want.

Pete.


-----Original Message-----
From: John Brisco <jbrisco@swri.org>
To: GDB List <gdb@sources.redhat.com>
Date: Thursday, February 22, 2001 7:24 AM
Subject: GDB on Cygwin for PPC Target via Wiggler


>I'm trying to debug a MPC555 target system using Macraiger's wiggler
>device and OCD DLL's. I'm using the latest Cygwin distribution on
>WinNT and GDB 5.0 to build a cross-debugger. I'm new to all of this
>and I expect I am missing something basic.
>
>I have tried rebuilding GDB in new directories with two configs:
>"../gdb5.0/configure --target=powerpc-elf  i686-pc-cygwin", and
>"../gdb5.0/configure --target=powerpc-eabi  i686-pc-cygwin". Neither
>new version of GDB recognizes the "target ocd wiggler" command
>from the GDB console window. I did copy the Macraiger wiggler DLLs
>to the same directory as the new GDB executables.
>
>Can anyone provide me with the correct target and host configurations, or
>any other bit of setup I'm overlooking.
>
>Thanks,
>
>John S. Brisco Phone: (210)522-3675
>Sr. Research Analyst Fax: (210)522-5499
>Southwest Research Institute E-Mail: jbrisco@swri.org
>6220 Culebra Road
>San Antonio, TX  78238
>


^ permalink raw reply	[flat|nested] 2+ messages in thread
* GDB on Cygwin for PPC Target via Wiggler
@ 2001-02-22  4:23 John Brisco
  0 siblings, 0 replies; 2+ messages in thread
From: John Brisco @ 2001-02-22  4:23 UTC (permalink / raw)
  To: GDB List

I'm trying to debug a MPC555 target system using Macraiger's wiggler
device and OCD DLL's. I'm using the latest Cygwin distribution on
WinNT and GDB 5.0 to build a cross-debugger. I'm new to all of this
and I expect I am missing something basic.

I have tried rebuilding GDB in new directories with two configs:
"../gdb5.0/configure --target=powerpc-elf  i686-pc-cygwin", and
"../gdb5.0/configure --target=powerpc-eabi  i686-pc-cygwin". Neither
new version of GDB recognizes the "target ocd wiggler" command
from the GDB console window. I did copy the Macraiger wiggler DLLs
to the same directory as the new GDB executables.

Can anyone provide me with the correct target and host configurations, or
any other bit of setup I'm overlooking.

Thanks,

John S. Brisco			Phone:	(210)522-3675
Sr. Research Analyst		Fax:	(210)522-5499
Southwest Research Institute	E-Mail:	jbrisco@swri.org
6220 Culebra Road
San Antonio, TX  78238
From nsd@redhat.com Thu Feb 22 04:29:00 2001
From: Nick Duffek <nsd@redhat.com>
To: eliz@is.elta.co.il
Cc: gdb@sources.redhat.com, insight@sources.redhat.com
Subject: Re: Register group proposal
Date: Thu, 22 Feb 2001 04:29:00 -0000
Message-id: <200102221237.f1MCbtX02766@rtl.cygnus.com>
References: <Pine.SUN.3.91.1010222105511.1660T-100000@is>
X-SW-Source: 2001-02/msg00291.html
Content-length: 1030

On 22-Feb-2001, Eli Zaretskii wrote:

>If we are to use an iterator, shouldn't the test in this loop be
>abstracted as well, like this, for instance?

Not necessarily: something like REGGROUP_FIRST_REGNUM and
REGGROUP_NEXT_REGNUM are required for implementing multiple groups, but
REGGROUP_NOT_LAST_REGNUM isn't.

REGGROUP_NOT_LAST_REGNUM is consistent with the notion of changing integer
register numbers into opaque identifiers (aka handles or cookies).

But declaring that -1 is a reserved register identifier doesn't tie our
hands much interface-wise.  It works pretty well for various UNIX file and
memory interfaces.

Maybe we need to establish some GDB coding policies about handles defined
and passed around by abstract interfaces: should they be ints, struct
pointers, typedefs, etc., and should there be a known-invalid value such
as -1 or NULL?

At any rate, for now I'd like to avoid the question for register numbers
and stick with existing convention, namely that register handles are ints
and -1 is invalid.

Nick


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

end of thread, other threads:[~2001-02-22 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-22 19:04 GDB on Cygwin for PPC Target via Wiggler Peter Reilley
  -- strict thread matches above, loose matches on Subject: below --
2001-02-22  4:23 John Brisco

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