From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8052 invoked by alias); 31 Mar 2005 06:00:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8024 invoked from network); 31 Mar 2005 06:00:30 -0000 Received: from unknown (HELO mail.netspace.net.au) (203.10.110.71) by sourceware.org with SMTP; 31 Mar 2005 06:00:30 -0000 Received: from [192.168.1.11] (220-253-3-149.VIC.netspace.net.au [220.253.3.149]) by mail.netspace.net.au (Postfix) with ESMTP id 9794842D7E for ; Thu, 31 Mar 2005 16:00:27 +1000 (EST) Message-ID: <424B92B9.8020300@netspace.net.au> Date: Thu, 31 Mar 2005 06:00:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1 MIME-Version: 1.0 To: GDB Subject: fork() Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00310.txt.bz2 Hi, I was debugging a program with gdb-6.3 and did: set follow-fork-mode child but fork() still returns the PID meaning that it is still following the parent.