0cb7d01dd2
* .gdbinit: Remove. * configure.in: Generate .gdbinit from gdbinit.in. * configure: Rebuild.
19 lines
237 B
Plaintext
19 lines
237 B
Plaintext
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)
|