This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: starting gdb/mi from FE
- From: Eli Zaretskii <eliz at gnu dot org>
- To: gdb-patches at sources dot redhat dot com
- Date: Mon, 05 Jun 2006 22:56:30 +0300
- Subject: Re: starting gdb/mi from FE
- References: <20060605134517.GA25925@brasko.net>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> 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.