diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 7cc1218..36556ce 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -376,11 +376,12 @@ void _initialize_nto_tdep (void) { add_setshow_zinteger_cmd ("nto-debug", class_maintenance, - &nto_internal_debugging, "\ -Set QNX NTO internal debugging.", "\ -Show QNX NTO internal debugging.", "\ + &nto_internal_debugging, _("\ +Set QNX NTO internal debugging."), _("\ +Show QNX NTO internal debugging."), _("\ When non-zero, nto specific debug info is\n\ displayed. Different information is displayed\n\ -for different positive values.", "\ -QNX NTO internal debugging is %s.", NULL, NULL, &setdebuglist, &showdebuglist); +for different positive values."), + NULL, /* FIXME: i18n: QNX NTO internal debugging is %s. */ + NULL, NULL, &setdebuglist, &showdebuglist); } |