From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4705 invoked by alias); 6 Nov 2008 23:03:48 -0000 Received: (qmail 4643 invoked by uid 22791); 6 Nov 2008 23:03:47 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Nov 2008 23:02:55 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id mA6N2Khd005256; Fri, 7 Nov 2008 00:02:21 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id mA6N2Hbb002187; Fri, 7 Nov 2008 00:02:17 +0100 (CET) Date: Thu, 06 Nov 2008 23:03:00 -0000 Message-Id: <200811062302.mA6N2Hbb002187@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: drow@false.org, bauerman@br.ibm.com, sergiodj@linux.vnet.ibm.com, gdb-patches@sourceware.org In-reply-to: (message from Eli Zaretskii on Wed, 05 Nov 2008 20:43:02 +0200) Subject: Re: [PATCH 1/4] 'catch syscall' feature -- Architecture-independent part References: <1225773079.24532.52.camel@miki> <1225836687.20764.21.camel@localhost.localdomain> <20081104223421.GC5391@caradoc.them.org> <20081105145449.GA26401@caradoc.them.org> 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/msg00112.txt.bz2 > X-Spam-Check-By: sourceware.org > Date: Wed, 05 Nov 2008 20:43:02 +0200 > From: Eli Zaretskii > > > Date: Wed, 5 Nov 2008 09:54:49 -0500 > > From: Daniel Jacobowitz > > Cc: bauerman@br.ibm.com, sergiodj@linux.vnet.ibm.com, > > gdb-patches@sourceware.org > > > > Should we make the description of 'catch syscall' more clear to > > exclude other OS facilities? > > We could, but that would be second best, IMO. It would be better to > make the abstraction less Unix-centric. Come on. Syscall tracing *is* low level stuff and making it less Unix-centric makes it less useful.