This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Reverse debugging, part 3/3: user interface / docs


Eli Zaretskii wrote:
Date: Fri, 31 Mar 2006 14:19:05 -0800
From: Michael Snyder <msnyder@redhat.com>

+   switch (dir) {
+   case EXEC_FORWARD:
+     fprintf_filtered (out, "Forward.\n");
+     break;
+   case EXEC_REVERSE:
+     fprintf_filtered (out, "Reverse.\n");
+     break;
+   case EXEC_ERROR:
+   default:
+     error (_("Target `%s' does not support execution-direction."),
+ 	   target_shortname);
+     break;
+   }


Did you really mean for "Forward" and "Reverse" to be untranslated (as
opposed to the error text)?  If so, please explain why.  If not,
please add _().

Eli,


Let this serve as a reply to all of your documentation and i18n
comments, to which "Yes, I'll do that".

Thanks. Any other comments?

Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]