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 00/11] C++/MinGW patches


On 15-11-02 02:35 PM, Pedro Alves wrote:
> I tried cross building gdb for --host=x86_64-w64-mingw32 using Fedora
> 20's g++ (gcc version 4.8.4 20141219 (Fedora MinGW 4.8.4-1.fc20)).
> 
> This fixes all issues I found which aren't already sorted in the C++
> branch and/or have fixes already posted.
> 
> This is only build-tested.
> 
> Pedro Alves (11):
>   [C++/mingw] ser-mingw.c casts
>   [C++/mingw] Misc alloca casts
>   [C++/mingw] gdb-dlfcn.c casts
>   [C++/mingw] windows-nat.c casts
>   [C++/mingw] gdbserver casts
>   [C++/mingw] ser-tcp.c casts
>   [C++/mingw] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for
>     stdint.h
>   [C++/mingw] Simplify first chance exception handling
>   [C++/mingw] handle_output_debug_string
>   [C++/mingw] Fix windows-nat.c::xlate
>   [C++/mingw] gdbserver: gdb/host signal mixup
> 
>  gdb/common/common-defs.h       |  16 +++++
>  gdb/exec.c                     |   2 +-
>  gdb/gdb-dlfcn.c                |   4 +-
>  gdb/gdbserver/win32-i386-low.c |   5 +-
>  gdb/gdbserver/win32-low.c      |  38 ++++++------
>  gdb/ser-mingw.c                |  51 ++++++++--------
>  gdb/ser-tcp.c                  |  19 ++++--
>  gdb/symfile.c                  |   2 +-
>  gdb/utils.c                    |   4 +-
>  gdb/windows-nat.c              | 129 ++++++++++++++++++++++-------------------
>  10 files changed, 151 insertions(+), 119 deletions(-)

This looks good to me.


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