From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7170 invoked by alias); 4 Apr 2002 22:50:07 -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 7126 invoked from network); 4 Apr 2002 22:50:05 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 4 Apr 2002 22:50:05 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4064F3E78; Thu, 4 Apr 2002 17:49:56 -0500 (EST) Message-ID: <3CACD894.5000506@cygnus.com> Date: Thu, 04 Apr 2002 14:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add overlay event support to testcase. References: <200204041937.g34JbPT11046@reddwarf.cygnus.com> <3CACB764.2010409@cygnus.com> <3CACCB12.649802F8@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00140.txt.bz2 > Andrew Cagney wrote: > >> > >> > 2002-04-04 Michael Snyder >> > >> > * gdb.base/ovlymgr.c: Add overlay event breakpoint support. > >> >> Will adding this mean that the event-breakpoint mechanism is the only >> one tested? > > > Hmmm, good question. I guess it will. > Should I clone the test case so we test both? Or test both from the same test - a command to force each mechanism? Andrew