This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] testsuite: Update py-mi-objfile to expect console format print
- From: Pedro Alves <palves at redhat dot com>
- To: Catalin Udma <catalin dot udma at freescale dot com>, gdb-patches at sourceware dot org
- Date: Tue, 5 Apr 2016 17:05:02 +0100
- Subject: Re: [PATCH v2] testsuite: Update py-mi-objfile to expect console format print
- Authentication-results: sourceware.org; auth=none
- References: <1459864686-14565-1-git-send-email-catalin dot udma at freescale dot com>
On 04/05/2016 02:58 PM, Catalin Udma wrote:
> Starting with this commit:
>
> commit e7ea3ec7c623be0b9be1eaf4929794652a84be11
> Author: Catalin Udma <catalin.udma@freescale.com>
> Date: Mon Feb 29 16:16:19 2016 +0200
>
> python: Use console format for output of gdb.execute command
>
> the python script would use console format for gdb.execute output.
> This patch fixes py-mi-objfile to expect the console format when is
> checking for gdb.execute printing.
>
> gdb/testsuite/ChangeLog:
> 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
>
> * gdb.python/py-mi-objfile-gdb.py: Use "list main" command
> * gdb.python/py-mi-objfile-gdb.exp: Match "list main"
> output in console format.
OK.
Thanks,
Pedro Alves