forked from Imagelibrary/binutils-gdb
* gdbinit.in: New file.
* .gdbinit: Remove. * configure.in: Generate .gdbinit from gdbinit.in. * configure: Rebuild.
This commit is contained in:
18
gdb/gdbinit.in
Normal file
18
gdb/gdbinit.in
Normal file
@@ -0,0 +1,18 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user