From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26654 invoked by alias); 30 Sep 2008 18:12:56 -0000 Received: (qmail 26632 invoked by uid 22791); 30 Sep 2008 18:12:55 -0000 X-Spam-Check-By: sourceware.org Received: from igw3.br.ibm.com (HELO igw3.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 30 Sep 2008 18:11:58 +0000 Received: from mailhub1.br.ibm.com (unknown [9.18.232.109]) by igw3.br.ibm.com (Postfix) with ESMTP id 65E863900EF for ; Tue, 30 Sep 2008 14:49:36 -0300 (BRST) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m8UIC11E2060546 for ; Tue, 30 Sep 2008 15:12:01 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m8UIBscX029045 for ; Tue, 30 Sep 2008 15:11:54 -0300 Received: from [9.18.238.184] (IBM-708585AE534-009018238184.br.ibm.com [9.18.238.184]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m8UIBsOR029040 for ; Tue, 30 Sep 2008 15:11:54 -0300 Subject: [PATCH 3/4] catch syscall' feature -- Documentation part From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= To: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Date: Tue, 30 Sep 2008 18:12:00 -0000 Message-Id: <1222798415.30389.26.camel@miki> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 8bit 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-09/txt/msg00585.txt.bz2 This is the documentation part of the patch. Regards, -- Sérgio Durigan Júnior Linux on Power Toolchain - Software Engineer Linux Technology Center - LTC IBM Brazil 2008-09-29 Sergio Durigan Junior * gdb.texinfo (catch syscall): Documentation about the new feature. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9db0ff8..0838d23 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3625,6 +3625,12 @@ A failed Ada assertion. A call to @code{exec}. This is currently only available for HP-UX and @sc{gnu}/Linux. +@item syscall +@itemx syscall @var{syscall name} +@cindex break on call to/return from a system call +A call to/return from a @code{syscall} -- similar to the @code{strace} +utility. + @item fork A call to @code{fork}. This is currently only available for HP-UX and @sc{gnu}/Linux.