Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* bad news about add_setshow_cmd
@ 2002-06-26 14:45 Tom Tromey
  2002-06-26 19:25 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2002-06-26 14:45 UTC (permalink / raw)
  To: Gdb List

Today while testing my jumbo add_setshow_cmd patch, I finally came
across this code in do_setshow_command:

      /* Print doc minus "show" at start.  */
      print_doc_line (gdb_stdout, c->doc + 5);

This isn't i18n-friendly.  Really fixing it requires yet another
global change to add_setshow_cmd :-(.  Also it seems like it will
require adding a new field to the command structure to hold the
translated text.

Or, we could replace the customized text with something generic.  This
is less friendly though.

Does anybody know of other lurking problems before I go ahead and make
this change?  My current plan is to go ahead and add the new field and
new doc strings everywhere.  Any other ideas or preferences?

Tom


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-27 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-26 14:45 bad news about add_setshow_cmd Tom Tromey
2002-06-26 19:25 ` Andrew Cagney
2002-06-27  8:56   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox