From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26657 invoked by alias); 14 Nov 2008 15:42:17 -0000 Received: (qmail 26560 invoked by uid 22791); 14 Nov 2008 15:42:16 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Nov 2008 15:41:40 +0000 Received: by ti-out-0910.google.com with SMTP id d10so1138212tib.12 for ; Fri, 14 Nov 2008 07:41:35 -0800 (PST) Received: by 10.110.63.6 with SMTP id l6mr1259962tia.50.1226677295031; Fri, 14 Nov 2008 07:41:35 -0800 (PST) Received: by 10.110.103.3 with HTTP; Fri, 14 Nov 2008 07:41:34 -0800 (PST) Message-ID: Date: Fri, 14 Nov 2008 17:18:00 -0000 From: teawater To: "Eli Zaretskii" Subject: Re: [RFA] Process record and replay, 8/10 Cc: gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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-11/txt/msg00342.txt.bz2 On Fri, Nov 14, 2008 at 19:59, Eli Zaretskii wrote: >> Date: Mon, 10 Nov 2008 22:28:24 +0800 >> From: teawater >> Cc: gdb-patches@sourceware.org >> >> > By the way, do we need debug messages to be translatable? Other >> > similar places in the patches don't have them in _(). >> >> Maybe. Can I keep them? > > I don't mind. > >> >> + case 0x9b: >> >> + printf_unfiltered (_ >> >> + ("Process record don't support instruction fwait.\n")); >> > ^^^^^^^^^^^^^ >> > "doesn't support" >> >> I will fix it. >> >> > >> > By the way, what happens if the code stream includes one of these >> > ``unsupported'' instructions? What will the user see at replay time? >> > >> >> Inferior will stop. > > I'd suggest to tell this in the manual. > OK. I will.