From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26511 invoked by alias); 18 Oct 2004 20:39:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 26503 invoked from network); 18 Oct 2004 20:39:54 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sourceware.org with SMTP; 18 Oct 2004 20:39:54 -0000 Received: from dyn-213-36-54-88.ppp.tiscali.fr (213.36.54.88) by mail.libertysurf.net (6.5.036) id 41736309001D7AC7; Mon, 18 Oct 2004 22:39:53 +0200 From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix PR middle-end/17813 Date: Mon, 18 Oct 2004 20:56:00 -0000 User-Agent: KMail/1.6.1 Cc: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) References: <10410181708.AA06150@vlsi1.ultra.nyu.edu> In-Reply-To: <10410181708.AA06150@vlsi1.ultra.nyu.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410182239.53232.ebotcazou@libertysurf.fr> X-SW-Source: 2004-10/txt/msg01544.txt.bz2 > But that doesn't need an Ada-aware debugger! I use that all the time > with non-Ada-aware debuggers. Just do > > define pn > set pn($) > end I obviously missed something. So the debug functions are exposed by the front-end through a C interface? More generally, is a non-Ada-aware debugger sufficient to debug the Ada part of the front-end? -- Eric Botcazou