Use @defvar to document gdb.pretty_printers
[deliverable/binutils-gdb.git] / gdb / dummy-frame.h
index 407f398404e21d66ce22b738317f70ce99dfa161..b886f2eb010e3372906562c87afd79aae1d39334 100644 (file)
@@ -1,6 +1,6 @@
 /* Code dealing with dummy stack frames, for GDB, the GNU debugger.
 
-   Copyright (C) 2002-2018 Free Software Foundation, Inc.
+   Copyright (C) 2002-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -73,4 +73,10 @@ extern void register_dummy_frame_dtor (frame_id dummy_id,
 extern int find_dummy_frame_dtor (dummy_frame_dtor_ftype *dtor,
                                  void *dtor_data);
 
+/* Default implementation of gdbarch_dummy_id.  Generate a dummy frame_id
+   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);
+
 #endif /* !defined (DUMMY_FRAME_H)  */
This page took 0.027611 seconds and 4 git commands to generate.