diff options
author | Yao Qi <yao@codesourcery.com> | 2012-08-02 09:27:15 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-08-02 09:27:15 +0000 |
commit | 95b07c9692302d3ce05d3d5199cefad6a4e00361 (patch) | |
tree | 64e14b9ed57360841e77fee42850f5682b5ba51b /gdb/nto-tdep.c | |
parent | 5d206025da80c1945b99260a7e4376a7e19a489e (diff) | |
download | gdb-95b07c9692302d3ce05d3d5199cefad6a4e00361.zip gdb-95b07c9692302d3ce05d3d5199cefad6a4e00361.tar.gz gdb-95b07c9692302d3ce05d3d5199cefad6a4e00361.tar.bz2 |
gdb/
* nto-tdep.c: Don't include cli/cli-decode.h and
cli/cli-cmds.h.
(_initialize_nto_tdep): Remove.
* nto-tdep.h (struct nto_target_ops) <internal_debugging>:
Remove field.
Remove macro nto_internal_debugging.
gdb/doc/
* gdb.texinfo (Native): Remove node Neutrino.
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 5e0c910..fddd548 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -24,8 +24,6 @@ #include "gdb_string.h" #include "nto-tdep.h" #include "top.h" -#include "cli/cli-decode.h" -#include "cli/cli-cmds.h" #include "inferior.h" #include "gdbarch.h" #include "bfd.h" @@ -393,22 +391,3 @@ nto_initialize_signals (void) signal_pass_update (SIGPHOTON, 1); #endif } - -/* Provide a prototype to silence -Wmissing-prototypes. */ -extern initialize_file_ftype _initialize_nto_tdep; - -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."), _("\ -When non-zero, nto specific debug info is\n\ -displayed. Different information is displayed\n\ -for different positive values."), - NULL, - NULL, /* FIXME: i18n: QNX NTO internal - debugging is %s. */ - &setdebuglist, &showdebuglist); -} |