From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10035 invoked by alias); 12 May 2015 17:21:29 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 10018 invoked by uid 89); 12 May 2015 17:21:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 12 May 2015 17:21:28 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Extended-remote fork event docs From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <0d71eef55dc5ce12d9bfa3cefb40d81a9b5fa2e6@kwanyin> Date: Tue, 12 May 2015 17:21:00 -0000 X-SW-Source: 2015-q2/txt/msg04048.txt.bz2 *** TEST RESULTS FOR COMMIT 0d71eef55dc5ce12d9bfa3cefb40d81a9b5fa2e6 *** Author: Don Breazeal Branch: master Commit: 0d71eef55dc5ce12d9bfa3cefb40d81a9b5fa2e6 Extended-remote fork event docs This patch contains the accumulated documentation changes for the rest of the extended-remote follow fork patchset. gdb/ChangeLog: * NEWS: Announce fork support in the RSP and support for fork debugging in extended mode. gdb/doc/ChangeLog: * gdb.texinfo (Forks): Note that fork debugging is supported in extended mode. (Remote Configuration): Add fork event features to table of packet settings. (Stop Reply Packets): Add fork events to list of stop reasons. (General Query Packets): Add fork events to tables of 'gdbfeatures' and 'stub features' supported in the qSupported packet, as well as to the list containing stub feature details.