summaryrefslogtreecommitdiff
path: root/gdb/nto-tdep.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-08-02 09:27:15 +0000
committerYao Qi <yao@codesourcery.com>2012-08-02 09:27:15 +0000
commit95b07c9692302d3ce05d3d5199cefad6a4e00361 (patch)
tree64e14b9ed57360841e77fee42850f5682b5ba51b /gdb/nto-tdep.h
parent5d206025da80c1945b99260a7e4376a7e19a489e (diff)
downloadbinutils-gdb-95b07c9692302d3ce05d3d5199cefad6a4e00361.tar.gz
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.h')
-rw-r--r--gdb/nto-tdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h
index f2c9c4e18cc..18ee7167384 100644
--- a/gdb/nto-tdep.h
+++ b/gdb/nto-tdep.h
@@ -31,9 +31,6 @@
struct nto_target_ops
{
-/* For 'maintenance debug nto-debug' command. */
- int internal_debugging;
-
/* The CPUINFO flags from the remote. Currently used by
i386 for fxsave but future proofing other hosts.
This is initialized in procfs_attach or nto_start_remote
@@ -79,8 +76,6 @@ struct nto_target_ops
extern struct nto_target_ops current_nto_target;
-#define nto_internal_debugging (current_nto_target.internal_debugging)
-
#define nto_cpuinfo_flags (current_nto_target.cpuinfo_flags)
#define nto_cpuinfo_valid (current_nto_target.cpuinfo_valid)