I am trying to use gdb-4.17 on a m88k Motorola computer.
The startup banner is:

$ gdb demo
GNU gdb 4.17
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "m88k-motorola-sysv4"...
(gdb)

At this point all commands work fine until I type:

(gdb) run
Starting program: /home/simonr/dev/demo

Then everything locks up.

The processor status looks like:

 F S      UID   PID  PPID  C PRI NI     ADDR     SZ    WCHAN    STIME
TTY      TIME COMD
10 T   simonr 25885 24918  0  40 20   5f5c50    124          08:09:30
pts0     0:00 /usr/bin/ksh -c exec /home/simonr/d
10 S   simonr 24918 24898  0  26 20   5f5cf8    532   4a5fd8 07:57:46
pts0     0:00 gdb demo

I built the debugger using the configure command
and then the GNU make-3.77 and GNU gcc-2.8.1 to build it.

Any suggestions?

--
Bob Simon
Motorola Inc.
(847) 632-4590
[EMAIL PROTECTED]


Reply via email to