From patchwork Thu Nov 1 22:07:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 30000 Received: (qmail 28269 invoked by alias); 1 Nov 2018 22:07:27 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 28259 invoked by uid 89); 1 Nov 2018 22:07:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Nov 2018 22:07:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9BAE15601C for ; Thu, 1 Nov 2018 18:07:24 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LgejaxhqzTdE for ; Thu, 1 Nov 2018 18:07:24 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6915C56017 for ; Thu, 1 Nov 2018 18:07:24 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AB24083AF9; Thu, 1 Nov 2018 15:07:22 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [obvious/pushed] gdb.texinfo: Fix the output of the "info tasks 2" example Date: Thu, 1 Nov 2018 15:07:18 -0700 Message-Id: <20181101220718.26156-1-brobecker@adacore.com> Hello, FYI - I pushed the following patch as obvious; all it does is fixing up an example to match the current implementation. gdb/doc/ChangeLog: * gdb.texinfo (Ada Tasks): Update the "info task 2" example output to match the current implementation. Pushed to master. Thanks, diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8804e81ffad..5c0c106b6ca 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2018-11-01 Joel Brobecker + + * gdb.texinfo (Ada Tasks): Update the "info task 2" example + output to match the current implementation. + 2018-10-27 Philippe Waroquiers * gdb.texinfo (Information About a Frame): Document changes diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0226b6d88de..9756155a398 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17161,7 +17161,8 @@ the following example: (@value{GDBP}) info task 2 Ada Task: 0x807c468 Name: task_1 -Thread: 0x807f378 +Thread: 0 +LWP: 0x1fac Parent: 1 (main_task) Base Priority: 15 State: Runnable