From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6988 invoked by alias); 5 Nov 2008 19:10:02 -0000 Received: (qmail 6902 invoked by uid 22791); 5 Nov 2008 19:10:01 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Nov 2008 19:09:20 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0K9V00900JT2PM00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Wed, 05 Nov 2008 21:10:28 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9V005WSJXDNR10@i-mtaout1.012.net.il>; Wed, 05 Nov 2008 21:10:26 +0200 (IST) Date: Wed, 05 Nov 2008 19:10:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 1/4] 'catch syscall' feature -- =?utf-8?q?=09Architecture-independent=09part?= In-reply-to: <200811051856.27087.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> <200811051228.29626.pedro@codesourcery.com> <200811051856.27087.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/msg00087.txt.bz2 > From: Pedro Alves > Date: Wed, 5 Nov 2008 18:56:26 +0000 > Cc: bauerman@br.ibm.com, > sergiodj@linux.vnet.ibm.com > > What's wrong with "break ReadFile" ? Does it work for you? And if the breakpoint breaks, can you easily see the arguments of the call?