old-cross-binutils/gdb/.gdbinit
1991-09-20 19:26:09 +00:00

13 lines
147 B
Text

echo Setting up the environment for debugging gdb.\n
set complaints 1
b fatal
b info_command
commands
silent
return
end
set prompt (top-gdb)