1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/gnu/usr.bin/gdb/Gdbinit
1993-06-29 09:48:26 +00:00

16 lines
152 B
Plaintext

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)