From c906108c21474dfb4ed285bcc0ac6fe02cd400cc Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Fri, 16 Apr 1999 01:35:26 +0000 Subject: Initial creation of sourceware repository --- gdb/gdbinit.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gdb/gdbinit.in (limited to 'gdb/gdbinit.in') diff --git a/gdb/gdbinit.in b/gdb/gdbinit.in new file mode 100644 index 0000000..af97d2c --- /dev/null +++ b/gdb/gdbinit.in @@ -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) -- cgit v1.1