diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-01 01:39:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-01 01:39:22 +0000 |
commit | 4e052eda914ce3a3c48b31a0d13bce89c364495e (patch) | |
tree | 67be48d4ba714cfd03f614cec2403abc08a33ef2 /gdb/inferior.h | |
parent | Fix the year on the following lines: (diff) | |
download | binutils-gdb-4e052eda914ce3a3c48b31a0d13bce89c364495e.tar.gz binutils-gdb-4e052eda914ce3a3c48b31a0d13bce89c364495e.tar.bz2 binutils-gdb-4e052eda914ce3a3c48b31a0d13bce89c364495e.zip |
Create new file regcache.h. Update all uses.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 10 |
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); |