This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v3] Make GDB compile with Python 3 on MinGW
Thanks, will send a patch in a second with that fixed (and which
undoes the WIN32 ifdef change I accidentally had in the last version)
Christian
On Thu, Aug 15, 2019 at 1:02 PM Pedro Alves <palves@redhat.com> wrote:
>
> On 8/15/19 6:42 PM, Christian Biesinger via gdb-patches wrote:
> > + error (_("Installation error: gdb._execute_file function is missing"));
> > + return;
>
> That "return" statement is dead code, error throws an exception.
>
> Thanks,
> Pedro Alves