From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18890 invoked by alias); 5 Feb 2002 17:54:03 -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 18737 invoked from network); 5 Feb 2002 17:53:55 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 5 Feb 2002 17:53:55 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id JAA06605; Tue, 5 Feb 2002 09:53:39 -0800 (PST) Message-ID: <3C601A78.8BD92C9C@redhat.com> Date: Tue, 05 Feb 2002 09:54:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Improved support for overlay breakpoints in ROM References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00118.txt.bz2 Eli Zaretskii wrote: > > On Mon, 4 Feb 2002, Michael Snyder wrote: > > > 2002-02-04 Michael Snyder > > > > * breakpoint.h (enum bptype): Add new overlay event bp type. > > (enable_overlay_breakpoints, disable_overlay_breakpoints): Export. > > > > * breakpoint.c (create_internal_breakpoint): New function. > > (intenal_breakpoint_number): Moved into create_internal_breakpoint. > ^^^^^^^ > There seems to be a typo here. Thanks -- corrected. ;-)