This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfa][testsuite] Consolidade Python test functions in lib/gdb.exp.
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Thiago Jung Bauermann <bauerman at br dot ibm dot com>
- Cc: tromey at redhat dot com, gdb-patches at sourceware dot org, drow at false dot org
- Date: Mon, 18 May 2009 21:11:33 +0300
- Subject: Re: [rfa][testsuite] Consolidade Python test functions in lib/gdb.exp.
- References: <1240154454.19777.39.camel@localhost.localdomain> <m3ocur45ax.fsf@fleche.redhat.com> <1242621476.8085.4.camel@hactar>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Thiago Jung Bauermann <bauerman@br.ibm.com>
> Cc: gdb-patches ml <gdb-patches@sourceware.org>, Daniel Jacobowitz <drow@false.org>
> Date: Mon, 18 May 2009 01:37:55 -0300
>
> gdb/testsuite/
> * lib/python-support.exp: New file.
> * lib/gdb.exp: Load python-support.exp.
> * gdb.python/python-cmd.exp: Use Python test functions from
> lib/python-support.exp instead of defining its own functions.
> * gdb.python/python-frame.exp: Likewise.
> * gdb.python/python-function.exp: Likewise.
> * gdb.python/python-value.exp: Likewise.
> * gdb.python/python.exp: Likewise.
Btw, is it possible to rename these files so as to avoid file-name
clashes on 8+3 filesystems, as in python-frame.exp and
python-function.exp (and the need to tweak config/djgpp/fnchange.lst
accordingly)? The name `gdb.python' already tells that this is about
Python, so there should be no need for the "python-" name prefix for
the files therein, right?
TIA