Hello,

It doesn't compile without a modification. (EF_SP  is not defined and
machine/reg.h need _KERNEL to be defined)

And it does not work when you use it with a simple binary.

aurel@dec-gs80-51-clu1 <idbm/idbm_old> >cat x.c
void main()
{

}

 aurel@dec-gs80-51-clu1 <idbm/idbm_old> >cc -g -o x x.c
 aurel@dec-gs80-51-clu1 <idbm/idbm_old> >gdb x
GNU gdb 5.0
Copyright 2000 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 "alphaev67-dec-osf5.1"...
(gdb) break main
Breakpoint 1 at 0x120001100: file x.c, line 4.
(gdb) r
Starting program: x
Terminated

The terminate comes from a kill to the gdb pid.

The pid_t is not 4 bytes instead of 2 bytes in 4.0. So you have pid's
like
815036.

I guess gdb is not able to handle it.

Bye,

    Aurel.


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to