Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] [0/4] Mingw64 gdbserver support
@ 2010-04-19 22:51 Pierre Muller
  2010-04-19 23:32 ` Pedro Alves
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Muller @ 2010-04-19 22:51 UTC (permalink / raw)
  To: gdb-patches; +Cc: 'Pedro Alves'

  As suggested by Pedro,
I finally split this patch into
several pieces, and also simplified it.

Part 1: Adapt win32-low.c to 64-bit architecture
Part 2: Add 64-bit parts to win32-i386-low.c
(I completely removed the file renaming and new files).
Part 3: Add 'x86_64-*-mingw*' pattern to configure.srv
Part 4: Add build_gdbserver=yes to same pattern at gdb level.

 I hope these smaller patches will be easier to review.


Pierre Muller


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

* Re: [RFA] [0/4] Mingw64 gdbserver support
  2010-04-19 22:51 [RFA] [0/4] Mingw64 gdbserver support Pierre Muller
@ 2010-04-19 23:32 ` Pedro Alves
  2010-04-20  0:27   ` Pierre Muller
       [not found]   ` <002701cae020$4c88a7c0$e599f740$%muller@ics-cnrs.unistra.fr>
  0 siblings, 2 replies; 6+ messages in thread
From: Pedro Alves @ 2010-04-19 23:32 UTC (permalink / raw)
  To: Pierre Muller; +Cc: gdb-patches

On Monday 19 April 2010 23:51:21, Pierre Muller wrote:
>  I hope these smaller patches will be easier to review.

They are.  Thank you.

-- 
Pedro Alves


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

* RE: [RFA] [0/4] Mingw64 gdbserver support
  2010-04-19 23:32 ` Pedro Alves
@ 2010-04-20  0:27   ` Pierre Muller
  2010-04-29 21:36     ` PING: Mingw64 gdbserver support NEWS entry Pierre Muller
       [not found]   ` <002701cae020$4c88a7c0$e599f740$%muller@ics-cnrs.unistra.fr>
  1 sibling, 1 reply; 6+ messages in thread
From: Pierre Muller @ 2010-04-20  0:27 UTC (permalink / raw)
  To: 'Pedro Alves'; +Cc: gdb-patches



> -----Message d'origine-----
> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Pedro Alves
> Envoyé : Tuesday, April 20, 2010 1:32 AM
> À : Pierre Muller
> Cc : gdb-patches@sourceware.org
> Objet : Re: [RFA] [0/4] Mingw64 gdbserver support
> 
> On Monday 19 April 2010 23:51:21, Pierre Muller wrote:
> >  I hope these smaller patches will be easier to review.
> 
> They are.  Thank you.
Thanks for the reviews,
I committed the whole series.

  You suggested a NEWS entry,
I hesitated to put (mingw64)...

Comments?

Pierre

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.373
diff -u -r1.373 NEWS
--- NEWS        19 Apr 2010 00:48:43 -0000      1.373
+++ NEWS        20 Apr 2010 00:25:02 -0000
@@ -27,6 +27,8 @@
   - GDBserver now support tracepoints.  The feature is currently
     supported by the i386-linux and amd64-linux builds.

+  - GDBserver now supports x86_64 Windows 64-bit debugging.
+
 * GDB now sends xmlRegisters= in qSupported packet to indicate that
   it understands register description.


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

* PING:  Mingw64 gdbserver support NEWS entry
  2010-04-20  0:27   ` Pierre Muller
@ 2010-04-29 21:36     ` Pierre Muller
  0 siblings, 0 replies; 6+ messages in thread
From: Pierre Muller @ 2010-04-29 21:36 UTC (permalink / raw)
  To: 'Eli Zaretskii', 'Pedro Alves'; +Cc: gdb-patches

>   You suggested a NEWS entry,
> I hesitated to put (mingw64)...
> 
> Comments?


  Nobody reacted to this part of
one of my emails.
  At one point, someone said, that a 
new gdbserver port should be reported in NEWS.

  Eli, maybe you have a better idea for 
the wording?
 
> Pierre
> 
> Index: NEWS
> ===================================================================
> RCS file: /cvs/src/src/gdb/NEWS,v
> retrieving revision 1.373
> diff -u -r1.373 NEWS
> --- NEWS        19 Apr 2010 00:48:43 -0000      1.373
> +++ NEWS        20 Apr 2010 00:25:02 -0000
> @@ -27,6 +27,8 @@
>    - GDBserver now support tracepoints.  The feature is currently
>      supported by the i386-linux and amd64-linux builds.
> 
> +  - GDBserver now supports x86_64 Windows 64-bit debugging.
> +
>  * GDB now sends xmlRegisters= in qSupported packet to indicate that
>    it understands register description.



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

* Re: PING:  Mingw64 gdbserver support NEWS entry
       [not found]     ` <001501cae7e4$092e9d10$1b8bd730$%muller@ics-cnrs.unistra.fr>
@ 2010-04-30  6:24       ` Eli Zaretskii
  2010-04-30  7:05         ` Pierre Muller
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2010-04-30  6:24 UTC (permalink / raw)
  To: Pierre Muller; +Cc: pedro, gdb-patches

> From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> Cc: <gdb-patches@sourceware.org>
> Date: Thu, 29 Apr 2010 23:36:30 +0200
> 
>   Eli, maybe you have a better idea for 
> the wording?

Your wording is fine.

Thanks.


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

* RE: PING:  Mingw64 gdbserver support NEWS entry
  2010-04-30  6:24       ` Eli Zaretskii
@ 2010-04-30  7:05         ` Pierre Muller
  0 siblings, 0 replies; 6+ messages in thread
From: Pierre Muller @ 2010-04-30  7:05 UTC (permalink / raw)
  To: 'Eli Zaretskii'; +Cc: pedro, gdb-patches

 Thanks for the approval,
patch committed.

Pierre

> -----Message d'origine-----
> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Eli Zaretskii
> Envoyé : Friday, April 30, 2010 8:23 AM
> À : Pierre Muller
> Cc : pedro@codesourcery.com; gdb-patches@sourceware.org
> Objet : Re: PING: Mingw64 gdbserver support NEWS entry
> 
> > From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> > Cc: <gdb-patches@sourceware.org>
> > Date: Thu, 29 Apr 2010 23:36:30 +0200
> >
> >   Eli, maybe you have a better idea for
> > the wording?
> 
> Your wording is fine.
> 
> Thanks.


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

end of thread, other threads:[~2010-04-30  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-19 22:51 [RFA] [0/4] Mingw64 gdbserver support Pierre Muller
2010-04-19 23:32 ` Pedro Alves
2010-04-20  0:27   ` Pierre Muller
2010-04-29 21:36     ` PING: Mingw64 gdbserver support NEWS entry Pierre Muller
     [not found]   ` <002701cae020$4c88a7c0$e599f740$%muller@ics-cnrs.unistra.fr>
     [not found]     ` <001501cae7e4$092e9d10$1b8bd730$%muller@ics-cnrs.unistra.fr>
2010-04-30  6:24       ` Eli Zaretskii
2010-04-30  7:05         ` Pierre Muller

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