ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / gdb / gdb-gdb.gdb.in
index 05a38b2670b0547192844538386e96b0108dcc7a..53dca0e08feac8a7608fda230406f528383b046a 100644 (file)
@@ -7,9 +7,12 @@ 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
 
This page took 0.023419 seconds and 4 git commands to generate.