diff options
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 1f98799..93f015f 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -2879,6 +2879,7 @@ Show whether hppa target specific debugging information is displayed."), _("\ This flag controls whether hppa target specific debugging information is\n\ displayed. This information is particularly useful for debugging frame\n\ unwinding problems."), + NULL, NULL, /* FIXME: i18n: hppa debug flag is %s. */ - NULL, NULL, &setdebuglist, &showdebuglist); + &setdebuglist, &showdebuglist); } |