From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28256 invoked by alias); 18 Oct 2006 15:31:14 -0000 Received: (qmail 28248 invoked by uid 22791); 18 Oct 2006 15:31:14 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 18 Oct 2006 15:31:11 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GaDNt-0002o0-B4; Wed, 18 Oct 2006 11:31:09 -0400 Date: Wed, 18 Oct 2006 15:31:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] PR mi/2086 -break-insert missing error diagnostic Message-ID: <20061018153109.GB10436@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17717.17922.450312.898237@kahikatea.snap.net.nz> <20061017213119.GA14010@nevyn.them.org> <17717.20397.279496.222573@kahikatea.snap.net.nz> <20061017215754.GA15210@nevyn.them.org> <17717.27348.977065.613551@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17717.27348.977065.613551@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00218.txt.bz2 On Wed, Oct 18, 2006 at 12:44:20PM +1300, Nick Roberts wrote: > The name deprecated_set_gdb_event_hooks suggests that they're earmarked for > removal. These hooks only seem to get get in one place so presumably they > could be set up once at initialisation and left with that value. They're also used by insight. This is one of the sucky things about having insight directly linked to GDB. -- Daniel Jacobowitz CodeSourcery