ODR warning for "enum string_repr_result"
[binutils-gdb.git] / gdb / gdb-gdb.gdb.in
index b647445e8c9e62124875a3915f4e00184a2b20b2..53dca0e08feac8a7608fda230406f528383b046a 100644 (file)
@@ -7,6 +7,15 @@ if !$gdb_init_done
 
   b internal_error
 
+  # This provides an easy way to break into the top-level GDB by
+  # typing "info".
+  b info_command
+  commands
+    silent
+    # This avoids the voluminous output of "info".
+    return
+  end
+
   dir @srcdir@/../libiberty
   dir @srcdir@/../bfd
   dir @srcdir@