summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/Gdbinit
blob: bcacd5dc7e84d7572c513520fa67c10cc2a73a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
echo Setting up the environment for debugging gdb.\n

b fatal

b info_command
commands
	silent
	return
end

define rr
    run
end

set prompt (top-gdb)
OpenPOWER on IntegriCloud