It turns out that 1.2 wasn't botched after all. (I was failing to take
[deliverable/binutils-gdb.git] / gdb / command.c
index 95965b2d7d668c04ff1e17c9ae500037fd91aa37..e0b7ad79fd1b6f25a2a17d7baa7f276cb40ef5cd 100644 (file)
@@ -1678,6 +1678,12 @@ _initialize_command ()
           "Execute the rest of the line as a shell command.  \n\
 With no arguments, run an inferior shell.");
 
+  /* NOTE: cagney/2000-03-20: Being able to enter ``(gdb) !ls'' would
+     be a really useful feature.  Unfortunatly, the below wont do
+     this.  Instead it adds support for the form ``(gdb) ! ls''
+     (i.e. the space is required).  If the ``!'' command below is
+     added the complains about no ``!'' command would be replaced by
+     complains about how the ``!'' command is broken :-) */
   if (xdb_commands)
     add_com_alias ("!", "shell", class_support, 0);
 
This page took 0.022873 seconds and 4 git commands to generate.