This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

remove --[no]sync from --help CLI switch


Hi,

I think this is no longer needed.

2005-03-10  Bob Rossi  <bob@brasko.net>

        * main.c(print_gdb_help): remove the --[no]sync help message

Thanks,
Bob Rossi

Index: main.c
===================================================================
RCS file: /cvs/src/src/gdb/main.c,v
retrieving revision 1.49
diff -w -u -r1.49 main.c
--- main.c  11 Feb 2005 04:05:56 -0000  1.49
+++ main.c  10 Mar 2005 19:49:55 -0000
@@ -830,9 +830,6 @@
   --args             Arguments after executable-file are passed to inferior\n\
 "), stream);
   fputs_unfiltered (_("\
-  --[no]async        Enable (disable) asynchronous version of CLI\n\
-"), stream);
-  fputs_unfiltered (_("\
   -b BAUDRATE        Set serial port baud rate used for remote debugging.\n\
   --batch            Exit after processing options.\n\
   --cd=DIR           Change current directory to DIR.\n\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]