binutils-gdb/gdb/.gdbinit

14 lines
147 B
Plaintext

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)