summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 69464b5e53e..7ec1e87b3ec 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -111,16 +111,6 @@ extern int inferior_ignoring_leading_exec_events;
extern struct environ *inferior_environ;
-/* Character array containing an image of the inferior programs'
- registers. */
-
-extern char *registers;
-
-/* Character array containing the current state of each register
- (unavailable<0, valid=0, invalid>0). */
-
-extern signed char *register_valid;
-
extern void clear_proceed_status (void);
extern void proceed (CORE_ADDR, enum target_signal, int);