Output ``[]'' when a list.
[deliverable/binutils-gdb.git] / gdb / arch-utils.h
index 51ad1e41e82a6d5fd79b1a07f769515cf80a60c7..071b5305ef88b0f316b8e0b99b4204d82cc4f3a4 100644 (file)
@@ -111,4 +111,15 @@ extern int default_prepare_to_proceed (int select_it);
 
 extern int generic_prepare_to_proceed (int select_it);
 
+/* Versions of init_frame_pc().  Do nothing; do the default. */
+
+void init_frame_pc_noop (int fromleaf, struct frame_info *prev);
+
+void init_frame_pc_default (int fromleaf, struct frame_info *prev);
+
+/* Version of cannot_fetch_register() / cannot_store_register() that
+   always fails. */
+
+int cannot_register_not (int regnum);
+
 #endif
This page took 0.02351 seconds and 4 git commands to generate.