From 2001-07-23 Andreas Schwab <schwab@suse.de>:
[deliverable/binutils-gdb.git] / gdb / arch-utils.h
index 9934bbf328545bb5efb87c497abeb7148a9ee115..071b5305ef88b0f316b8e0b99b4204d82cc4f3a4 100644 (file)
@@ -111,10 +111,12 @@ extern int default_prepare_to_proceed (int select_it);
 
 extern int generic_prepare_to_proceed (int select_it);
 
-/* Version of init_frame_pc() that does nothing. */
+/* 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. */
 
This page took 0.023629 seconds and 4 git commands to generate.