binutils-gdb/gdb/gdbinit.in

19 lines
237 B
Plaintext
Raw Normal View History

1991-03-29 00:28:29 +08:00
echo Setting up the environment for debugging gdb.\n
set complaints 1
1991-03-29 00:28:29 +08:00
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)