xref: /386bsd/usr/src/usr.bin/gdb/Gdbinit (revision a2142627)
1echo Setting up the environment for debugging gdb.\n
2
3b fatal
4
5b info_command
6commands
7	silent
8	return
9end
10
11define rr
12    run
13end
14
15set prompt (top-gdb)
16