From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10037 invoked by alias); 1 Feb 2008 14:25:08 -0000 Received: (qmail 10028 invoked by uid 22791); 1 Feb 2008 14:25:07 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Feb 2008 14:24:42 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 85F8398218; Fri, 1 Feb 2008 14:24:40 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 5D1C498217; Fri, 1 Feb 2008 14:24:40 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JKwop-0007Vo-I4; Fri, 01 Feb 2008 09:24:39 -0500 Date: Fri, 01 Feb 2008 14:25:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Make mi_cmd_break_insert exception-safe. Message-ID: <20080201142439.GA28860@caradoc.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com References: <200801271715.08542.vladimir@codesourcery.com> <20080131221653.GB6715@caradoc.them.org> <200802010953.47178.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200802010953.47178.vladimir@codesourcery.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00010.txt.bz2 On Fri, Feb 01, 2008 at 09:53:46AM +0300, Vladimir Prus wrote: > So, why bother trying to make gdb_breakpoint non-throwing? I believe > any such change will be at least as complex as making mi_cmd_break_insert > exception-safe? If your concern is about gdb_ prefix, how about renaming > gdb_exception into 'set_breakpoint'? That's fine too. -- Daniel Jacobowitz CodeSourcery