6.7 build breaks on i686

2007-10-16 Thread Ilya N. Golubev
Version: 6.7 Compiler: gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk) System: i686-pc-linux-gnu While compiling the following file, `-Werror' is passed to compiler. Still gdb-6.7/bfd/elf32-i386.c: In function `elf_i386_tls_transition': gdb-6.7/bfd/elf32-i386.c:1174: warning: duplicate

(void(**)()) still in 6.6

2006-12-22 Thread Ilya N. Golubev
Version: 6.3, 6.4, 6.4.50.20060307-cvs, 6.6 In 6.6 it is just the same as in previous versions, and as described on Fri, 31 Mar 2006 22:12:41 +0400 ([EMAIL PROTECTED]). (gdb) p*(void(**)())$addr A syntax error in expression, near `*)())$addr'. ___

crash in expr eval

2006-11-12 Thread Ilya N. Golubev
Version: 6.5, no changes Configuration: all `configure' args are srcdir, installation prefix. System: i686-pc-linux-gnu #0 check_typedef (type=0x0) at ../../share/src/gdb-6.5/gdb/gdbtypes.c:1384 #1 0x080ddc99 in coerce_ref (arg=0x84a13b0) at ../../share/src/gdb-6.5/gdb/value.c:1615 #2

can not step

2006-11-12 Thread Ilya N. Golubev
Versions: 6.3, 6.5. System: i686-pc-linux-gnu. Packages: kernel-2.6.3.27mdk-1-1mdk glibc-2.3.3-12.8.100mdk gcc-3.3.2-6mdk Built emacs 21.4a with that gcc, `CFLAGS=-g -O2'. Stopped in `decode_coding_iso2022', which does no system calls, consists entirely of cpu use. All attempts to step

gags on -pie executables

2006-09-17 Thread Ilya N. Golubev
Version: 6.5 System: x86_64-unknown-linux-gnu fedora core 4 Compiler: gcc-4.0.0-8 gdb can not handle one sort of binary executables that are otherwise ran normally by the system. They are those linked with `-pie' passed to linking `cc'. They may also be detected by `file' reporting executable

(void(**)())

2006-04-02 Thread Ilya N. Golubev
Versions: 6.3, 6.4, 6.4.50.20060307-cvs When current expression language is c, gdb considers the following type cast an error (gdb) p*(void(**)())$addr A syntax error in expression, near `*)())$addr'. Version 5.1 would process it the same way standard c implementations, that is, as

reading data members: `this' reference

2005-09-30 Thread Ilya N. Golubev
Version: 6.3 On request will compose reproducing instructions with a smaller code example. For now, observed that on code of `kdecore' from kdelibs 3.2. (gdb) p(NETRootInfoPrivate*)(*(void**)($esp)-0x28) $69 = (NETRootInfoPrivate *) 0x810f5c0 (gdb) p $69-workarea Variable this is not available.

`distclean' incomplete

2005-09-30 Thread Ilya N. Golubev
Version: 6.3 `make distclean' leaves the following files in build directory. intl/config.h intl/config.status intl/stamp-h gdb/doc/gdb.info gdb/doc/gdb.info-1 gdb/doc/gdb.info-2 gdb/doc/gdb.info-3 gdb/doc/gdb.info-4 gdb/observer.h gdb/ada-lex.c gdb/observer.inc utils/sparclite/Makefile

Re: never builds gdb.info

2005-06-01 Thread Ilya N. Golubev
(although personally I think it's a wrong design): So do I. In particular, if `gdb.texinfo' or other `gdb.info' prerequisite was changed, will `make install' install updated `gdb.info' version? Putting checking this in my `todo' list. The worst is that distribution does not even contain

never builds gdb.info

2005-05-28 Thread Ilya N. Golubev
Neither http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=createdatabase=gdbreturn_url=http%3A%2F%2Fsources.redhat.com%2Fcgi-bin%2Fgnatsweb.pl%3Fdatabase%3Dgdb%26user%3Dguest%26password%3Dguest%26cmd%3Dquery referenced by http://www.gnu.org/software/gdb/bugs/ sends confirmation message about

gdb.info: no gdb-cfg.texi

2005-05-28 Thread Ilya N. Golubev
Version: 6.3 Can not rebuild `gdb.info' even by explicit command. At least one required file is neither in distribution nor gets built. bash ../share/gdb-6.3/configuremake bash rm ../share/gdb-6.3/gdb/doc/gdb.info* bash pushd gdb/doc;make ../../../share/gdb-6.3/gdb/doc/gdb.info;popd makeinfo