NetBSD/gnu/usr.bin/gdb/.gdbinit

16 lines
152 B
Plaintext
Raw Normal View History

1993-03-21 12:45:37 +03:00
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)