aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gdbinit
blob: 0bf56a615bb4ff68da9c92e7c928b1378914ad60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
echo Setting up the environment for debugging gdb.\n

set complaints 1

b fatal

b info_command
commands
	silent
	return
end

dir ../mmalloc
dir ../libiberty
dir ../bfd
set prompt (top-gdb)