Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Michael Snyder <Michael.Snyder@palmsource.com>
Cc: lerele@champenstudios.com, khaledjmal@yahoo.fr, gdb@sourceware.org
Subject: Re: i386 gdbserver for windows: break problem
Date: Thu, 22 Feb 2007 12:27:00 -0000	[thread overview]
Message-ID: <uzm76kf4f.fsf@gnu.org> (raw)
In-Reply-To: <1172088151.9824.9.camel@localhost.localdomain> (message from 	Michael Snyder on Wed, 21 Feb 2007 12:02:31 -0800)

> From: Michael Snyder <Michael.Snyder@palmsource.com>
> Cc: Khaled Jmal <khaledjmal@yahoo.fr>, gdb@sourceware.org
> Date: Wed, 21 Feb 2007 12:02:31 -0800
> 
> Control-c has always been problematic for gdb on windows.
> Windows doesn't treat control-c at all like other os's do.

Actually, Ctrl-C handling on Windows is very similar to Posix.  The
only major problem that I'm aware of is that the Ctrl-C handler runs
in a separate thread, so a single-threaded program suddenly becomes
multi-threaded, and in particular one can have race condition between
the main thread and the signal thread.


      reply	other threads:[~2007-02-22  4:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-21 19:58 Khaled Jmal
2007-02-21 20:02 ` Lerele
2007-02-21 22:02   ` Michael Snyder
2007-02-22 12:27     ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uzm76kf4f.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=Michael.Snyder@palmsource.com \
    --cc=gdb@sourceware.org \
    --cc=khaledjmal@yahoo.fr \
    --cc=lerele@champenstudios.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox