* .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.
This commit is contained in:
Jim Kingdon 1994-10-13 20:36:04 +00:00
parent 82735983df
commit f3601320cc
2 changed files with 17 additions and 8 deletions

View File

@ -15,11 +15,14 @@ dir ../libiberty
dir ../bfd dir ../bfd
set prompt (top-gdb) set prompt (top-gdb)
define list-objfiles # This only works with recent (post-4.13) GDB's, but there is no way to
set $obj = object_files # tell what version we are. So leave it commented out for now.
printf "objfile bfd msyms name\n" #define list-objfiles
while $obj != 0 # set $obj = object_files
printf "0x%-8x 0x%-8x %6d %s\n", $obj, $obj->obfd, \ # printf "objfile bfd msyms name\n"
$obj->minimal_symbol_count, $obj->name # while $obj != 0
set var $obj = $obj->next # printf "0x%-8x 0x%-8x %6d %s\n", $obj, $obj->obfd, \
end # $obj->minimal_symbol_count, $obj->name
# set var $obj = $obj->next
# end
#end

View 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> 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 * config/mips/tm-bigmips64.h: Just define TARGET_BYTE_ORDER and