* frame-unwind.c (frame_unwind_got_bytes): New function.
[deliverable/binutils-gdb.git] / gdb / frame-unwind.h
index 3a35aa1b8eca3d58a6e872d802db4ffd92d813e5..bd45fa90393bc53a04a17422c0d5ca621fe6765f 100644 (file)
@@ -183,6 +183,13 @@ struct value *frame_unwind_got_memory (struct frame_info *frame, int regnum,
 struct value *frame_unwind_got_constant (struct frame_info *frame, int regnum,
                                         ULONGEST val);
 
+/* Return a value which indicates that FRAME's saved version of
+   REGNUM has a known constant (computed) value which is stored
+   inside BUF.  */
+
+struct value *frame_unwind_got_bytes (struct frame_info *frame, int regnum,
+                                      gdb_byte *buf);
+
 /* Return a value which indicates that FRAME's saved version of REGNUM
    has a known constant (computed) value of ADDR.  Convert the
    CORE_ADDR to a target address if necessary.  */
This page took 0.037795 seconds and 4 git commands to generate.