From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16647 invoked by alias); 2 Feb 2009 13:01:25 -0000 Received: (qmail 16303 invoked by uid 22791); 2 Feb 2009 13:01:24 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.190) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Feb 2009 13:01:20 +0000 Received: by ti-out-0910.google.com with SMTP id d10so861816tib.12 for ; Mon, 02 Feb 2009 05:01:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.110.69.5 with SMTP id r5mr6431639tia.36.1233579676688; Mon, 02 Feb 2009 05:01:16 -0800 (PST) In-Reply-To: <1232929826.26873.21.camel@miki> References: <1232929826.26873.21.camel@miki> Date: Mon, 02 Feb 2009 13:01:00 -0000 Message-ID: Subject: Re: [PATCH 0/4] catch syscall -- try 4 -- Introduction From: teawater To: =?ISO-8859-1?Q?S=E9rgio_Durigan_J=FAnior?= Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-02/txt/msg00023.txt.bz2 Hi S=E9rgio, I try it and I think it's so great. When I use it, I got: (gdb) catch syscall warning: Can not parse XML syscalls information; XML support was disabled at compile time warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'. GDB will not be able to display syscall names. Catchpoint 2 (any syscall) Does it have some interface to set directory of xml file with myself? I saw the texinfo but didn't get anything about it. Thanks, Hui On Mon, Jan 26, 2009 at 08:30, S=E9rgio Durigan J=FAnior wrote: > Hello everybody, > > It's been a while since I don't post anything related to this patch, so > I apologize. I've been busy with some other activities, so I had to use > my spare time to work on this now. > > Here goes the fourth version of the catch syscall patch. For those of > you who have been following the improvements, there's not so much to see > in this version if you compare it to the previous one; even though, it's > worth taking a look at it because there are lots of bug fixes (the vast > majority were fixed by Jan K. , to whom I'd like to give my special > thanks). The basic functionality remains the same. > > Many thanks to Jan K., Phil Muldoon, Rick Moseley and Tom Tromey for > dedicating their time to this activity. Also, thanks to teawater and > Daniel Jacobowitz for bringing this patch back to discussion. > > The division of the patch is basically the same: the first part contains > architecture-independent code; the second contains > architecture-dependent; the third is for the XML support code; and the > fourth contains code for the build system, testacase and documentation. > Please, apply all four patches in order to have GDB compiled correctly. > > Please, comment, test and review. > > Regards, > > -- > S=E9rgio Durigan J=FAnior > Linux on Power Toolchain - Software Engineer > Linux Technology Center - LTC > IBM Brazil > >