Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] increase the portability of the gdbserver code
@ 2013-06-27  8:44 Mircea Gherzan
  2013-06-27  8:44 ` [PATCH 4/7] gdbserver: conditionally include sys/param.h and sys/time.h Mircea Gherzan
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Mircea Gherzan @ 2013-06-27  8:44 UTC (permalink / raw)
  To: tromey, palves, jan.kratochvil; +Cc: gdb-patches, Mircea Gherzan

This patch series aims to increase the compatibility of the gdbserver
code with non-GCC C99 compilers and with build environments lacking
functions that are GNU-specific.

Mircea Gherzan (7):
  gdbserver, common: conditionally include the unistd.h
  gdbserver, common: convert some variadic macros to C99
  gdbserver: avoid empty structs when not using GCC
  gdbserver: conditionally include sys/param.h and sys/time.h
  gdbserver, win32: fix some function typedefs
  common: add an alternative implementation for xstrvprintf
  gdbserver: add fallback implementation for memmem

 gdb/common/agent.c           | 10 ++++++----
 gdb/common/common-utils.c    | 30 ++++++++++++++++++++++++++++++
 gdb/config.in                |  3 +++
 gdb/configure                |  2 +-
 gdb/configure.ac             |  2 +-
 gdb/gdbserver/ax.c           | 12 ++++++------
 gdb/gdbserver/config.in      |  9 +++++++++
 gdb/gdbserver/configure      |  4 ++--
 gdb/gdbserver/configure.ac   |  4 ++--
 gdb/gdbserver/event-loop.c   |  2 ++
 gdb/gdbserver/hostio.c       |  7 +++++++
 gdb/gdbserver/notif.h        |  4 ++++
 gdb/gdbserver/remote-utils.c |  2 ++
 gdb/gdbserver/server.c       | 23 +++++++++++++++++++++++
 gdb/gdbserver/tracepoint.c   | 14 +++++++++-----
 gdb/gdbserver/win32-low.c    | 10 ++++++----
 16 files changed, 113 insertions(+), 25 deletions(-)

-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-07-29 19:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27  8:44 [PATCH 0/7] increase the portability of the gdbserver code Mircea Gherzan
2013-06-27  8:44 ` [PATCH 4/7] gdbserver: conditionally include sys/param.h and sys/time.h Mircea Gherzan
2013-06-28 16:34   ` Tom Tromey
2013-07-02 14:46     ` Mircea Gherzan
2013-06-27  8:44 ` [PATCH 6/7] common: add an alternative implementation for xstrvprintf Mircea Gherzan
2013-07-29 19:16   ` Tom Tromey
2013-06-27  8:44 ` [PATCH 3/7] gdbserver: avoid empty structs when not using GCC Mircea Gherzan
2013-06-28 16:04   ` Tom Tromey
2013-06-27  8:44 ` [PATCH 2/7] gdbserver, common: convert some variadic macros to C99 Mircea Gherzan
2013-06-28 16:02   ` Tom Tromey
2013-06-27  8:44 ` [PATCH 1/7] gdbserver, common: conditionally include the unistd.h Mircea Gherzan
2013-06-27 13:29   ` Pedro Alves
2013-06-27 19:19     ` Pedro Alves
2013-06-28 15:16       ` Mircea Gherzan
2013-06-28 18:26         ` Pedro Alves
2013-07-01 11:32           ` Pedro Alves
2013-06-27  8:45 ` [PATCH 7/7] gdbserver: add fallback implementation for memmem Mircea Gherzan
2013-06-27 19:27   ` Pedro Alves
2013-06-28 15:18     ` Mircea Gherzan
2013-06-27 11:32 ` [PATCH 5/7] gdbserver, win32: fix some function typedefs Mircea Gherzan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox