This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3] Make GDB compile with Python 3 on MinGW


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]