[commit] Make setshow i18n friendly

Andrew Cagney cagney@gnu.org
Wed Jul 28 17:42:00 GMT 2004


Hello,

	(Picking up old and old old threads)

Discussion with the GNU translation team determined that the following 
set/show strings were required:

set_doc: Set usage of ARM 32-bit mode.
show_doc: Show usage of ARM 32-bit mode.
help_doc: When off, a 26-bit PC will be used.
print: Usage of ARM 32-bit mode is %s.

This patch updates the add setshow functions so that all four strings 
can be specified (previously, kind of sort of, just the first two were 
being passed).

Some notes:

- "print" isn't yet being used - needs to be pushed into the core CLI
- currently gdb also outputs:
     .... --- Usage of ARM 32-bit mode is %s
   that will be changed to:
     .... --- Usage of ARM 32-bit mode is %s.
   (note the period).  This saves us one string.

Committed,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20040728/1044b388/attachment.ksh>


More information about the Gdb-patches mailing list