From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3159 invoked by alias); 1 May 2005 20:18:48 -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 3130 invoked from network); 1 May 2005 20:18:44 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 1 May 2005 20:18:44 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j41KIcW5027347; Sun, 1 May 2005 22:18:38 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j41KIcWd025122; Sun, 1 May 2005 22:18:38 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j41KIXuv031986; Sun, 1 May 2005 22:18:33 +0200 (CEST) Date: Sun, 01 May 2005 20:18:00 -0000 Message-Id: <200505012018.j41KIXuv031986@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <427535D7.4010805@gnu.org> (message from Andrew Cagney on Sun, 01 May 2005 16:02:31 -0400) Subject: Re: [commit] update *breakpoint with bfd_byte References: <427535D7.4010805@gnu.org> X-SW-Source: 2005-05/txt/msg00019.txt.bz2 Date: Sun, 01 May 2005 16:02:31 -0400 From: Andrew Cagney This updates insert/remove breakpoint so that they use a bfd_byte* instead of a char*. Andrew, these bfd_byte * changes are CONTROVERSIAL. Please revert this commit and don't commit any new ones until we have at least agreement among the global maintainers about how to proceed. Mark