$ gdb --args objdump -D r 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 "powerpc-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/bin/objdump -D r (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found)
r: file format elf32-littlearm Disassembly of section .000: 00000000 <.000>: Program received signal SIGSEGV, Segmentation fault. 0x0fefa01c in ?? () from /usr/lib/libopcodes-2.17.90-multiarch.20070812.so (gdb) bt #0 0x0fefa01c in ?? () from /usr/lib/libopcodes-2.17.90-multiarch.20070812.so #1 0x0fef9ef0 in ?? () from /usr/lib/libopcodes-2.17.90-multiarch.20070812.so #2 0x10009364 in ?? () #3 0x0fc5e938 in bfd_map_over_sections () from /usr/lib/libbfd-2.17.90-multiarch.20070812.so #4 0x10006714 in ?? () #5 0x10007308 in ?? () #6 0x10007498 in ?? () #7 0x1000767c in ?? () #8 0x0fa95340 in ?? () from /lib/libc.so.6 #9 0x0fa95584 in __libc_start_main () from /lib/libc.so.6 #10 0x00000000 in ?? () (gdb) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

