gdb/
[deliverable/binutils-gdb.git] / gdb / dwarf2expr.h
index 8518f3787434f7ad641b39f14593b7730a50b401..c014ce20abd0b5e4ecc880f20d731628c11e6785 100644 (file)
@@ -281,4 +281,11 @@ void ctx_no_push_dwarf_reg_entry_value (struct dwarf_expr_context *ctx,
 
 int dwarf_block_to_dwarf_reg (const gdb_byte *buf, const gdb_byte *buf_end);
 
+int dwarf_block_to_fb_offset (const gdb_byte *buf, const gdb_byte *buf_end,
+                             CORE_ADDR *fb_offset_return);
+
+int dwarf_block_to_sp_offset (struct gdbarch *gdbarch, const gdb_byte *buf,
+                             const gdb_byte *buf_end,
+                             CORE_ADDR *sp_offset_return);
+
 #endif /* dwarf2expr.h */
This page took 0.023247 seconds and 4 git commands to generate.