From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10675 invoked by alias); 29 Mar 2005 15:47:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9823 invoked from network); 29 Mar 2005 15:47:21 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sourceware.org with SMTP; 29 Mar 2005 15:47:21 -0000 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.12.10/8.12.10) with ESMTP id j2TFkZ4G006275; Tue, 29 Mar 2005 16:46:35 +0100 (BST) Received: from pc960.cambridge.arm.com (localhost.localdomain [127.0.0.1]) by pc960.cambridge.arm.com (8.12.8/8.12.8) with ESMTP id j2TFknIF012787; Tue, 29 Mar 2005 16:46:49 +0100 Received: (from rearnsha@localhost) by pc960.cambridge.arm.com (8.12.8/8.12.8/Submit) id j2TFkn1g012785; Tue, 29 Mar 2005 16:46:49 +0100 X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha set sender to rearnsha@gcc.gnu.org using -f Subject: Re: [rfa] Add new breakpoints for arm-linux Thumb From: Richard Earnshaw To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com In-Reply-To: <20050325212135.GA3424@nevyn.them.org> References: <20050325212135.GA3424@nevyn.them.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: GNU Message-Id: <1112111209.12337.11.camel@pc960.cambridge.arm.com> Mime-Version: 1.0 Date: Tue, 29 Mar 2005 15:47:00 -0000 X-SW-Source: 2005-03/txt/msg00373.txt.bz2 On Fri, 2005-03-25 at 21:21, Daniel Jacobowitz wrote: > Just like for ARM mode, Linux uses different instructions for Thumb > breakpoints than other ARM targets. These properly raise a SIGTRAP > rather than some other signal, which makes GDB much happier. > > Committed to csl-arm-20050325-branch. OK for HEAD? Yes. R.