From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5847 invoked by alias); 4 Nov 2008 21:20:36 -0000 Received: (qmail 5799 invoked by uid 22791); 4 Nov 2008 21:20:36 -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; Tue, 04 Nov 2008 21:19:54 +0000 Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9T00D44VBCVJB0@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Tue, 04 Nov 2008 23:21:13 +0200 (IST) Date: Tue, 04 Nov 2008 21:20:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 3/4] 'catch syscall' feature -- XML support part In-reply-to: <1225773086.24532.55.camel@miki> X-012-Sender: halo1@inter.net.il To: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <1225773086.24532.55.camel@miki> 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/msg00053.txt.bz2 > From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= > Date: Tue, 04 Nov 2008 02:31:26 -0200 > > This is the part which adds XML support for the "catch syscall" feature. > I decided to put the architecture's XML files here too, so that the > architecture-independent part does not grow too much. Is the list of syscalls and their numbers kernel version dependent? If it is, how will we go about maintaining these files?