Comment 5 for bug 118840

Revision history for this message
Matti Viljanen (direc85) wrote :

I tried as the page said, coreutils-dbgsym installed and everything, but:

$ gdb /usr/bin/id 2>&1 | tee gdb-id.txt
GNU gdb 6.6-debian
Copyright (C) 2006 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 "i486-linux-gnu"...
"/usr/bin/id": not in executable format: File format not recognized
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program:
No executable file specified.
Use the "file" or "exec-file" command.
(gdb)