old-cross-binutils/gdb/gdbinit.in
1999-04-16 01:35:26 +00:00

18 lines
237 B
Text

echo Setting up the environment for debugging gdb.\n
set complaints 1
b fatal
b info_command
commands
silent
return
end
dir @srcdir@
dir .
dir @srcdir@/../mmalloc
dir @srcdir@/../libiberty
dir @srcdir@/../bfd
set prompt (top-gdb)