From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2787 invoked by alias); 30 Jan 2008 18:38:07 -0000 Received: (qmail 2777 invoked by uid 22791); 30 Jan 2008 18:38:06 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jan 2008 18:37:49 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1) with ESMTP id m0UIbiYc024934; Wed, 30 Jan 2008 19:37:44 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id m0UIbiou023241; Wed, 30 Jan 2008 19:37:44 +0100 (CET) Date: Wed, 30 Jan 2008 18:44:00 -0000 Message-Id: <200801301837.m0UIbiou023241@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20080129225353.GB21147@caradoc.them.org> (message from Daniel Jacobowitz on Tue, 29 Jan 2008 17:53:53 -0500) Subject: Re: [RFA/doc] Mention fork/exec catchpoints for GNU/Linux References: <20080129225353.GB21147@caradoc.them.org> 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/msg00816.txt.bz2 > Date: Tue, 29 Jan 2008 17:53:53 -0500 > From: Daniel Jacobowitz > > 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} Hey, catch fork/vfork is supported on OpenBSD too! I'll submit a follow-on diff once Daniel's gets committed ;).