From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28768 invoked by alias); 19 Oct 2006 15:59:34 -0000 Received: (qmail 28759 invoked by uid 22791); 19 Oct 2006 15:59:33 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-04.spheriq.net (HELO fra-del-04.spheriq.net) (195.46.51.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Oct 2006 15:59:25 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-04.spheriq.net with ESMTP id k9JFxM8H030970 for ; Thu, 19 Oct 2006 15:59:22 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-03.spheriq.net with ESMTP id k9JFxLw8031614 for ; Thu, 19 Oct 2006 15:59:21 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k9JFxKhc018710 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 19 Oct 2006 15:59:21 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 53C31DA41 for ; Thu, 19 Oct 2006 15:59:16 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id EA90547417 for ; Thu, 19 Oct 2006 15:59:15 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CIC86558 (AUTH stubbsa); Thu, 19 Oct 2006 16:59:14 +0100 (BST) Message-ID: <4537A0D2.4070100@st.com> Date: Thu, 19 Oct 2006 15:59:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH] Don't give spurious warnings when using thread specific breakpoints References: <452CF534.4060209@st.com> <20061011135545.GA26060@nevyn.them.org> <452D0385.6010103@st.com> <20061011204525.GA9622@nevyn.them.org> <45361793.1020202@st.com> <20061018141419.GA7771@nevyn.them.org> <4536444C.9020709@st.com> <20061019132813.GA18027@nevyn.them.org> In-Reply-To: <20061019132813.GA18027@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00243.txt.bz2 Daniel Jacobowitz wrote: > On Wed, Oct 18, 2006 at 04:12:12PM +0100, Andrew STUBBS wrote: >> 2006-10-18 Andrew Stubbs >> >> * breakpoint.c (describe_other_breakpoints): Add thread parameter. >> Annotate display with thread number where appropriate. >> (create_breakpoints): Add thread parameter to call to >> describe_other_breakpoints. > > This patch is OK, thanks. The i18n issue is separate. Thanks, committed. Andrew