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/9] share some Windows code between gdb and gdbserver


While working on PR gdb/22992, I found that there is a lot of very
similar code in the Windows native code in gdb and gdbserver.  (Pedro
said that the gdbserver port was essentially copied from
windows-nat.c.)

This series starts sharing a bit of code between the two.  I tested
each patch using the AdaCore internal test suite.

There is still a lot more code that could be shared.  Some aspects of
that look a bit tricky, but meanwhile I thought this was a reasonable
place to start.

Tom



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