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 0/4] Various Cygwin patches


Various patches, originally by cgf, which have been carried in Cygwin's gdb
package for a few years.  I've cleaned them up a bit and revised them for
master.

Tested on x86_64-pc-cygwin.

Jon Turney (4):
  windows-nat: Trim a trailing '\n' from OutputDebugString before
    echoing it
  windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__
  windows-nat: Consistently use numeric get_context parameter to
    thread_rec()
  windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()

 gdb/ChangeLog     | 21 +++++++++++++++++++++
 gdb/windows-nat.c | 30 +++++++++++++++++++-----------
 2 files changed, 40 insertions(+), 11 deletions(-)

-- 
2.1.4


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