* .gdbinit: Restore `end'; it was not excess. Reindent
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 13 Oct 1994 20:36:04 +0000 (20:36 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 13 Oct 1994 20:36:04 +0000 (20:36 +0000)
list-objfiles to make this clear.  Comment out all of
list-objfiles because old gdb's choke on it.

gdb/.gdbinit
gdb/ChangeLog

index f891689b034fdab5ae4e9f2b534d1d48b5b74215..97cb380667bb11a6d4662275a4aadeb32562e7b1 100644 (file)
@@ -15,11 +15,14 @@ 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 only works with recent (post-4.13) GDB's, but there is no way to
+# tell what version we are.  So leave it commented out for now.
+#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
+#end
index 766b9ef589e3f625940f541942a63b59d7e838e0..7c07bf5beb001c258acdc3c1a887b046aed13a4b 100644 (file)
@@ -1,3 +1,9 @@
+Thu Oct 13 13:24:29 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * .gdbinit: Restore `end'; it was not excess.  Reindent
+       list-objfiles to make this clear.  Comment out all of
+       list-objfiles because old gdb's choke on it.
+
 Wed Oct 12 23:19:08 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * config/mips/tm-bigmips64.h: Just define TARGET_BYTE_ORDER and