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: Windows CE on x86


On Friday 17 April 2009 19:50:29, Danny Backx wrote:
> The patch attached is a trivial one to add the target(s) for building
> gdbserver for a x86 CE target.

Pedro Alves wrote:
> I've committed the patch with that change.  Thanks!

New configuration support, probably should get a NEWS entry.  I can
take care of it.

Eli, is this OK?  There were no changes to GDB
itself, just configuration goo changes to gdbserver/ .

-- 
Pedro Alves

2009-04-19  Pedro Alves  <pedro@codesourcery.com>

	* NEWS: Mention gdbserver support for x86 Windows CE.

---
 gdb/NEWS |    3 +++
 1 file changed, 3 insertions(+)

Index: src/gdb/NEWS
===================================================================
--- src.orig/gdb/NEWS	2009-04-19 19:01:47.000000000 +0100
+++ src/gdb/NEWS	2009-04-19 19:04:34.000000000 +0100
@@ -295,6 +295,9 @@ x86_64 MinGW			x86_64-*-mingw*
 x86 DICOS			i[34567]86-*-dicos*
 x86_64 DICOS		        x86_64-*-dicos*
 
+* The GDB remote stub, gdbserver, now supports x86 Windows CE
+  (mingw32ce) debugging.
+
 * Removed commands
 
 catch load


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