From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7706 invoked by alias); 1 Jul 2003 14:04:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7699 invoked from network); 1 Jul 2003 14:04:17 -0000 Received: from unknown (HELO netezza.com) (209.113.240.37) by sources.redhat.com with SMTP; 1 Jul 2003 14:04:17 -0000 Received: from astral (host20 [192.168.0.20]) by netezza.com (8.12.9+Sun/8.12.9) with SMTP id h61E4HWL004030; Tue, 1 Jul 2003 10:04:17 -0400 (EDT) Message-ID: <078301c33fd9$a8f6de30$1400a8c0@astral> Reply-To: "John S. Yates, Jr." From: "John S. Yates, Jr." To: "Andrew Cagney" Cc: "gdb" References: <005d01c32a0f$86f44fa0$1400a8c0@astral> <3EE38BB8.1060904@redhat.com> <012a01c32e98$ce0beaa0$1400a8c0@astral> <3EF5C78D.30803@redhat.com> Subject: Re: supporting hw break/watch for embedded ppc Date: Tue, 01 Jul 2003 14:04:00 -0000 Organization: Netezza Corporation MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-07/txt/msg00014.txt.bz2 ----- Original Message ----- From: "Andrew Cagney" Subject: Re: supporting hw break/watch for embedded ppc > Have you tried: > > (gdb) help set remote hardware-breakpoint-limit > Set the maximum number of target hardware breakpoints. > Specify a negative limit for unlimited. No I had not. Now that you point it out I do see the command documented in my most recent gdb.pdf based on TexInfo 20003-02-03.16. This does not seem to reflect the 5.3 sources from which I am working. In those the command does not exit. (remote_hardware_breakpoint_limit and remote_hardware_watchpoint_limit do exist as variables within remote.c but there seems to be no code to update them.) /john