gdb_printf (gdb_stdlog, "-> %s->post_attach (...)\n", this->beneath ()->shortname ());
this->beneath ()->post_attach (arg0);
gdb_printf (gdb_stdlog, "<- %s->post_attach (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->detach (...)\n", this->beneath ()->shortname ());
this->beneath ()->detach (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->detach (", this->beneath ()->shortname ());
- target_debug_print_inferior_p (arg0);
+ gdb_puts (target_debug_print_inferior_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->disconnect (...)\n", this->beneath ()->shortname ());
this->beneath ()->disconnect (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->disconnect (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->resume (...)\n", this->beneath ()->shortname ());
this->beneath ()->resume (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->resume (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_step (arg1);
+ gdb_puts (target_debug_print_step (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_gdb_signal (arg2);
+ gdb_puts (target_debug_print_gdb_signal (arg2), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
ptid_t result
= this->beneath ()->wait (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->wait (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_target_waitstatus_p (arg1);
+ gdb_puts (target_debug_print_target_waitstatus_p (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_target_wait_flags (arg2);
+ gdb_puts (target_debug_print_target_wait_flags (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_ptid_t (result);
gdb_puts ("\n", 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_regcache_p (arg0);
+ gdb_puts (target_debug_print_regcache_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
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_regcache_p (arg0);
+ gdb_puts (target_debug_print_regcache_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
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_regcache_p (arg0);
+ gdb_puts (target_debug_print_regcache_p (arg0), gdb_stdlog);
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_gdbarch_p (arg0);
+ gdb_puts (target_debug_print_gdbarch_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_bp_target_info_p (arg1);
+ gdb_puts (target_debug_print_bp_target_info_p (arg1), gdb_stdlog);
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_gdbarch_p (arg0);
+ gdb_puts (target_debug_print_gdbarch_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_bp_target_info_p (arg1);
+ gdb_puts (target_debug_print_bp_target_info_p (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_remove_bp_reason (arg2);
+ gdb_puts (target_debug_print_remove_bp_reason (arg2), gdb_stdlog);
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_bptype (arg0);
+ gdb_puts (target_debug_print_bptype (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg2);
+ gdb_puts (target_debug_print_int (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", 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_gdbarch_p (arg0);
+ gdb_puts (target_debug_print_gdbarch_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_bp_target_info_p (arg1);
+ gdb_puts (target_debug_print_bp_target_info_p (arg1), gdb_stdlog);
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_gdbarch_p (arg0);
+ gdb_puts (target_debug_print_gdbarch_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_bp_target_info_p (arg1);
+ gdb_puts (target_debug_print_bp_target_info_p (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->remove_watchpoint (arg0, arg1, arg2, arg3);
gdb_printf (gdb_stdlog, "<- %s->remove_watchpoint (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_target_hw_bp_type (arg2);
+ gdb_puts (target_debug_print_target_hw_bp_type (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_expression_p (arg3);
+ gdb_puts (target_debug_print_expression_p (arg3), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->insert_watchpoint (arg0, arg1, arg2, arg3);
gdb_printf (gdb_stdlog, "<- %s->insert_watchpoint (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_target_hw_bp_type (arg2);
+ gdb_puts (target_debug_print_target_hw_bp_type (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_expression_p (arg3);
+ gdb_puts (target_debug_print_expression_p (arg3), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->insert_mask_watchpoint (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->insert_mask_watchpoint (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg1);
+ gdb_puts (target_debug_print_CORE_ADDR (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_target_hw_bp_type (arg2);
+ gdb_puts (target_debug_print_target_hw_bp_type (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->remove_mask_watchpoint (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->remove_mask_watchpoint (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg1);
+ gdb_puts (target_debug_print_CORE_ADDR (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_target_hw_bp_type (arg2);
+ gdb_puts (target_debug_print_target_hw_bp_type (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->stopped_data_address (arg0);
gdb_printf (gdb_stdlog, "<- %s->stopped_data_address (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR_p (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->watchpoint_addr_within_range (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->watchpoint_addr_within_range (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg1);
+ gdb_puts (target_debug_print_CORE_ADDR (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg2);
+ gdb_puts (target_debug_print_int (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->region_ok_for_hw_watchpoint (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->region_ok_for_hw_watchpoint (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->can_accel_watchpoint_condition (arg0, arg1, arg2, arg3);
gdb_printf (gdb_stdlog, "<- %s->can_accel_watchpoint_condition (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg2);
+ gdb_puts (target_debug_print_int (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_expression_p (arg3);
+ gdb_puts (target_debug_print_expression_p (arg3), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->masked_watch_num_registers (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->masked_watch_num_registers (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg1);
+ gdb_puts (target_debug_print_CORE_ADDR (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->terminal_info (...)\n", this->beneath ()->shortname ());
this->beneath ()->terminal_info (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->terminal_info (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->load (...)\n", this->beneath ()->shortname ());
this->beneath ()->load (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->load (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
int result
= this->beneath ()->insert_fork_catchpoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->insert_fork_catchpoint (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->remove_fork_catchpoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->remove_fork_catchpoint (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->insert_vfork_catchpoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->insert_vfork_catchpoint (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->remove_vfork_catchpoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->remove_vfork_catchpoint (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->follow_fork (...)\n", this->beneath ()->shortname ());
this->beneath ()->follow_fork (arg0, arg1, arg2, arg3, arg4);
gdb_printf (gdb_stdlog, "<- %s->follow_fork (", this->beneath ()->shortname ());
- target_debug_print_inferior_p (arg0);
+ gdb_puts (target_debug_print_inferior_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ptid_t (arg1);
+ gdb_puts (target_debug_print_ptid_t (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_target_waitkind (arg2);
+ gdb_puts (target_debug_print_target_waitkind (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_bool (arg3);
+ gdb_puts (target_debug_print_bool (arg3), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_bool (arg4);
+ gdb_puts (target_debug_print_bool (arg4), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->follow_clone (...)\n", this->beneath ()->shortname ());
this->beneath ()->follow_clone (arg0);
gdb_printf (gdb_stdlog, "<- %s->follow_clone (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
int result
= this->beneath ()->insert_exec_catchpoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->insert_exec_catchpoint (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->remove_exec_catchpoint (arg0);
gdb_printf (gdb_stdlog, "<- %s->remove_exec_catchpoint (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->follow_exec (...)\n", this->beneath ()->shortname ());
this->beneath ()->follow_exec (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->follow_exec (", this->beneath ()->shortname ());
- target_debug_print_inferior_p (arg0);
+ gdb_puts (target_debug_print_inferior_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ptid_t (arg1);
+ gdb_puts (target_debug_print_ptid_t (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_char_p (arg2);
+ gdb_puts (target_debug_print_const_char_p (arg2), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
int result
= this->beneath ()->set_syscall_catchpoint (arg0, arg1, arg2, arg3);
gdb_printf (gdb_stdlog, "<- %s->set_syscall_catchpoint (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_bool (arg1);
+ gdb_puts (target_debug_print_bool (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg2);
+ gdb_puts (target_debug_print_int (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_gdb_array_view_const_int (arg3);
+ gdb_puts (target_debug_print_gdb_array_view_const_int (arg3), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->pass_signals (...)\n", this->beneath ()->shortname ());
this->beneath ()->pass_signals (arg0);
gdb_printf (gdb_stdlog, "<- %s->pass_signals (", this->beneath ()->shortname ());
- target_debug_print_signals (arg0);
+ gdb_puts (target_debug_print_signals (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->program_signals (...)\n", this->beneath ()->shortname ());
this->beneath ()->program_signals (arg0);
gdb_printf (gdb_stdlog, "<- %s->program_signals (", this->beneath ()->shortname ());
- target_debug_print_signals (arg0);
+ gdb_puts (target_debug_print_signals (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
bool result
= this->beneath ()->thread_alive (arg0);
gdb_printf (gdb_stdlog, "<- %s->thread_alive (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
std::string result
= this->beneath ()->pid_to_str (arg0);
gdb_printf (gdb_stdlog, "<- %s->pid_to_str (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_std_string (result);
gdb_puts ("\n", gdb_stdlog);
const char * result
= this->beneath ()->extra_thread_info (arg0);
gdb_printf (gdb_stdlog, "<- %s->extra_thread_info (", this->beneath ()->shortname ());
- target_debug_print_thread_info_p (arg0);
+ gdb_puts (target_debug_print_thread_info_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_const_char_p (result);
gdb_puts ("\n", gdb_stdlog);
const char * result
= this->beneath ()->thread_name (arg0);
gdb_printf (gdb_stdlog, "<- %s->thread_name (", this->beneath ()->shortname ());
- target_debug_print_thread_info_p (arg0);
+ gdb_puts (target_debug_print_thread_info_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_const_char_p (result);
gdb_puts ("\n", gdb_stdlog);
thread_info * result
= this->beneath ()->thread_handle_to_thread_info (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->thread_handle_to_thread_info (", this->beneath ()->shortname ());
- target_debug_print_const_gdb_byte_p (arg0);
+ gdb_puts (target_debug_print_const_gdb_byte_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_inferior_p (arg2);
+ gdb_puts (target_debug_print_inferior_p (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_thread_info_p (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_thread_info_p (arg0);
+ gdb_puts (target_debug_print_thread_info_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_gdb_array_view_const_gdb_byte (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->stop (...)\n", this->beneath ()->shortname ());
this->beneath ()->stop (arg0);
gdb_printf (gdb_stdlog, "<- %s->stop (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->rcmd (...)\n", this->beneath ()->shortname ());
this->beneath ()->rcmd (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->rcmd (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ui_file_p (arg1);
+ gdb_puts (target_debug_print_ui_file_p (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
const char * result
= this->beneath ()->pid_to_exec_file (arg0);
gdb_printf (gdb_stdlog, "<- %s->pid_to_exec_file (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_const_char_p (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->log_command (...)\n", this->beneath ()->shortname ());
this->beneath ()->log_command (arg0);
gdb_printf (gdb_stdlog, "<- %s->log_command (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->async (...)\n", this->beneath ()->shortname ());
this->beneath ()->async (arg0);
gdb_printf (gdb_stdlog, "<- %s->async (", this->beneath ()->shortname ());
- target_debug_print_bool (arg0);
+ gdb_puts (target_debug_print_bool (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->thread_events (...)\n", this->beneath ()->shortname ());
this->beneath ()->thread_events (arg0);
gdb_printf (gdb_stdlog, "<- %s->thread_events (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
bool result
= this->beneath ()->supports_set_thread_options (arg0);
gdb_printf (gdb_stdlog, "<- %s->supports_set_thread_options (", this->beneath ()->shortname ());
- target_debug_print_gdb_thread_options (arg0);
+ gdb_puts (target_debug_print_gdb_thread_options (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->find_memory_regions (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->find_memory_regions (", this->beneath ()->shortname ());
- target_debug_print_find_memory_region_ftype (arg0);
+ gdb_puts (target_debug_print_find_memory_region_ftype (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_void_p (arg1);
+ gdb_puts (target_debug_print_void_p (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb::unique_xmalloc_ptr<char> result
= this->beneath ()->make_corefile_notes (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->make_corefile_notes (", this->beneath ()->shortname ());
- target_debug_print_bfd_p (arg0);
+ gdb_puts (target_debug_print_bfd_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int_p (arg1);
+ gdb_puts (target_debug_print_int_p (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_gdb_unique_xmalloc_ptr_char (result);
gdb_puts ("\n", gdb_stdlog);
gdb_byte * result
= this->beneath ()->get_bookmark (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->get_bookmark (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_gdb_byte_p (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->goto_bookmark (...)\n", this->beneath ()->shortname ());
this->beneath ()->goto_bookmark (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->goto_bookmark (", this->beneath ()->shortname ());
- target_debug_print_const_gdb_byte_p (arg0);
+ gdb_puts (target_debug_print_const_gdb_byte_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
CORE_ADDR result
= this->beneath ()->get_thread_local_address (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->get_thread_local_address (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg1);
+ gdb_puts (target_debug_print_CORE_ADDR (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg2);
+ gdb_puts (target_debug_print_CORE_ADDR (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_CORE_ADDR (result);
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_target_object (arg0);
+ gdb_puts (target_debug_print_target_object (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_char_p (arg1);
+ gdb_puts (target_debug_print_const_char_p (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_gdb_byte_p (arg2);
+ gdb_puts (target_debug_print_gdb_byte_p (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_gdb_byte_p (arg3);
+ gdb_puts (target_debug_print_const_gdb_byte_p (arg3), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg4);
+ gdb_puts (target_debug_print_ULONGEST (arg4), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg5);
+ gdb_puts (target_debug_print_ULONGEST (arg5), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST_p (arg6);
+ gdb_puts (target_debug_print_ULONGEST_p (arg6), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_target_xfer_status (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->flash_erase (...)\n", this->beneath ()->shortname ());
this->beneath ()->flash_erase (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->flash_erase (", this->beneath ()->shortname ());
- target_debug_print_ULONGEST (arg0);
+ gdb_puts (target_debug_print_ULONGEST (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_LONGEST (arg1);
+ gdb_puts (target_debug_print_LONGEST (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
ptid_t result
= this->beneath ()->get_ada_task_ptid (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->get_ada_task_ptid (", this->beneath ()->shortname ());
- target_debug_print_long (arg0);
+ gdb_puts (target_debug_print_long (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg1);
+ gdb_puts (target_debug_print_ULONGEST (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_ptid_t (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->auxv_parse (arg0, arg1, arg2, arg3);
gdb_printf (gdb_stdlog, "<- %s->auxv_parse (", this->beneath ()->shortname ());
- target_debug_print_const_gdb_byte_pp (arg0);
+ gdb_puts (target_debug_print_const_gdb_byte_pp (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_gdb_byte_p (arg1);
+ gdb_puts (target_debug_print_const_gdb_byte_p (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR_p (arg2);
+ gdb_puts (target_debug_print_CORE_ADDR_p (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR_p (arg3);
+ gdb_puts (target_debug_print_CORE_ADDR_p (arg3), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->search_memory (arg0, arg1, arg2, arg3, arg4);
gdb_printf (gdb_stdlog, "<- %s->search_memory (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg1);
+ gdb_puts (target_debug_print_ULONGEST (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_gdb_byte_p (arg2);
+ gdb_puts (target_debug_print_const_gdb_byte_p (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg3);
+ gdb_puts (target_debug_print_ULONGEST (arg3), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR_p (arg4);
+ gdb_puts (target_debug_print_CORE_ADDR_p (arg4), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->dumpcore (...)\n", this->beneath ()->shortname ());
this->beneath ()->dumpcore (arg0);
gdb_printf (gdb_stdlog, "<- %s->dumpcore (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
struct gdbarch * result
= this->beneath ()->thread_architecture (arg0);
gdb_printf (gdb_stdlog, "<- %s->thread_architecture (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_gdbarch_p (result);
gdb_puts ("\n", gdb_stdlog);
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_bp_location_p (arg0);
+ gdb_puts (target_debug_print_bp_location_p (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->download_trace_state_variable (...)\n", this->beneath ()->shortname ());
this->beneath ()->download_trace_state_variable (arg0);
gdb_printf (gdb_stdlog, "<- %s->download_trace_state_variable (", this->beneath ()->shortname ());
- target_debug_print_const_trace_state_variable_r (arg0);
+ gdb_puts (target_debug_print_const_trace_state_variable_r (arg0), gdb_stdlog);
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_bp_location_p (arg0);
+ gdb_puts (target_debug_print_bp_location_p (arg0), gdb_stdlog);
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_bp_location_p (arg0);
+ gdb_puts (target_debug_print_bp_location_p (arg0), gdb_stdlog);
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_trace_status_p (arg0);
+ gdb_puts (target_debug_print_trace_status_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->get_tracepoint_status (...)\n", this->beneath ()->shortname ());
this->beneath ()->get_tracepoint_status (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->get_tracepoint_status (", this->beneath ()->shortname ());
- target_debug_print_tracepoint_p (arg0);
+ gdb_puts (target_debug_print_tracepoint_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_uploaded_tp_p (arg1);
+ gdb_puts (target_debug_print_uploaded_tp_p (arg1), gdb_stdlog);
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_trace_find_type (arg0);
+ gdb_puts (target_debug_print_trace_find_type (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg2);
+ gdb_puts (target_debug_print_CORE_ADDR (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg3);
+ gdb_puts (target_debug_print_CORE_ADDR (arg3), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int_p (arg4);
+ gdb_puts (target_debug_print_int_p (arg4), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->get_trace_state_variable_value (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->get_trace_state_variable_value (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_LONGEST_p (arg1);
+ gdb_puts (target_debug_print_LONGEST_p (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->save_trace_data (arg0);
gdb_printf (gdb_stdlog, "<- %s->save_trace_data (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->upload_tracepoints (arg0);
gdb_printf (gdb_stdlog, "<- %s->upload_tracepoints (", this->beneath ()->shortname ());
- target_debug_print_uploaded_tp_pp (arg0);
+ gdb_puts (target_debug_print_uploaded_tp_pp (arg0), gdb_stdlog);
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_uploaded_tsv_pp (arg0);
+ gdb_puts (target_debug_print_uploaded_tsv_pp (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
LONGEST result
= this->beneath ()->get_raw_trace_data (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->get_raw_trace_data (", this->beneath ()->shortname ());
- target_debug_print_gdb_byte_p (arg0);
+ gdb_puts (target_debug_print_gdb_byte_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg1);
+ gdb_puts (target_debug_print_ULONGEST (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_LONGEST (arg2);
+ gdb_puts (target_debug_print_LONGEST (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_LONGEST (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->set_disconnected_tracing (...)\n", this->beneath ()->shortname ());
this->beneath ()->set_disconnected_tracing (arg0);
gdb_printf (gdb_stdlog, "<- %s->set_disconnected_tracing (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->set_circular_trace_buffer (...)\n", this->beneath ()->shortname ());
this->beneath ()->set_circular_trace_buffer (arg0);
gdb_printf (gdb_stdlog, "<- %s->set_circular_trace_buffer (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->set_trace_buffer_size (...)\n", this->beneath ()->shortname ());
this->beneath ()->set_trace_buffer_size (arg0);
gdb_printf (gdb_stdlog, "<- %s->set_trace_buffer_size (", this->beneath ()->shortname ());
- target_debug_print_LONGEST (arg0);
+ gdb_puts (target_debug_print_LONGEST (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
bool result
= this->beneath ()->set_trace_notes (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->set_trace_notes (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_char_p (arg1);
+ gdb_puts (target_debug_print_const_char_p (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_char_p (arg2);
+ gdb_puts (target_debug_print_const_char_p (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->core_of_thread (arg0);
gdb_printf (gdb_stdlog, "<- %s->core_of_thread (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
int result
= this->beneath ()->verify_memory (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->verify_memory (", this->beneath ()->shortname ());
- target_debug_print_const_gdb_byte_p (arg0);
+ gdb_puts (target_debug_print_const_gdb_byte_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR (arg1);
+ gdb_puts (target_debug_print_CORE_ADDR (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg2);
+ gdb_puts (target_debug_print_ULONGEST (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_int (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->get_tib_address (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->get_tib_address (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_CORE_ADDR_p (arg1);
+ gdb_puts (target_debug_print_CORE_ADDR_p (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->static_tracepoint_marker_at (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->static_tracepoint_marker_at (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_static_tracepoint_marker_p (arg1);
+ gdb_puts (target_debug_print_static_tracepoint_marker_p (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
std::vector<static_tracepoint_marker> result
= this->beneath ()->static_tracepoint_markers_by_strid (arg0);
gdb_printf (gdb_stdlog, "<- %s->static_tracepoint_markers_by_strid (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_std_vector_static_tracepoint_marker (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->use_agent (arg0);
gdb_printf (gdb_stdlog, "<- %s->use_agent (", this->beneath ()->shortname ());
- target_debug_print_bool (arg0);
+ gdb_puts (target_debug_print_bool (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
struct btrace_target_info * result
= this->beneath ()->enable_btrace (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->enable_btrace (", this->beneath ()->shortname ());
- target_debug_print_thread_info_p (arg0);
+ gdb_puts (target_debug_print_thread_info_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_btrace_config_p (arg1);
+ gdb_puts (target_debug_print_const_btrace_config_p (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_btrace_target_info_p (result);
gdb_puts ("\n", gdb_stdlog);
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_btrace_target_info_p (arg0);
+ gdb_puts (target_debug_print_btrace_target_info_p (arg0), gdb_stdlog);
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_btrace_target_info_p (arg0);
+ gdb_puts (target_debug_print_btrace_target_info_p (arg0), gdb_stdlog);
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_btrace_data_p (arg0);
+ gdb_puts (target_debug_print_btrace_data_p (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_btrace_target_info_p (arg1);
+ gdb_puts (target_debug_print_btrace_target_info_p (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_btrace_read_type (arg2);
+ gdb_puts (target_debug_print_btrace_read_type (arg2), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_btrace_error (result);
gdb_puts ("\n", gdb_stdlog);
const struct btrace_config * result
= this->beneath ()->btrace_conf (arg0);
gdb_printf (gdb_stdlog, "<- %s->btrace_conf (", this->beneath ()->shortname ());
- target_debug_print_const_btrace_target_info_p (arg0);
+ gdb_puts (target_debug_print_const_btrace_target_info_p (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_const_btrace_config_p (result);
gdb_puts ("\n", gdb_stdlog);
enum record_method result
= this->beneath ()->record_method (arg0);
gdb_printf (gdb_stdlog, "<- %s->record_method (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_record_method (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->save_record (...)\n", this->beneath ()->shortname ());
this->beneath ()->save_record (arg0);
gdb_printf (gdb_stdlog, "<- %s->save_record (", this->beneath ()->shortname ());
- target_debug_print_const_char_p (arg0);
+ gdb_puts (target_debug_print_const_char_p (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
bool result
= this->beneath ()->record_is_replaying (arg0);
gdb_printf (gdb_stdlog, "<- %s->record_is_replaying (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->record_will_replay (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->record_will_replay (", this->beneath ()->shortname ());
- target_debug_print_ptid_t (arg0);
+ gdb_puts (target_debug_print_ptid_t (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
gdb_printf (gdb_stdlog, "-> %s->goto_record (...)\n", this->beneath ()->shortname ());
this->beneath ()->goto_record (arg0);
gdb_printf (gdb_stdlog, "<- %s->goto_record (", this->beneath ()->shortname ());
- target_debug_print_ULONGEST (arg0);
+ gdb_puts (target_debug_print_ULONGEST (arg0), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->insn_history (...)\n", this->beneath ()->shortname ());
this->beneath ()->insn_history (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->insn_history (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_gdb_disassembly_flags (arg1);
+ gdb_puts (target_debug_print_gdb_disassembly_flags (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->insn_history_from (...)\n", this->beneath ()->shortname ());
this->beneath ()->insn_history_from (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->insn_history_from (", this->beneath ()->shortname ());
- target_debug_print_ULONGEST (arg0);
+ gdb_puts (target_debug_print_ULONGEST (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_gdb_disassembly_flags (arg2);
+ gdb_puts (target_debug_print_gdb_disassembly_flags (arg2), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->insn_history_range (...)\n", this->beneath ()->shortname ());
this->beneath ()->insn_history_range (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->insn_history_range (", this->beneath ()->shortname ());
- target_debug_print_ULONGEST (arg0);
+ gdb_puts (target_debug_print_ULONGEST (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg1);
+ gdb_puts (target_debug_print_ULONGEST (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_gdb_disassembly_flags (arg2);
+ gdb_puts (target_debug_print_gdb_disassembly_flags (arg2), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->call_history (...)\n", this->beneath ()->shortname ());
this->beneath ()->call_history (arg0, arg1);
gdb_printf (gdb_stdlog, "<- %s->call_history (", this->beneath ()->shortname ());
- target_debug_print_int (arg0);
+ gdb_puts (target_debug_print_int (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_record_print_flags (arg1);
+ gdb_puts (target_debug_print_record_print_flags (arg1), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->call_history_from (...)\n", this->beneath ()->shortname ());
this->beneath ()->call_history_from (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->call_history_from (", this->beneath ()->shortname ());
- target_debug_print_ULONGEST (arg0);
+ gdb_puts (target_debug_print_ULONGEST (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg1);
+ gdb_puts (target_debug_print_int (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_record_print_flags (arg2);
+ gdb_puts (target_debug_print_record_print_flags (arg2), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
gdb_printf (gdb_stdlog, "-> %s->call_history_range (...)\n", this->beneath ()->shortname ());
this->beneath ()->call_history_range (arg0, arg1, arg2);
gdb_printf (gdb_stdlog, "<- %s->call_history_range (", this->beneath ()->shortname ());
- target_debug_print_ULONGEST (arg0);
+ gdb_puts (target_debug_print_ULONGEST (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_ULONGEST (arg1);
+ gdb_puts (target_debug_print_ULONGEST (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_record_print_flags (arg2);
+ gdb_puts (target_debug_print_record_print_flags (arg2), gdb_stdlog);
gdb_puts (")\n", gdb_stdlog);
}
bool result
= this->beneath ()->fetch_memtags (arg0, arg1, arg2, arg3);
gdb_printf (gdb_stdlog, "<- %s->fetch_memtags (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_size_t (arg1);
+ gdb_puts (target_debug_print_size_t (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_gdb_byte_vector_r (arg2);
+ gdb_puts (target_debug_print_gdb_byte_vector_r (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg3);
+ gdb_puts (target_debug_print_int (arg3), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);
bool result
= this->beneath ()->store_memtags (arg0, arg1, arg2, arg3);
gdb_printf (gdb_stdlog, "<- %s->store_memtags (", this->beneath ()->shortname ());
- target_debug_print_CORE_ADDR (arg0);
+ gdb_puts (target_debug_print_CORE_ADDR (arg0), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_size_t (arg1);
+ gdb_puts (target_debug_print_size_t (arg1), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_const_gdb_byte_vector_r (arg2);
+ gdb_puts (target_debug_print_const_gdb_byte_vector_r (arg2), gdb_stdlog);
gdb_puts (", ", gdb_stdlog);
- target_debug_print_int (arg3);
+ gdb_puts (target_debug_print_int (arg3), gdb_stdlog);
gdb_puts (") = ", gdb_stdlog);
target_debug_print_bool (result);
gdb_puts ("\n", gdb_stdlog);