2004-03-23 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 24 Mar 2004 00:08:13 +0000 (00:08 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 24 Mar 2004 00:08:13 +0000 (00:08 +0000)
* trad-frame.h (trad_frame_set_reg_addr): Declare.

gdb/ChangeLog
gdb/trad-frame.h

index 9eb781581ea47d027e61a9300126944ff734ac3a..312afc385e14c9b12b07d3616659c0005a50826b 100644 (file)
@@ -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
index 194f39abdfbf456311d6c32f9ebf86d1036de9d6..51f3a0ea9e380f83ba3b7e720956ef822f8039ce 100644 (file)
@@ -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,
This page took 0.028132 seconds and 4 git commands to generate.