From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3854 invoked by alias); 20 Feb 2003 13:45:46 -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 3835 invoked from network); 20 Feb 2003 13:45:43 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 13:45:43 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 967222ED1; Thu, 20 Feb 2003 08:50:24 -0500 (EST) Message-ID: <3E54DD1E.7060502@redhat.com> Date: Thu, 20 Feb 2003 13:45:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com, sjohnson@neurizon.net Subject: Re: [patch, rfa:doco] Add set/show remote hardware-breakpoint/watchpoint-limit References: <3E54524F.10809@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00477.txt.bz2 > 2003-02-19 Andrew Cagney > > * remote.c (_initialize_remote): Add commands "set/show remote > hardware-watchpoint-limit" and "set/show remote > hardware-breakpoint-limit". > (remote_hw_watchpoint_limit): Initialize to -1. > (remote_hw_breakpoint_limit): Ditto. > (remote_check_watch_resources): Treat a limit of -1 as unlimited. > > Index: doc/ChangeLog > 2003-02-19 Andrew Cagney > > * gdb.texinfo (Set Breaks): Add cross reference to "set remote > hardware-breakpoint-limit". > (Set Watchpoints): Add cross reference to "set remote > hardware-watchpoint-limit". > (Remote configuration options): New section. > I've checked this in. Andrew