summaryrefslogtreecommitdiff
path: root/gdb/trad-frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-24 00:08:13 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-24 00:08:13 +0000
commit48e7abbf6c19afcb9735b1f9a8fff2e6c5ed2302 (patch)
treefed76334c201f172915cab9a495032d63434ab90 /gdb/trad-frame.h
parentf52ae8d98a32a7a4a6b4a9cb7811ba8f09c48e87 (diff)
downloadgdb-48e7abbf6c19afcb9735b1f9a8fff2e6c5ed2302.tar.gz
2004-03-23 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (trad_frame_set_reg_addr): Declare.
Diffstat (limited to 'gdb/trad-frame.h')
-rw-r--r--gdb/trad-frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/trad-frame.h b/gdb/trad-frame.h
index 194f39abdfb..51f3a0ea9e3 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,