#define target_debug_do_print(E) \
gdb_puts ((E), gdb_stdlog);
-#define target_debug_print_enum_target_object(X) \
+#define target_debug_print_target_object(X) \
target_debug_do_print (plongest (X))
#define target_debug_print_CORE_ADDR(X) \
target_debug_do_print (core_addr_to_string (X))
target_debug_do_print ((X) ? "true" : "false")
#define target_debug_print_long(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_enum_target_xfer_status(X) \
+#define target_debug_print_target_xfer_status(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_enum_exec_direction_kind(X) \
+#define target_debug_print_exec_direction_kind(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_enum_trace_find_type(X) \
+#define target_debug_print_trace_find_type(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_enum_btrace_read_type(X) \
+#define target_debug_print_btrace_read_type(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_enum_btrace_error(X) \
+#define target_debug_print_btrace_error(X) \
target_debug_do_print (plongest (X))
#define target_debug_print_ptid_t(X) \
target_debug_do_print (plongest (X.pid ()))
-#define target_debug_print_struct_gdbarch_p(X) \
+#define target_debug_print_gdbarch_p(X) \
target_debug_do_print (gdbarch_bfd_arch_info (X)->printable_name)
#define target_debug_print_const_gdb_byte_p(X) \
target_debug_do_print (host_address_to_string (X))
target_debug_do_print (host_address_to_string (X))
#define target_debug_print_const_gdb_byte_pp(X) \
target_debug_do_print (host_address_to_string (*(X)))
-#define target_debug_print_enum_gdb_signal(X) \
+#define target_debug_print_gdb_signal(X) \
target_debug_do_print (gdb_signal_to_name (X))
#define target_debug_print_ULONGEST(X) \
target_debug_do_print (hex_string (X))
target_debug_do_print (phex (X, 0))
#define target_debug_print_LONGEST_p(X) \
target_debug_do_print (phex (*(X), 0))
-#define target_debug_print_struct_address_space_p(X) \
+#define target_debug_print_address_space_p(X) \
target_debug_do_print (plongest ((X)->num ()))
-#define target_debug_print_struct_bp_target_info_p(X) \
+#define target_debug_print_bp_target_info_p(X) \
target_debug_do_print (core_addr_to_string ((X)->placed_address))
-#define target_debug_print_struct_expression_p(X) \
+#define target_debug_print_expression_p(X) \
target_debug_do_print (host_address_to_string (X))
#define target_debug_print_CORE_ADDR_p(X) \
target_debug_do_print (core_addr_to_string (*(X)))
#define target_debug_print_int_p(X) \
target_debug_do_print (plongest (*(X)))
-#define target_debug_print_struct_regcache_p(X) \
+#define target_debug_print_regcache_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_thread_info_p(X) \
+#define target_debug_print_thread_info_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_ui_file_p(X) \
+#define target_debug_print_ui_file_p(X) \
target_debug_do_print (host_address_to_string (X))
#define target_debug_print_const_target_section_table_p(X) \
target_debug_do_print (host_address_to_string (X))
target_debug_do_print (host_address_to_string (X.data ()))
#define target_debug_print_std_vector_static_tracepoint_marker(X) \
target_debug_do_print (host_address_to_string (X.data ()))
-#define target_debug_print_const_struct_target_desc_p(X) \
+#define target_debug_print_const_target_desc_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_bp_location_p(X) \
+#define target_debug_print_bp_location_p(X) \
target_debug_do_print (host_address_to_string (X))
#define target_debug_print_const_trace_state_variable_r(X) \
target_debug_do_print (host_address_to_string (&X))
-#define target_debug_print_struct_trace_status_p(X) \
+#define target_debug_print_trace_status_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_breakpoint_p(X) \
+#define target_debug_print_breakpoint_p(X) \
target_debug_do_print (host_address_to_string (X))
#define target_debug_print_tracepoint_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_uploaded_tp_p(X) \
+#define target_debug_print_uploaded_tp_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_uploaded_tp_pp(X) \
+#define target_debug_print_uploaded_tp_pp(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_uploaded_tsv_pp(X) \
+#define target_debug_print_uploaded_tsv_pp(X) \
target_debug_do_print (host_address_to_string (X))
#define target_debug_print_static_tracepoint_marker_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_btrace_target_info_p(X) \
+#define target_debug_print_btrace_target_info_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_const_struct_frame_unwind_p(X) \
+#define target_debug_print_const_frame_unwind_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_struct_btrace_data_p(X) \
+#define target_debug_print_btrace_data_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_enum_record_method(X) \
+#define target_debug_print_record_method(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_const_struct_btrace_config_p(X) \
+#define target_debug_print_const_btrace_config_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_const_struct_btrace_target_info_p(X) \
+#define target_debug_print_const_btrace_target_info_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_enum_target_hw_bp_type(X) \
+#define target_debug_print_target_hw_bp_type(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_enum_bptype(X) \
+#define target_debug_print_bptype(X) \
target_debug_do_print (plongest (X))
-#define target_debug_print_struct_inferior_p(X) \
+#define target_debug_print_inferior_p(X) \
target_debug_do_print (host_address_to_string (X))
-#define target_debug_print_enum_remove_bp_reason(X) \
+#define target_debug_print_remove_bp_reason(X) \
target_debug_do_print (plongest (X))
#define target_debug_print_gdb_disassembly_flags(X) \
target_debug_do_print (plongest (X))
target_debug_do_print (host_address_to_string (X.get ()))
#define target_debug_print_gdb_array_view_const_int(X) \
target_debug_do_print (host_address_to_string (X.data ()))
-#define target_debug_print_inferior_p(inf) \
- target_debug_do_print (host_address_to_string (inf))
#define target_debug_print_record_print_flags(X) \
target_debug_do_print (plongest (X))
#define target_debug_print_thread_control_capabilities(X) \
target_debug_do_print (pulongest (X))
static void
-target_debug_print_struct_target_waitstatus_p (struct target_waitstatus *status)
+target_debug_print_target_waitstatus_p (struct target_waitstatus *status)
{
gdb_puts (status->to_string ().c_str (), gdb_stdlog);
}
gdb_puts (", ", gdb_stdlog);
target_debug_print_step (arg1);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_enum_gdb_signal (arg2);
+ target_debug_print_gdb_signal (arg2);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "<- %s->wait (", this->beneath ()->shortname ());
target_debug_print_ptid_t (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_target_waitstatus_p (arg1);
+ target_debug_print_target_waitstatus_p (arg1);
gdb_puts (", ", gdb_stdlog);
target_debug_print_target_wait_flags (arg2);
gdb_puts (") = ", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->fetch_registers (...)\n", this->beneath ()->shortname ());
this->beneath ()->fetch_registers (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->fetch_registers (", this->beneath ()->shortname ());
- target_debug_print_struct_regcache_p (arg0);
+ target_debug_print_regcache_p (arg0);
gdb_puts (", ", gdb_stdlog);
target_debug_print_int (arg1);
gdb_puts (")\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->store_registers (...)\n", this->beneath ()->shortname ());
this->beneath ()->store_registers (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->store_registers (", this->beneath ()->shortname ());
- target_debug_print_struct_regcache_p (arg0);
+ target_debug_print_regcache_p (arg0);
gdb_puts (", ", gdb_stdlog);
target_debug_print_int (arg1);
gdb_puts (")\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->prepare_to_store (...)\n", this->beneath ()->shortname ());
this->beneath ()->prepare_to_store (arg0);
gdb_printf (gdb_stdlog, "<- %s->prepare_to_store (", this->beneath ()->shortname ());
- target_debug_print_struct_regcache_p (arg0);
+ target_debug_print_regcache_p (arg0);
gdb_puts (")\n", gdb_stdlog);
}
int result
= this->beneath ()->insert_breakpoint (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->insert_breakpoint (", this->beneath ()->shortname ());
- target_debug_print_struct_gdbarch_p (arg0);
+ target_debug_print_gdbarch_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_bp_target_info_p (arg1);
+ target_debug_print_bp_target_info_p (arg1);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->remove_breakpoint (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->remove_breakpoint (", this->beneath ()->shortname ());
- target_debug_print_struct_gdbarch_p (arg0);
+ target_debug_print_gdbarch_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_bp_target_info_p (arg1);
+ target_debug_print_bp_target_info_p (arg1);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_enum_remove_bp_reason (arg2);
+ target_debug_print_remove_bp_reason (arg2);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->can_use_hw_breakpoint (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->can_use_hw_breakpoint (", this->beneath ()->shortname ());
- target_debug_print_enum_bptype (arg0);
+ target_debug_print_bptype (arg0);
gdb_puts (", ", gdb_stdlog);
target_debug_print_int (arg1);
gdb_puts (", ", gdb_stdlog);
int result
= this->beneath ()->insert_hw_breakpoint (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->insert_hw_breakpoint (", this->beneath ()->shortname ());
- target_debug_print_struct_gdbarch_p (arg0);
+ target_debug_print_gdbarch_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_bp_target_info_p (arg1);
+ target_debug_print_bp_target_info_p (arg1);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->remove_hw_breakpoint (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->remove_hw_breakpoint (", this->beneath ()->shortname ());
- target_debug_print_struct_gdbarch_p (arg0);
+ target_debug_print_gdbarch_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_bp_target_info_p (arg1);
+ target_debug_print_bp_target_info_p (arg1);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
target_debug_print_int (arg1);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_enum_target_hw_bp_type (arg2);
+ target_debug_print_target_hw_bp_type (arg2);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_expression_p (arg3);
+ target_debug_print_expression_p (arg3);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
target_debug_print_int (arg1);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_enum_target_hw_bp_type (arg2);
+ target_debug_print_target_hw_bp_type (arg2);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_expression_p (arg3);
+ target_debug_print_expression_p (arg3);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
target_debug_print_CORE_ADDR (arg1);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_enum_target_hw_bp_type (arg2);
+ target_debug_print_target_hw_bp_type (arg2);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
target_debug_print_CORE_ADDR (arg1);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_enum_target_hw_bp_type (arg2);
+ target_debug_print_target_hw_bp_type (arg2);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
target_debug_print_int (arg2);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_expression_p (arg3);
+ target_debug_print_expression_p (arg3);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
gdb::array_view<const_gdb_byte> result
= this->beneath ()->thread_info_to_thread_handle (arg0);
gdb_printf (gdb_stdlog, "<- %s->thread_info_to_thread_handle (", this->beneath ()->shortname ());
- target_debug_print_struct_thread_info_p (arg0);
+ target_debug_print_thread_info_p (arg0);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_gdb_array_view_const_gdb_byte (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "<- %s->rcmd (", this->beneath ()->shortname ());
target_debug_print_const_char_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_ui_file_p (arg1);
+ target_debug_print_ui_file_p (arg1);
gdb_puts (")\n", gdb_stdlog);
}
enum target_xfer_status result
= this->beneath ()->xfer_partial (arg0, arg1, arg2, arg3, arg4, arg5, arg6);
gdb_printf (gdb_stdlog, "<- %s->xfer_partial (", this->beneath ()->shortname ());
- target_debug_print_enum_target_object (arg0);
+ target_debug_print_target_object (arg0);
gdb_puts (", ", gdb_stdlog);
target_debug_print_const_char_p (arg1);
gdb_puts (", ", gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
target_debug_print_ULONGEST_p (arg6);
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_enum_target_xfer_status (result);
+ target_debug_print_target_xfer_status (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
= this->beneath ()->read_description ();
gdb_printf (gdb_stdlog, "<- %s->read_description (", this->beneath ()->shortname ());
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_const_struct_target_desc_p (result);
+ target_debug_print_const_target_desc_p (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
= this->beneath ()->execution_direction ();
gdb_printf (gdb_stdlog, "<- %s->execution_direction (", this->beneath ()->shortname ());
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_enum_exec_direction_kind (result);
+ target_debug_print_exec_direction_kind (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
gdb_printf (gdb_stdlog, "<- %s->thread_architecture (", this->beneath ()->shortname ());
target_debug_print_ptid_t (arg0);
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_struct_gdbarch_p (result);
+ target_debug_print_gdbarch_p (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
gdb_printf (gdb_stdlog, "<- %s->thread_address_space (", this->beneath ()->shortname ());
target_debug_print_ptid_t (arg0);
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_struct_address_space_p (result);
+ target_debug_print_address_space_p (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
gdb_printf (gdb_stdlog, "-> %s->download_tracepoint (...)\n", this->beneath ()->shortname ());
this->beneath ()->download_tracepoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->download_tracepoint (", this->beneath ()->shortname ());
- target_debug_print_struct_bp_location_p (arg0);
+ target_debug_print_bp_location_p (arg0);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->enable_tracepoint (...)\n", this->beneath ()->shortname ());
this->beneath ()->enable_tracepoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->enable_tracepoint (", this->beneath ()->shortname ());
- target_debug_print_struct_bp_location_p (arg0);
+ target_debug_print_bp_location_p (arg0);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->disable_tracepoint (...)\n", this->beneath ()->shortname ());
this->beneath ()->disable_tracepoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->disable_tracepoint (", this->beneath ()->shortname ());
- target_debug_print_struct_bp_location_p (arg0);
+ target_debug_print_bp_location_p (arg0);
gdb_puts (")\n", gdb_stdlog);
}
int result
= this->beneath ()->get_trace_status (arg0);
gdb_printf (gdb_stdlog, "<- %s->get_trace_status (", this->beneath ()->shortname ());
- target_debug_print_struct_trace_status_p (arg0);
+ target_debug_print_trace_status_p (arg0);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "<- %s->get_tracepoint_status (", this->beneath ()->shortname ());
target_debug_print_tracepoint_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_uploaded_tp_p (arg1);
+ target_debug_print_uploaded_tp_p (arg1);
gdb_puts (")\n", gdb_stdlog);
}
int result
= this->beneath ()->trace_find (arg0, arg1, arg2, arg3, arg4);
gdb_printf (gdb_stdlog, "<- %s->trace_find (", this->beneath ()->shortname ());
- target_debug_print_enum_trace_find_type (arg0);
+ target_debug_print_trace_find_type (arg0);
gdb_puts (", ", gdb_stdlog);
target_debug_print_int (arg1);
gdb_puts (", ", gdb_stdlog);
int result
= this->beneath ()->upload_tracepoints (arg0);
gdb_printf (gdb_stdlog, "<- %s->upload_tracepoints (", this->beneath ()->shortname ());
- target_debug_print_struct_uploaded_tp_pp (arg0);
+ target_debug_print_uploaded_tp_pp (arg0);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->upload_trace_state_variables (arg0);
gdb_printf (gdb_stdlog, "<- %s->upload_trace_state_variables (", this->beneath ()->shortname ());
- target_debug_print_struct_uploaded_tsv_pp (arg0);
+ target_debug_print_uploaded_tsv_pp (arg0);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "<- %s->enable_btrace (", this->beneath ()->shortname ());
target_debug_print_thread_info_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_struct_btrace_config_p (arg1);
+ target_debug_print_const_btrace_config_p (arg1);
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_struct_btrace_target_info_p (result);
+ target_debug_print_btrace_target_info_p (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
gdb_printf (gdb_stdlog, "-> %s->disable_btrace (...)\n", this->beneath ()->shortname ());
this->beneath ()->disable_btrace (arg0);
gdb_printf (gdb_stdlog, "<- %s->disable_btrace (", this->beneath ()->shortname ());
- target_debug_print_struct_btrace_target_info_p (arg0);
+ target_debug_print_btrace_target_info_p (arg0);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->teardown_btrace (...)\n", this->beneath ()->shortname ());
this->beneath ()->teardown_btrace (arg0);
gdb_printf (gdb_stdlog, "<- %s->teardown_btrace (", this->beneath ()->shortname ());
- target_debug_print_struct_btrace_target_info_p (arg0);
+ target_debug_print_btrace_target_info_p (arg0);
gdb_puts (")\n", gdb_stdlog);
}
enum btrace_error result
= this->beneath ()->read_btrace (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->read_btrace (", this->beneath ()->shortname ());
- target_debug_print_struct_btrace_data_p (arg0);
+ target_debug_print_btrace_data_p (arg0);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_struct_btrace_target_info_p (arg1);
+ target_debug_print_btrace_target_info_p (arg1);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_enum_btrace_read_type (arg2);
+ target_debug_print_btrace_read_type (arg2);
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_enum_btrace_error (result);
+ target_debug_print_btrace_error (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
const struct btrace_config * result
= this->beneath ()->btrace_conf (arg0);
gdb_printf (gdb_stdlog, "<- %s->btrace_conf (", this->beneath ()->shortname ());
- target_debug_print_const_struct_btrace_target_info_p (arg0);
+ target_debug_print_const_btrace_target_info_p (arg0);
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_const_struct_btrace_config_p (result);
+ target_debug_print_const_btrace_config_p (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
gdb_printf (gdb_stdlog, "<- %s->record_method (", this->beneath ()->shortname ());
target_debug_print_ptid_t (arg0);
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_enum_record_method (result);
+ target_debug_print_record_method (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
= this->beneath ()->get_unwinder ();
gdb_printf (gdb_stdlog, "<- %s->get_unwinder (", this->beneath ()->shortname ());
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_const_struct_frame_unwind_p (result);
+ target_debug_print_const_frame_unwind_p (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}
= this->beneath ()->get_tailcall_unwinder ();
gdb_printf (gdb_stdlog, "<- %s->get_tailcall_unwinder (", this->beneath ()->shortname ());
gdb_puts (") = ", gdb_stdlog);
- target_debug_print_const_struct_frame_unwind_p (result);
+ target_debug_print_const_frame_unwind_p (result);
gdb_puts ("\n", gdb_stdlog);
return result;
}