Problem with ptype $

2007-05-12 Thread Paul Hilfinger
For the simple "hello world" program appended, the command sequence b main run ptype $pc causes an internal GDB error: .../gdb/regcache.c:163: internal-error: register_type: Assertion `regnum >= 0 && regnum < descr->nr_cooked_registers' failed. A problem internal to GDB has b

GDB

2007-05-12 Thread kumar reddy
Hi folks, Any body can help me to list the requirements of porting gcc-6.6/GDB to new target. Thank you. ~kumar ___ bug-gdb mailing list bug-gdb@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gdb

Bug on gdb-6.6

2007-05-12 Thread Siemens Eduard
Hello folks, I have just updated my gdb to the version 6.6, provided by SuSE (Suse Linux 10.1) Now, wenn I try to debug a staticly linked application, just on the run comand, I get the error: gdb appclient-static GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software,

GDB

2007-05-12 Thread kumar reddy
Hi folks, Any body can help me to list the requirements of porting gcc-6.6/GDB to new target. Thank you. ~kumar ___ bug-gdb mailing list bug-gdb@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gdb

configuring for a trget.

2007-05-12 Thread kumar reddy
Hello All, We did GDB portable for PXE target from the source gdb-5.2.1. Now we want to do the following two exercises. *1.**Configure pxe_gdb-5.2.1 for native * *2.**Configure pxe_gdb-5.2.1 for pxe - gdb-pxe.spec* For doing *Configure pxe_gdb-5.2.1 for native * I did the following way.

Re: Emacs .gdbinit incompatible with latest GDB

2007-05-12 Thread Richard Stallman
the recent GDB has problems running GDB `xbacktrace' on EMACS http://sources.redhat.com/ml/gdb/2007-02/msg00252.html It seems clear why the change was made: On the other hand byte arrays become unreadable if printed as strings. However, it seems that their hope this would not bot

Gdb failed to stop by Control-C linux on FC5 (2.6.18-1) for multithreaded child process

2007-05-12 Thread Basant Kukreja
Synopsis : Gdb failed to stop by Control-C linux on FC5 (2.6.18-1) for multithreaded child process Environment : linux 2.6.17-1.2139 (Fedora core 5). gdb 6.3 and gdb 6.6 Description : gdb does not stop on Control "C" when debugging some processes (apache httpd child process) When I try to debu

ada-lex.c missing and Flex not available

2007-05-12 Thread Gasso Wilson Mwaluseke
I am building up GDB (Making) but it fails with message, "ada-lex.c missing and Flex not available". There are suggestion that I should add ada-lex.c to Makefile.in in gdb but there is no such a download. I have installed flex but it does not seem to be recognised. Where am I going wrong?. Pleas