Mention the NetBSD support in "info proc" documentation
[deliverable/binutils-gdb.git] / gdb / gdb-gdb.gdb.in
index ffb7f53b5007788a8177382a903c53587de7a540..b647445e8c9e62124875a3915f4e00184a2b20b2 100644 (file)
@@ -1,19 +1,20 @@
 echo Setting up the environment for debugging gdb.\n
 
-set complaints 1
+if !$gdb_init_done
+  set variable $gdb_init_done = 1
 
-b internal_error
+  set complaints 1
 
-b info_command
-commands
-       silent
-       return
+  b internal_error
+
+  dir @srcdir@/../libiberty
+  dir @srcdir@/../bfd
+  dir @srcdir@
+  dir .
+
+  # Commands below are not fully compatible with wrapping into an 'if' block.
 end
 
-dir @srcdir@/../libiberty
-dir @srcdir@/../bfd
-dir @srcdir@
-dir .
 set prompt (top-gdb) 
 
 define pdie
This page took 0.025991 seconds and 4 git commands to generate.