From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14672 invoked by alias); 4 Nov 2008 21:18:01 -0000 Received: (qmail 14664 invoked by uid 22791); 4 Nov 2008 21:18:00 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Nov 2008 21:17:18 +0000 Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9T00HCGV7I2ZT0@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Tue, 04 Nov 2008 23:18:54 +0200 (IST) Date: Tue, 04 Nov 2008 21:18:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 2/4] 'catch syscall' feature -- Architecture-dependent part In-reply-to: <1225773084.24532.54.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: <1225773084.24532.54.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/msg00052.txt.bz2 > From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= > Date: Tue, 04 Nov 2008 02:31:24 -0200 > > This is the architecture dependent part of the patch. It adds support > for PPC, PPC64 and i386 archs. Thanks. > + warning (_("Could not load the syscall XML file.\n\ I suggest to include the name of the file in the error message. That might help the user to locate that file and overcome the problem. Without the name, she is down to "strings | grep -i xml". > +GDB will not be able to display syscalls names.")); ^^^^^^^^^^^^^^ "syscall names". (There's one more instance of this in the patches.)