From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8549 invoked by alias); 14 Feb 2011 23:16:58 -0000 Received: (qmail 8534 invoked by uid 22791); 14 Feb 2011 23:16:58 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Feb 2011 23:16:53 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 5E10156007; Mon, 14 Feb 2011 15:16:51 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 53936CD9B3; Mon, 14 Feb 2011 15:16:51 -0800 (PST) Message-ID: <4D59B7E2.6070300@vmware.com> Date: Mon, 14 Feb 2011 23:42:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" , Eli Zaretskii Subject: [commit] doc/gdb.texinfo: Update example of a linux "New Thread" message Content-Type: multipart/mixed; boundary="------------060300000507000401050605" X-IsSubscribed: yes 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: 2011-02/txt/msg00309.txt.bz2 This is a multi-part message in MIME format. --------------060300000507000401050605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 49 These have changed since this was last updated. --------------060300000507000401050605 Content-Type: text/plain; name="new.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="new.txt" Content-length: 623 2011-02-14 Michael Snyder * gdb.texinfo (Threads): Update example of new thread message. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.798 diff -u -p -u -p -r1.798 gdb.texinfo --- gdb.texinfo 14 Feb 2011 11:13:11 -0000 1.798 +++ gdb.texinfo 14 Feb 2011 23:13:36 -0000 @@ -2683,7 +2683,7 @@ whose form varies depending on the parti @sc{gnu}/Linux, you might see @smallexample -[New Thread 46912507313328 (LWP 25582)] +[New Thread 0x41e02940 (LWP 25582)] @end smallexample @noindent --------------060300000507000401050605--