forked from Imagelibrary/binutils-gdb
2004-03-23 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (trad_frame_set_reg_addr): Declare.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user