diff options
author | Kris Warkentin <kewarken@qnx.com> | 2003-05-06 16:47:47 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2003-05-06 16:47:47 +0000 |
commit | cf6bb08ce04b21cfb618e186ed92cca5feee3c69 (patch) | |
tree | bad6ffaa3e6903b1f1c0b2135911592fbaf01746 /gdb/nto-tdep.c | |
parent | 6301641df6a0481f71306587948cb41a1528fdde (diff) | |
download | gdb-cf6bb08ce04b21cfb618e186ed92cca5feee3c69.tar.gz |
Fixed some ARI hits
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index abf63b91291..631290c56f1 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <sys/stat.h> +#include "gdb_stat.h" #include "gdb_string.h" #include "nto-tdep.h" #include "top.h" @@ -309,13 +309,21 @@ static struct core_fns regset_core_fns = { }; void -_initialize_nto_tdep () +_initialize_nto_tdep (void) { + /* add_show_from_set (add_set_cmd ("nto-debug", class_maintenance, var_zinteger, (char *) &nto_internal_debugging, "Set QNX NTO internal debugging.\n\ When non-zero, nto specific debug info is\n\ displayed. Different information is displayed\n\ for different positive values.", &setdebuglist), &showdebuglist); + */ + add_setshow_cmd ("nto-debug", class_maintenance, var_zinteger, + &nto_internal_debugging, "Set QNX NTO internal debugging.\n\ +When non-zero, nto specific debug info is\n\ +displayed. Different information is displayed\n\ +for different positive values.", "Show QNX NTO internal debugging.\n", + NULL, NULL, &setdebuglist, &showdebuglist); /* We use SIG45 for pulses, or something, so nostop, noprint and pass them. */ |