minor cleanups to update_current_target
[deliverable/binutils-gdb.git] / gdb / record.h
index 17d1772dac4466eba203e6827725f6c17b0516ab..f5987e344a2165719a3b0c691968fc53cd0b2c12 100644 (file)
@@ -30,6 +30,10 @@ extern struct cmd_list_element *set_record_cmdlist;
 extern struct cmd_list_element *show_record_cmdlist;
 extern struct cmd_list_element *info_record_cmdlist;
 
+/* Unwinders for some record targets.  */
+extern const struct frame_unwind record_btrace_frame_unwind;
+extern const struct frame_unwind record_btrace_tailcall_frame_unwind;
+
 /* A list of flags specifying what record target methods should print.  */
 enum record_print_flag
 {
This page took 0.023324 seconds and 4 git commands to generate.