From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11046 invoked by alias); 20 Oct 2008 15:58:24 -0000 Received: (qmail 11038 invoked by uid 22791); 20 Oct 2008 15:58:24 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Oct 2008 15:57:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 44F092A9655 for ; Mon, 20 Oct 2008 11:57:43 -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 iDCT4Qbn-BoE for ; Mon, 20 Oct 2008 11:57:43 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 116202A95C1 for ; Mon, 20 Oct 2008 11:57:43 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1265BE7AD0; Mon, 20 Oct 2008 08:57:41 -0700 (PDT) Date: Mon, 20 Oct 2008 15:58:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/NEWS] Document thread-support on Tru64 Message-ID: <20081020155740.GB22737@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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: 2008-10/txt/msg00490.txt.bz2 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 249 Hello, Now that thread support is now available on Tru64, I thought it was worth adding an entry in the NEWS file. 2008-10-20 Joel Brobecker * NEWS: Add entry mentioning thread-support on Tru64 Thanks, -- Joel --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS-dec-thread.diff" Content-length: 546 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.290 diff -u -p -r1.290 NEWS --- NEWS 27 Sep 2008 21:40:48 -0000 1.290 +++ NEWS 20 Oct 2008 15:56:12 -0000 @@ -57,6 +57,8 @@ with the --compress-debug-sections=zlib * 64-bit core files are now supported on AIX. +* Thread switching is now supported on Tru64. + * Watchpoints can now be set on unreadable memory locations, e.g. addresses which will be allocated using malloc later in program execution. --sm4nu43k4a2Rpi4c--