From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7967 invoked by alias); 1 Feb 2002 22:43:49 -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 7901 invoked from network); 1 Feb 2002 22:43:47 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 1 Feb 2002 22:43:47 -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 OAA19829; Fri, 1 Feb 2002 14:43:46 -0800 (PST) Message-ID: <3C5B1888.909AC509@redhat.com> Date: Fri, 01 Feb 2002 14:43: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: Michael Snyder CC: gdb-patches@sources.redhat.com, gdb@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 Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00015.txt.bz2 Michael Snyder wrote: > > These two commands were implemented in a completely non-portable > way, so that they might work on hppa architecture, but would not > be likely to work in general. > > Removing them from core gdb and putting them in the hppa module. > Leaving the code in breakpoint.c (it certainly can't live > anywhere else), but it will not be called except from hppa-tdep. Sure. I'll send that separately.