Mention the NetBSD support in "info proc" documentation
[deliverable/binutils-gdb.git] / gdb / dummy-frame.c
index 3b76d456b7b134b5d524263898278ca98ff0b380..d47cfd2d9a2dd57e0c035021978cc4c2d9675cb7 100644 (file)
@@ -1,6 +1,6 @@
 /* Code dealing with dummy stack frames, for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -431,8 +431,9 @@ maintenance_print_dummy_frames (const char *args, int from_tty)
     }
 }
 
+void _initialize_dummy_frame ();
 void
-_initialize_dummy_frame (void)
+_initialize_dummy_frame ()
 {
   add_cmd ("dummy-frames", class_maintenance, maintenance_print_dummy_frames,
           _("Print the contents of the internal dummy-frame stack."),
This page took 0.023793 seconds and 4 git commands to generate.