From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19401 invoked by alias); 9 Jan 2009 20:11:12 -0000 Received: (qmail 19392 invoked by uid 22791); 9 Jan 2009 20:11:12 -0000 X-SWARE-Spam-Status: No, hits=0.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jan 2009 20:11:00 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KD700E00ZQLHZ00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Fri, 09 Jan 2009 22:11:03 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KD800B9R02A3DY0@i_mtaout5.012.net.il>; Fri, 09 Jan 2009 22:10:59 +0200 (IST) Date: Fri, 09 Jan 2009 20:11:00 -0000 From: Eli Zaretskii Subject: Re: PR7580 - Command to force abort when internal error In-reply-to: <20090109182914.GM24105@adacore.com> To: Joel Brobecker Cc: pedro@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200812290335.09199.pedro@codesourcery.com> <200812291426.59784.pedro@codesourcery.com> <20081231035705.GA31595@adacore.com> <200901072159.29879.pedro@codesourcery.com> <20090109182914.GM24105@adacore.com> 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: 2009-01/txt/msg00207.txt.bz2 > Date: Fri, 9 Jan 2009 22:29:14 +0400 > From: Joel Brobecker > Cc: Pedro Alves , gdb-patches@sourceware.org > > > > +const char internal_problem_ask[] = "ask"; > > > +const char internal_problem_yes[] = "yes"; > > > +const char internal_problem_no[] = "no"; > > > > Don't we want these strings to be translatable? The questions we ask > > about what to do are. > > I would say no. These are arguments used in a command Then why use a string for that purpose? Someone, some day might be tempted to use that string in some prompt or message, at which point we lose.