]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dummy-frame.h
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / dummy-frame.h
index b886f2eb010e3372906562c87afd79aae1d39334..3123aa1b4526d218b8ac56abd013a40af87a5f2e 100644 (file)
@@ -1,6 +1,6 @@
 /* Code dealing with dummy stack frames, for GDB, the GNU debugger.
 
-   Copyright (C) 2002-2019 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,6 +24,7 @@
 
 struct infcall_suspend_state;
 struct frame_unwind;
+class thread_info;
 
 /* Push the information needed to identify, and unwind from, a dummy
    frame onto the dummy frame stack.  */
@@ -77,6 +78,6 @@ extern int find_dummy_frame_dtor (dummy_frame_dtor_ftype *dtor,
    for THIS_FRAME assuming that the frame is a dummy frame.  */
 
 extern struct frame_id default_dummy_id (struct gdbarch *gdbarch,
-                                        struct frame_info *this_frame);
+                                        frame_info_ptr this_frame);
 
 #endif /* !defined (DUMMY_FRAME_H)  */