From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28606 invoked by alias); 1 Feb 2002 02:41:04 -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 28484 invoked from network); 1 Feb 2002 02:40:59 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 1 Feb 2002 02:40:59 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 20F943DF3; Thu, 31 Jan 2002 21:40:46 -0500 (EST) Message-ID: <3C5A002D.1060704@cygnus.com> Date: Thu, 31 Jan 2002 18:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Remove "xbreak" and "txbreak" to hppa target code. References: <200202010202.g11223D00634@reddwarf.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00827.txt.bz2 > 2002-01-31 Michael Snyder > > * breakpoint.c (break_at_finish_command): Export. > (break_at_finish_at_depth_command): Export. > (tbreak_at_finish_command): Export. > (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands. > * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and > "tbreak" commands, which are HPPA specific. > Michael, can I suggest also deprecating it vis: deprecate_cmd (c, NULL); where C is the xbreak command handle returned by add_cmd(). I think we're going to need to completely delete it so we should flag this now. Consider a GDB with support for both PA an m68k - it would end up with the xbreak command :-( Andrew