This is the mail archive of the gdb-patches@sourceware.org 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]

Re: starting gdb/mi from FE


> Date: Mon, 5 Jun 2006 09:45:17 -0400
> From: Bob Rossi <bob_rossi@cox.net>
> 
> $ ./gdb/gdb -q -i=mi4,mi3 ./main

Multiple values separated by a comma is not how GNU programs accept
multiple values for the same option.  -i=mi4 -i=mi3 is more like it.

In any case, any change in the command-line options should be
accompanied by a suitable change to the user manual.

Thanks.


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