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]

[PATCH 00/11] C++/MinGW patches


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(-)

-- 
1.9.3


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