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: [RFA] windows-nat.c: Handle CTRL_BREAK_EVENT in ctrl_c_handler


> From: "Pierre Muller" <muller@ics.u-strasbg.fr>
> Cc: <gdb-patches@sourceware.org>
> Date: Tue, 22 Sep 2009 17:34:56 +0200
> 
> I already checked the patch in,

Only the trunk or the branch as well?

> A running MS-Windows program can be interrupted by pressing @samp{Ctrl-C},
> unless that program configured @samp{Ctrl-C} as a normal character by a call
> to @code{SetConsoleMode}. In that case, @samp{Ctrl-Break} can still be used
> to interrupt the running program.
> 
> I have no idea if I should add something like a @kindex...
> 
> But my main problem is that I don't know really where we should 
> put that inside the "Cygwin native" section.
> 
> I would suggest putting it right after the first paragraph,
> but in fact it could also be with the general description of
> running program interruption.
> 
> Please help me out,

Your text is mostly okay, but it needs to use a different markup for
the Ctrl-C etc.

I will fix it and install it in a couple of days.  I hope GDB 7.0 will
not be released with the code but without the docs.

Thanks.


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