* mdebugread.c (parse_symbol): Use new variable
[deliverable/binutils-gdb.git] / gdb / .gdbinit
CommitLineData
dd3b648e
RP
1echo Setting up the environment for debugging gdb.\n
2
a3a9ba23
JG
3set complaints 1
4
dd3b648e
RP
5b fatal
6
7b info_command
8commands
9 silent
10 return
11end
12
b3916cbb
FF
13dir ../mmalloc
14dir ../libiberty
15dir ../bfd
72e35288 16set prompt (top-gdb)
bad0fe06 17
f3601320
JK
18# This only works with recent (post-4.13) GDB's, but there is no way to
19# tell what version we are. So leave it commented out for now.
20#define list-objfiles
21# set $obj = object_files
22# printf "objfile bfd msyms name\n"
23# while $obj != 0
24# printf "0x%-8x 0x%-8x %6d %s\n", $obj, $obj->obfd, \
25# $obj->minimal_symbol_count, $obj->name
26# set var $obj = $obj->next
27# end
28#end
This page took 0.15517 seconds and 4 git commands to generate.