From 4e052eda914ce3a3c48b31a0d13bce89c364495e Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 1 Mar 2001 01:39:22 +0000 Subject: Create new file regcache.h. Update all uses. --- gdb/inferior.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gdb/inferior.h') diff --git a/gdb/inferior.h b/gdb/inferior.h index 69464b5..7ec1e87 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); -- cgit v1.1