aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gdbinit
blob: c9e62962437223feab6e4681bd681b0cc5fa8db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
b fatal

b info_command
commands
	silent
	return
end

define rr
    run
end

set prompt (top-gdb)