From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13082 invoked by alias); 3 Feb 2009 03:20:20 -0000 Received: (qmail 13074 invoked by uid 22791); 3 Feb 2009 03:20:19 -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.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Feb 2009 03:20:15 +0000 Received: by ti-out-0910.google.com with SMTP id d10so1008649tib.12 for ; Mon, 02 Feb 2009 19:20:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.110.47.9 with SMTP id u9mr7684816tiu.44.1233631213011; Mon, 02 Feb 2009 19:20:13 -0800 (PST) In-Reply-To: <20090202170422.GA20136@caradoc.them.org> References: <1232929826.26873.21.camel@miki> <20090202170422.GA20136@caradoc.them.org> Date: Tue, 03 Feb 2009 03:20:00 -0000 Message-ID: Subject: Re: [PATCH 0/4] catch syscall -- try 4 -- Introduction From: teawater To: teawater , =?ISO-8859-1?Q?S=E9rgio_Durigan_J=FAnior?= , 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/msg00052.txt.bz2 I see. Thanks Daniel. Hui On Tue, Feb 3, 2009 at 01:04, Daniel Jacobowitz wrote: > On Mon, Feb 02, 2009 at 09:01:16PM +0800, teawater wrote: >> 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) > > You're going to need the 'expat' library when you build GDB. If it's > not installed in the system path, you'll have to add > --with-libexpat-prefix when you configure GDB - check the configure > output and manual for more information. > > -- > Daniel Jacobowitz > CodeSourcery >