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

set complaints 1

b fatal

b info_command
commands
	silent
	return
end

set prompt (top-gdb)