binutils-gdb/gdb/.gdbinit

17 lines
190 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
dir ../mmalloc
dir ../libiberty
dir ../bfd
1991-03-28 17:28:29 +01:00
set prompt (top-gdb)