diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-24 00:08:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-24 00:08:13 +0000 |
commit | 4be282b47234431fb1068f3b9b1932bf4c034476 (patch) | |
tree | 1f6030f398d40ef32cda0b03b372d64a18187051 /gdb | |
parent | 5c4d9a4db028088f01493aa1ba8257cd2aa169bd (diff) | |
download | gdb-4be282b47234431fb1068f3b9b1932bf4c034476.zip gdb-4be282b47234431fb1068f3b9b1932bf4c034476.tar.gz gdb-4be282b47234431fb1068f3b9b1932bf4c034476.tar.bz2 |
2004-03-23 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (trad_frame_set_reg_addr): Declare.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/trad-frame.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9eb7815..312afc3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2004-03-23 Andrew Cagney <cagney@redhat.com> + * trad-frame.h (trad_frame_set_reg_addr): Declare. + +2004-03-23 Andrew Cagney <cagney@redhat.com> + * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando Nasser as past testsuite/lib/ (and other) maintainers. diff --git a/gdb/trad-frame.h b/gdb/trad-frame.h index 194f39a..51f3a0e 100644 --- a/gdb/trad-frame.h +++ b/gdb/trad-frame.h @@ -42,6 +42,8 @@ void trad_frame_get_id (struct trad_frame_cache *this_trad_cache, void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache, int regnum, CORE_ADDR addr); +void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache, + int regnum, CORE_ADDR addr); void trad_frame_get_register (struct trad_frame_cache *this_trad_cache, struct frame_info *next_frame, int regnum, int *optimizedp, |