gdb-6.4/bfd/warning.m4

2006-01-31 Thread Harald Koenig
Hi, gdb-6.4/bfd/warning.m4 breaks building gdb on all plattforms which don't use gcc (like AIX, HPUX, Solaris, IRIX, ...) because it defines WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" for all compilers which breaks about every $CC except gcc...

gpg key FF325CF3 from Joel Brobecker missing to check gdb-6.4 sources

2006-01-31 Thread Harald Koenig
491a gdb-6.4.tar.gz b67cfad101b9ba5422770db34c2e5862 gdb-6.4.tar.gz.sig bffde06f10f6d022376e1650676ff1b0 gnu-keyring.gpg what's the reason that this key isn't available on the gpg key servers and doesn't even have any signature from other gnu developers etc. ?

gdb-6.5 patches to build on HP-UX and IRIX

2006-11-12 Thread Harald Koenig
/gdb-6.5/gdb/source.c, Line = 181 An expression is expected at this point. struct symtab_and_line cursal = { }; ^ 2 errors detected in the compilation of "/soft/gdb/gdb-6.5/gdb-6.5/gdb/source.c". - 8< 8< 8< 8&

gdb-6.5 testing: wrong URL for dejagnu

2006-11-12 Thread Harald Koenig
, you can run the tests in one of the following ways: --- Harald Koenig -- "I hope to die ___ _ before I *have* to use Microsoft Word.", 0--,|/OOO

some compile errors fo gdb-7.0.1

2010-02-15 Thread Harald Koenig
soft/os/gdb/gdb-7.0.1/gdb-7.0.1/gdb/breakpoint.c", line 8275: error 1000: Unexpected symbol: "}". cc: "/soft/os/gdb/gdb-7.0.1/gdb-7.0.1/gdb/symfile.c", line 4036: error 1649: Illegal integer-pointer combination for >. obvious patches atta

Re: some compile errors fo gdb-7.0.1

2010-02-23 Thread Harald Koenig
nd "r" will SIGSEGV)... gdb 7.1.50.20100222-cvs seems to work, at least running and simple break points work... --- Harald Koenig -- "I hope to die ___ _

Re: some compile errors fo gdb-7.0.1

2010-02-23 Thread Harald Koenig
needed at alll). Harald Koenig -- "I hope to die ___ _ before I *have* to use Microsoft Word.", 0--,|/OOO\ Donald E. Knuth, 02-Oct-2001 in Tuebingen.

Re: some compile errors fo gdb-7.0.1

2010-02-23 Thread Harald Koenig
getthrds(3) isn't prototyped in any AIX 4.3.3 #include file. */ extern int getthrds (pid_t, struct thrdsinfo64 *, int, pthdb_tid_t *, int); but now I have to leave for today -- stay tuned ;-)) Harald Koenig -- "I hope to die

Re: some compile errors fo gdb-7.0.1

2010-02-24 Thread Harald Koenig
On Feb 23, Harald Koenig wrote: > right now I'm trying to build gdb on AIX 6.1 which right now fails here > > "gdb-CVS-20100222/gdb/aix-thread.c", line 352.46: 1506-280 (W) Function > argument assignment between types "int*" and "unsigned int*&qu

gdb-7.2 c++ break points

2010-09-29 Thread Harald Koenig
gs/>... Reading symbols from /home/hrenka/test/cpp/gdb-bug...done. (gdb) b 'osg::Program::PerContextProgram::linkProgram()' Junk at end of arguments. (gdb) b 'osg::Program::PerContextProgram::linkProgram()' Breakpoint 1 at 0x4009ba: file gdb-bug.cpp, line 18. (gdb) - First try: use