This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] Fixes to gdb.mi testsuite
- From: Pedro Alves <palves at redhat dot com>
- To: Simon Marchi <simon dot marchi at ericsson dot com>
- Cc: GDB Patches <gdb-patches at sourceware dot org>
- Date: Tue, 18 Jun 2013 12:31:35 +0100
- Subject: Re: [PATCH v2] Fixes to gdb.mi testsuite
- References: <51BF2B41 dot 9000905 at ericsson dot com>
On 06/17/2013 04:29 PM, Simon Marchi wrote:
> This is the updated version of the patch submitted in this thread:
> http://sourceware.org/ml/gdb-patches/2013-05/msg00971.html
>
> It contains two fixes to the gdb.mi testsuite:
Note these are separate logical changes. It'd be a little
better to keep them as separate patches/posts.
> * Add support for args to mi_run_to_main (and the commands that it
> depends on, mi_runto, mi_runto_helper). mi_run_cmd_full already
> supported arguments, but it didn't work when use_mi_command was set.
You don't need this anymore, right?
> * Fix mi_expect_stop for inferiors that exit with non-zero exit codes.
> The message is a little bit different when the inferior exits with
> zero and non-zero values, so mi_expect_stop must take that into
> account.
This part is OK.
--
Pedro Alves