Lines Matching defs:target_ops
27 struct dummy_target : public target_ops
204 struct debug_target : public target_ops
382 target_ops::post_attach (int arg0)
403 target_ops::detach (inferior *arg0, int arg1)
425 target_ops::disconnect (const char *arg0, int arg1)
448 target_ops::resume (ptid_t arg0, int arg1, enum gdb_signal arg2)
472 target_ops::commit_resumed ()
492 target_ops::wait (ptid_t arg0, struct target_waitstatus *arg1, target_wait_flags arg2)
519 target_ops::fetch_registers (struct regcache *arg0, int arg1)
541 target_ops::store_registers (struct regcache *arg0, int arg1)
564 target_ops::prepare_to_store (struct regcache *arg0)
586 target_ops::files_info ()
606 target_ops::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1)
632 target_ops::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2)
659 target_ops::stopped_by_sw_breakpoint ()
683 target_ops::supports_stopped_by_sw_breakpoint ()
707 target_ops::stopped_by_hw_breakpoint ()
731 target_ops::supports_stopped_by_hw_breakpoint ()
755 target_ops::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2)
782 target_ops::ranged_break_num_registers ()
806 target_ops::insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1)
832 target_ops::remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1)
858 target_ops::remove_watchpoint (CORE_ADDR arg0, int arg1, enum target_hw_bp_type arg2, struct expression *arg3)
886 target_ops::insert_watchpoint (CORE_ADDR arg0, int arg1, enum target_hw_bp_type arg2, struct expression *arg3)
914 target_ops::insert_mask_watchpoint (CORE_ADDR arg0, CORE_ADDR arg1, enum target_hw_bp_type arg2)
941 target_ops::remove_mask_watchpoint (CORE_ADDR arg0, CORE_ADDR arg1, enum target_hw_bp_type arg2)
968 target_ops::stopped_by_watchpoint ()
992 target_ops::have_steppable_watchpoint ()
1016 target_ops::stopped_data_address (CORE_ADDR *arg0)
1041 target_ops::watchpoint_addr_within_range (CORE_ADDR arg0, CORE_ADDR arg1, int arg2)
1068 target_ops::region_ok_for_hw_watchpoint (CORE_ADDR arg0, int arg1)
1094 target_ops::can_accel_watchpoint_condition (CORE_ADDR arg0, int arg1, int arg2, struct expression *arg3)
1122 target_ops::masked_watch_num_registers (CORE_ADDR arg0, CORE_ADDR arg1)
1148 target_ops::can_do_single_step ()
1172 target_ops::supports_terminal_ours ()
1196 target_ops::terminal_init ()
1216 target_ops::terminal_inferior ()
1236 target_ops::terminal_save_inferior ()
1256 target_ops::terminal_ours_for_output ()
1276 target_ops::terminal_ours ()
1296 target_ops::terminal_info (const char *arg0, int arg1)
1319 target_ops::kill ()
1340 target_ops::load (const char *arg0, int arg1)
1363 target_ops::insert_fork_catchpoint (int arg0)
1388 target_ops::remove_fork_catchpoint (int arg0)
1413 target_ops::insert_vfork_catchpoint (int arg0)
1438 target_ops::remove_vfork_catchpoint (int arg0)
1463 target_ops::follow_fork (inferior *arg0, ptid_t arg1, target_waitkind arg2, bool arg3, bool arg4)
1489 target_ops::follow_clone (ptid_t arg0)
1511 target_ops::insert_exec_catchpoint (int arg0)
1536 target_ops::remove_exec_catchpoint (int arg0)
1561 target_ops::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2)
1584 target_ops::set_syscall_catchpoint (int arg0, bool arg1, int arg2, gdb::array_view<const int> arg3)
1612 target_ops::mourn_inferior ()
1633 target_ops::pass_signals (gdb::array_view<const unsigned char> arg0)
1654 target_ops::program_signals (gdb::array_view<const unsigned char> arg0)
1675 target_ops::thread_alive (ptid_t arg0)
1700 target_ops::update_thread_list ()
1720 target_ops::pid_to_str (ptid_t arg0)
1745 target_ops::extra_thread_info (thread_info *arg0)
1770 target_ops::thread_name (thread_info *arg0)
1795 target_ops::thread_handle_to_thread_info (const gdb_byte *arg0, int arg1, inferior *arg2)
1822 target_ops::thread_info_to_thread_handle (struct thread_info *arg0)
1847 target_ops::stop (ptid_t arg0)
1868 target_ops::interrupt ()
1888 target_ops::pass_ctrlc ()
1909 target_ops::rcmd (const char *arg0, struct ui_file *arg1)
1932 target_ops::pid_to_exec_file (int arg0)
1957 target_ops::log_command (const char *arg0)
1978 target_ops::get_section_table ()
2002 target_ops::get_thread_control_capabilities ()
2026 target_ops::attach_no_wait ()
2050 target_ops::can_async_p ()
2074 target_ops::is_async_p ()
2098 target_ops::async (bool arg0)
2120 target_ops::async_wait_fd ()
2144 target_ops::has_pending_events ()
2168 target_ops::thread_events (bool arg0)
2189 target_ops::supports_set_thread_options (gdb_thread_options arg0)
2214 target_ops::supports_non_stop ()
2238 target_ops::always_non_stop_p ()
2262 target_ops::find_memory_regions (find_memory_region_ftype arg0, void *arg1)
2288 target_ops::make_corefile_notes (bfd *arg0, int *arg1)
2314 target_ops::get_bookmark (const char *arg0, int arg1)
2340 target_ops::goto_bookmark (const gdb_byte *arg0, int arg1)
2363 target_ops::get_thread_local_address (ptid_t arg0, CORE_ADDR arg1, CORE_ADDR arg2)
2390 target_ops::xfer_partial (enum target_object arg0, const char *arg1, gdb_byte *arg2, const gdb_byte *arg3, ULONGEST arg4, ULONGEST arg5, ULONGEST *arg6)
2421 target_ops::get_memory_xfer_limit ()
2445 target_ops::memory_map ()
2469 target_ops::flash_erase (ULONGEST arg0, LONGEST arg1)
2492 target_ops::flash_done ()
2513 target_ops::read_description ()
2537 target_ops::get_ada_task_ptid (long arg0, ULONGEST arg1)
2563 target_ops::auxv_parse (const gdb_byte **arg0, const gdb_byte *arg1, CORE_ADDR *arg2, CORE_ADDR *arg3)
2591 target_ops::search_memory (CORE_ADDR arg0, ULONGEST arg1, const gdb_byte *arg2, ULONGEST arg3, CORE_ADDR *arg4)
2620 target_ops::can_execute_reverse ()
2644 target_ops::execution_direction ()
2668 target_ops::supports_multi_process ()
2692 target_ops::supports_enable_disable_tracepoint ()
2716 target_ops::supports_disable_randomization ()
2740 target_ops::supports_string_tracing ()
2764 target_ops::supports_evaluation_of_breakpoint_conditions ()
2788 target_ops::supports_dumpcore ()
2812 target_ops::dumpcore (const char *arg0)
2833 target_ops::can_run_breakpoint_commands ()
2857 target_ops::thread_architecture (ptid_t arg0)
2882 target_ops::filesystem_is_local ()
2906 target_ops::trace_init ()
2927 target_ops::download_tracepoint (struct bp_location *arg0)
2949 target_ops::can_download_tracepoint ()
2973 target_ops::download_trace_state_variable (const trace_state_variable &arg0)
2995 target_ops::enable_tracepoint (struct bp_location *arg0)
3017 target_ops::disable_tracepoint (struct bp_location *arg0)
3039 target_ops::trace_set_readonly_regions ()
3060 target_ops::trace_start ()
3081 target_ops::get_trace_status (struct trace_status *arg0)
3106 target_ops::get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1)
3129 target_ops::trace_stop ()
3150 target_ops::trace_find (enum trace_find_type arg0, int arg1, CORE_ADDR arg2, CORE_ADDR arg3, int *arg4)
3179 target_ops::get_trace_state_variable_value (int arg0, LONGEST *arg1)
3205 target_ops::save_trace_data (const char *arg0)
3230 target_ops::upload_tracepoints (struct uploaded_tp **arg0)
3255 target_ops::upload_trace_state_variables (struct uploaded_tsv **arg0)
3280 target_ops::get_raw_trace_data (gdb_byte *arg0, ULONGEST arg1, LONGEST arg2)
3307 target_ops::get_min_fast_tracepoint_insn_len ()
3331 target_ops::set_disconnected_tracing (int arg0)
3352 target_ops::set_circular_trace_buffer (int arg0)
3373 target_ops::set_trace_buffer_size (LONGEST arg0)
3394 target_ops::set_trace_notes (const char *arg0, const char *arg1, const char *arg2)
3421 target_ops::core_of_thread (ptid_t arg0)
3446 target_ops::verify_memory (const gdb_byte *arg0, CORE_ADDR arg1, ULONGEST arg2)
3473 target_ops::get_tib_address (ptid_t arg0, CORE_ADDR *arg1)
3499 target_ops::set_permissions ()
3519 target_ops::static_tracepoint_marker_at (CORE_ADDR arg0, static_tracepoint_marker *arg1)
3545 target_ops::static_tracepoint_markers_by_strid (const char *arg0)
3570 target_ops::traceframe_info ()
3594 target_ops::use_agent (bool arg0)
3619 target_ops::can_use_agent ()
3643 target_ops::enable_btrace (thread_info *arg0, const struct btrace_config *arg1)
3669 target_ops::disable_btrace (struct btrace_target_info *arg0)
3691 target_ops::teardown_btrace (struct btrace_target_info *arg0)
3713 target_ops::read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2)
3740 target_ops::btrace_conf (const struct btrace_target_info *arg0)
3765 target_ops::record_method (ptid_t arg0)
3790 target_ops::stop_recording ()
3810 target_ops::info_record ()
3830 target_ops::save_record (const char *arg0)
3852 target_ops::supports_delete_record ()
3876 target_ops::delete_record ()
3897 target_ops::record_is_replaying (ptid_t arg0)
3922 target_ops::record_will_replay (ptid_t arg0, int arg1)
3948 target_ops::record_stop_replaying ()
3968 target_ops::goto_record_begin ()
3989 target_ops::goto_record_end ()
4010 target_ops::goto_record (ULONGEST arg0)
4032 target_ops::insn_history (int arg0, gdb_disassembly_flags arg1)
4055 target_ops::insn_history_from (ULONGEST arg0, int arg1, gdb_disassembly_flags arg2)
4079 target_ops::insn_history_range (ULONGEST arg0, ULONGEST arg1, gdb_disassembly_flags arg2)
4103 target_ops::call_history (int arg0, record_print_flags arg1)
4126 target_ops::call_history_from (ULONGEST arg0, int arg1, record_print_flags arg2)
4150 target_ops::call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2)
4174 target_ops::augmented_libraries_svr4_read ()
4198 target_ops::get_unwinder ()
4222 target_ops::get_tailcall_unwinder ()
4246 target_ops::prepare_to_generate_core ()
4266 target_ops::done_generating_core ()
4286 target_ops::supports_memory_tagging ()
4310 target_ops::fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3)
4338 target_ops::store_memtags (CORE_ADDR arg0, size_t arg1, const gdb::byte_vector &arg2, int arg3)
4366 target_ops::is_address_tagged (gdbarch *arg0, CORE_ADDR arg1)
4392 target_ops::fetch_x86_xsave_layout ()