From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26622 invoked by alias); 29 Jan 2008 22:54:15 -0000 Received: (qmail 26612 invoked by uid 22791); 29 Jan 2008 22:54:15 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Jan 2008 22:53:55 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5735498151 for ; Tue, 29 Jan 2008 22:53:54 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 41B399811F for ; Tue, 29 Jan 2008 22:53:54 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JJzKz-0005fF-9z for gdb-patches@sourceware.org; Tue, 29 Jan 2008 17:53:53 -0500 Date: Tue, 29 Jan 2008 23:17:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: [RFA/doc] Mention fork/exec catchpoints for GNU/Linux Message-ID: <20080129225353.GB21147@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-12-11) 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-01/txt/msg00740.txt.bz2 A straightforward update to the documentation. Eli, is this OK? -- Daniel Jacobowitz CodeSourcery 2008-01-29 Daniel Jacobowitz * doc/gdb.texinfo (Setting Catchpoints): Mention features supported on GNU/Linux. Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.460 diff -u -p -r1.460 gdb.texinfo --- doc/gdb.texinfo 26 Jan 2008 19:14:18 -0000 1.460 +++ doc/gdb.texinfo 29 Jan 2008 22:52:04 -0000 @@ -3407,13 +3407,16 @@ A failed Ada assertion. @item exec @cindex break on fork/exec -A call to @code{exec}. This is currently only available for HP-UX. +A call to @code{exec}. This is currently only available for HP-UX +and @sc{gnu}/Linux. @item fork -A call to @code{fork}. This is currently only available for HP-UX. +A call to @code{fork}. This is currently only available for HP-UX +and @sc{gnu}/Linux. @item vfork -A call to @code{vfork}. This is currently only available for HP-UX. +A call to @code{vfork}. This is currently only available for HP-UX +and @sc{gnu}/Linux. @item load @itemx load @var{libname}