diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-13 00:46:52 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-13 00:46:52 +0000 |
commit | 56b73ad2e36ef28dcff02c8929b3a4878a7c4a3d (patch) | |
tree | 1ae6262875f712f472819c4b37df4ec15da92bec /gdb/.gdbinit | |
parent | ade016526a150ee32c0641f784b7c471d472b3d1 (diff) | |
download | gdb-56b73ad2e36ef28dcff02c8929b3a4878a7c4a3d.zip gdb-56b73ad2e36ef28dcff02c8929b3a4878a7c4a3d.tar.gz gdb-56b73ad2e36ef28dcff02c8929b3a4878a7c4a3d.tar.bz2 |
* gdb.gdb: New file.
* .gdbinit: Move list-objfiles to gdb.gdb.
Diffstat (limited to 'gdb/.gdbinit')
-rw-r--r-- | gdb/.gdbinit | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/.gdbinit b/gdb/.gdbinit index 97cb380..f60802e 100644 --- a/gdb/.gdbinit +++ b/gdb/.gdbinit @@ -14,15 +14,3 @@ dir ../mmalloc dir ../libiberty dir ../bfd set prompt (top-gdb) - -# 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 |