From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23264 invoked by alias); 24 Mar 2011 14:06:31 -0000 Received: (qmail 23256 invoked by uid 22791); 24 Mar 2011 14:06:31 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Mar 2011 14:06:26 +0000 Received: (qmail 13932 invoked from network); 24 Mar 2011 14:06:25 -0000 Received: from unknown (HELO ?192.168.0.102?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Mar 2011 14:06:25 -0000 Message-ID: <4D8B4FDB.2080905@codesourcery.com> Date: Thu, 24 Mar 2011 15:14:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [try 2nd 8/8] NEWS References: <4D15F9B8.5070705@codesourcery.com> <4D8B4947.1000000@codesourcery.com> In-Reply-To: <4D8B4947.1000000@codesourcery.com> Content-Type: multipart/mixed; boundary="------------090600010400070907050505" 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-03/txt/msg01072.txt.bz2 This is a multi-part message in MIME format. --------------090600010400070907050505 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-length: 52 Add one news entry in this patch. -- Yao (齐尧) --------------090600010400070907050505 Content-Type: text/x-patch; name="0008-News.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0008-News.patch" Content-length: 623 2011-03-24 Yao Qi * NEWS: Displaced stepping for Thumb instructions. --- gdb/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index c602fbe..340f51c 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -143,6 +143,8 @@ libthread_db library with the "set libthread-db-search-path" command. See the user manual for more details on this command. +* GDB now supports displaced stepping for Thumb instructions. + * New features in the GDB remote stub, GDBserver ** GDBserver is now supported on PowerPC LynxOS (versions 4.x and 5.x), -- 1.7.0.4 --------------090600010400070907050505--