2006-01-16 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / frame-unwind.h
index 74c0a4aa9b4e05f79df179e8e27e3553fa1ed0f4..cba429cf30d63fe469695abfb4925ebb45ad398c 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for a frame unwinder, for GDB, the GNU debugger.
 
-   Copyright 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #if !defined (FRAME_UNWIND_H)
 #define FRAME_UNWIND_H 1
@@ -116,7 +116,7 @@ typedef void (frame_prev_register_ftype) (struct frame_info *next_frame,
                                          int *optimized,
                                          enum lval_type * lvalp,
                                          CORE_ADDR *addrp,
-                                         int *realnump, void *valuep);
+                                         int *realnump, gdb_byte *valuep);
 
 /* Assuming the frame chain: (outer) prev <-> this <-> next (inner);
    use the NEXT frame, and its register unwind method, to return the PREV
This page took 0.028611 seconds and 4 git commands to generate.