binutils-gdb/gdb/.gdbinit

14 lines
147 B
Plaintext
Raw Normal View History

1991-03-28 17:28:29 +01:00
echo Setting up the environment for debugging gdb.\n
set complaints 1
1991-03-28 17:28:29 +01:00
b fatal
b info_command
commands
silent
return
end
set prompt (top-gdb)