Start development on FreeBSD-release/1.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / usr.bin / gdb / Gdbinit
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)