qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Filip Navara <xnavara@volny.cz>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Win32 support for the GDB stub
Date: Sat, 22 Jan 2005 20:39:16 +0100	[thread overview]
Message-ID: <41F2ABE4.8020104@volny.cz> (raw)
In-Reply-To: <Pine.LNX.4.61.0501222154080.5210@home.oyster.ru>

malc wrote:

> On Sat, 22 Jan 2005, Filip Navara wrote:
>
>> just what the subject says...
>
>
> Why guards around recv/read send/write?

Sockets are Win32 handles, while handles from "open" & friends are CRT 
handles. You can't call "read"/"write" on socket handle in Win32.

> And to the best of my knowlege
> checking errno after WSA calls wouldn't do much good, WSAGetError should
> be used, though i might be way off here.

You mean in the gdbstub.c code? I simply overlooked that...

- Filip

  reply	other threads:[~2005-01-22 20:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-22 18:03 [Qemu-devel] [PATCH] Win32 support for the GDB stub Filip Navara
2005-01-22 18:55 ` malc
2005-01-22 19:39   ` Filip Navara [this message]
2005-01-22 20:26     ` malc

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=41F2ABE4.8020104@volny.cz \
    --to=xnavara@volny.cz \
    --cc=qemu-devel@nongnu.org \
    /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;
as well as URLs for NNTP newsgroup(s).