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

set complaints 1

b internal_error

b info_command
commands
	silent
	return
end

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