Tue Nov 5 10:21:02 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / .gdbinit
index f891689b034fdab5ae4e9f2b534d1d48b5b74215..f60802e50093650d65d2377048f0eca9121fc528 100644 (file)
@@ -14,12 +14,3 @@ dir ../mmalloc
 dir ../libiberty
 dir ../bfd
 set prompt (top-gdb) 
-
-define list-objfiles
-set $obj = object_files
-printf "objfile    bfd        msyms  name\n"
-while $obj != 0
-printf "0x%-8x 0x%-8x %6d %s\n", $obj, $obj->obfd, \
-  $obj->minimal_symbol_count, $obj->name
-set var $obj = $obj->next
-end
This page took 0.025143 seconds and 4 git commands to generate.