From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 969 invoked by alias); 6 Jan 2012 22:39:30 -0000 Received: (qmail 822 invoked by uid 22791); 6 Jan 2012 22:39:26 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Jan 2012 22:39:14 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1RjIRN-0001ig-5S from Luis_Gustavo@mentor.com ; Fri, 06 Jan 2012 14:39:13 -0800 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 6 Jan 2012 14:39:12 -0800 Received: from [0.0.0.0] ([172.16.63.104]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 6 Jan 2012 14:39:12 -0800 Message-ID: <4F0777F5.1000108@mentor.com> Date: Fri, 06 Jan 2012 22:39:00 -0000 From: Luis Machado Reply-To: "Gustavo, Luis" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sourceware.org Subject: Re: [RFC stub-side break conditions 2/5] Protocol changes References: <4F05BA0A.5030009@mentor.com> In-Reply-To: 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-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00253.txt.bz2 On 01/06/2012 07:08 PM, Tom Tromey wrote: >>>>>> "Luis" == Luis Machado writes: > Luis> int > Luis> +remote_supports_cond_breakpoints (void) > Luis> +{ > Luis> + struct remote_state *rs = get_remote_state (); > Luis> + > Luis> + return rs->cond_breakpoints; > Luis> +} > > I think this could be static. > True. Fixed. Thanks! -- Luis lgustavo@codesourcery.com