From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11954 invoked by alias); 5 Nov 2008 20:36:11 -0000 Received: (qmail 11900 invoked by uid 22791); 5 Nov 2008 20:36:11 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Nov 2008 20:35:30 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0K9V00L00NP7XL00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Wed, 05 Nov 2008 22:36:15 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9V00F35NW1X440@i-mtaout7.012.net.il>; Wed, 05 Nov 2008 22:36:15 +0200 (IST) Date: Wed, 05 Nov 2008 20:36:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 1/4] 'catch syscall' feature -- =?utf-8?q?=09Architecture-independent=09part?= In-reply-to: <200811051933.28792.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org, bauerman@br.ibm.com, sergiodj@linux.vnet.ibm.com Reply-to: Eli Zaretskii Message-id: References: <1225773079.24532.52.camel@miki> <200811051856.27087.pedro@codesourcery.com> <200811051933.28792.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00092.txt.bz2 > From: Pedro Alves > Date: Wed, 5 Nov 2008 19:33:28 +0000 > Cc: bauerman@br.ibm.com, > sergiodj@linux.vnet.ibm.com > > Eventually the libc 'read' function calls the real 'read' syscall, > just like on Windows. I don't think `ReadFile', the Windows equivalent of `read', calls Int 2Eh to read a file. If you know differently, please tell the details.