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: Thiago Jung Bauermann <bauerman@br.ibm.com>
> Cc: Eli Zaretskii <eliz@gnu.org>, tromey@redhat.com,
> gdb-patches@sourceware.org
> Date: Wed, 20 May 2009 12:10:33 -0300
>
> Ah, I didn't think of python-frame.c. It didn't exist when I did this
> back then. :-(
There are also value.c and utils.c.
> The right solution then is to make them not share a namespace.
Alternatively, we could use the following band-aid:
python-cmd.c -> pycmd.c
python-frame.c -> pyframe.c
python-function.c -> pyfunction.c
python-internal.h -> pyinternal.h
python-utils.c -> pyutils.c
python-value.c -> pyvalue.c
python.c -> python.c
python.h -> python.h
WDYT?