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 | 3a68e177157ee0a750ec4777783437d8963c4ed6 (patch) | |
tree | 86d05fb1cc59da7a845aaaa3b8b2f771bdd75e7a /gdb/inferior.h | |
parent | 04d1fbc1837a8c69ac6ee58b335123229ead5d03 (diff) | |
download | gdb-3a68e177157ee0a750ec4777783437d8963c4ed6.tar.gz |
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); |