From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19013 invoked by alias); 4 Jun 2014 22:21:57 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 19000 invoked by uid 89); 4 Jun 2014 22:21:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Jun 2014 22:21:37 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1WsJYr-00067S-Og from donb@codesourcery.com for gdb@sourceware.org; Wed, 04 Jun 2014 15:21:33 -0700 Received: from [127.0.0.1] ([172.30.2.62]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 4 Jun 2014 15:21:28 -0700 Message-ID: <538F9BE7.3040505@codesourcery.com> Date: Wed, 04 Jun 2014 22:21:00 -0000 From: "Breazeal, Don" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: [PATCH] Fix for follow-fork: followed child doesn't stop References: <1401919733-21540-1-git-send-email-donb@codesourcery.com> In-Reply-To: <1401919733-21540-1-git-send-email-donb@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00017.txt.bz2 Apologies, I sent this to the wrong list. I'll get it right on the first try one of these days. :-\ --Don On 6/4/2014 3:08 PM, Don Breazeal wrote: > Using the test program gdb.base/foll-fork.c, with follow-fork-mode > set to "child" and detach-on-fork set to "on", stepping past the > fork call results in the child process running to completion, when > it should just finish the single step. ---snip---