bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb 4.18/5.0 on Tru64 5.1, anyone using it?


From: Aurel Balmosan
Subject: gdb 4.18/5.0 on Tru64 5.1, anyone using it?
Date: Wed, 08 Aug 2001 13:51:32 +0200

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.

address@hidden <idbm/idbm_old> >cat x.c
void main()
{

}

 address@hidden <idbm/idbm_old> >cc -g -o x x.c
 address@hidden <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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]