From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22625 invoked by alias); 27 Apr 2009 15:07:26 -0000 Received: (qmail 22613 invoked by uid 22791); 27 Apr 2009 15:07:25 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,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.184) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Apr 2009 15:07:20 +0000 Received: by ti-out-0910.google.com with SMTP id a1so301118tib.12 for ; Mon, 27 Apr 2009 08:07:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.16.9 with SMTP id 9mr425753tip.2.1240844837235; Mon, 27 Apr 2009 08:07:17 -0700 (PDT) In-Reply-To: <1240781700.13755.31.camel@miki> References: <1240446784.2000.85.camel@miki> <83mya5f5i7.fsf@gnu.org> <1240781441.13755.28.camel@miki> <1240781700.13755.31.camel@miki> Date: Mon, 27 Apr 2009 15:07:00 -0000 Message-ID: Subject: Re: [PATCH 1/3] catch syscall -- try 5 -- Source code modifications From: Hui Zhu To: =?ISO-8859-1?Q?S=E9rgio_Durigan_J=FAnior?= Cc: Eli Zaretskii , 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-04/txt/msg00736.txt.bz2 The new version works ok with me. i386-linux ubuntu Thanks, Hui 2009/4/27 S=E9rgio Durigan J=FAnior : > Hello, > > On Sun, 2009-04-26 at 18:30 -0300, S=E9rgio Durigan J=FAnior wrote: >> Hi Eli, >> >> On Sat, 2009-04-25 at 12:26 +0300, Eli Zaretskii wrote: >> > > From: =3D?ISO-8859-1?Q?S=3DE9rgio?=3D Durigan =3D?ISO-8859-1?Q?J=3DF= Anior?=3D >> > > Date: Wed, 22 Apr 2009 21:33:03 -0300 >> >> Thanks for the comments. =A0Here goes the new version. > > I've made a mistake, sorry. =A0This is the new version. > > Regards, > > -- > S=E9rgio Durigan J=FAnior > Linux on Power Toolchain - Software Engineer > Linux Technology Center - LTC > IBM Brazil > > gdb/ChangeLog: > > 2009-04-26 =A0Sergio Durigan Junior > > =A0 =A0 =A0 =A0* Makefile.in: Support for relocatable GDB datadir and XML > =A0 =A0 =A0 =A0syscall. > =A0 =A0 =A0 =A0* NEWS: Added information about the catch syscall feature. > > gdb/doc/ChangeLog: > > 2009-04-26 =A0Sergio Durigan Junior > > =A0 =A0 =A0 =A0* gdb.texinfo (Set Catchpoints): Documentation about the n= ew > =A0 =A0 =A0 =A0feature. > > gdb/testsuite/ChangeLog: > > 2009-04-26 =A0Sergio Durigan Junior > > =A0 =A0 =A0 =A0* Makefile.in: Inclusion of catch-syscall object. > =A0 =A0 =A0 =A0* gdb.base/catch-syscall.c: New file. > =A0 =A0 =A0 =A0* gdb.base/catch-syscall.exp: New file. > >