* gdb-add-index.sh: Really remove.
[deliverable/binutils-gdb.git] / gdb / dwarf2-frame.h
index aeff54a22b914ebd6340b585c50ff4c3c684aedf..b84da78bee86fd2e0cb430985e81c29aee0fc1ac 100644 (file)
@@ -1,6 +1,7 @@
 /* Frame unwinder for frames with DWARF Call Frame Information.
 
-   Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    Contributed by Mark Kettenis.
 
@@ -71,7 +72,7 @@ struct dwarf2_frame_state_reg
   union {
     LONGEST offset;
     ULONGEST reg;
-    unsigned char *exp;
+    const gdb_byte *exp;
     struct value *(*fn) (struct frame_info *this_frame, void **this_cache,
                         int regnum);
   } loc;
@@ -113,8 +114,8 @@ void dwarf2_append_unwinders (struct gdbarch *gdbarch);
 extern const struct frame_base *
   dwarf2_frame_base_sniffer (struct frame_info *this_frame);
 
-/* Register the DWARF CFI for OBJFILE.  */
+/* Compute the DWARF CFA for a frame.  */
 
-void dwarf2_frame_build_info (struct objfile *objfile);
+CORE_ADDR dwarf2_frame_cfa (struct frame_info *this_frame);
 
 #endif /* dwarf2-frame.h */
This page took 0.023452 seconds and 4 git commands to generate.