386BSD 0.1 development
[unix-history] / usr / src / usr.bin / gdb / Gdbinit
CommitLineData
c8ef4a09
WJ
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)