starting gdb/mi from FE

Eli Zaretskii eliz@gnu.org
Mon Jun 5 19:56:00 GMT 2006


> 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.



More information about the Gdb-patches mailing list