Lines Matching refs:remote_ops
334 static struct target_ops remote_ops; variable
2026 remote_open_1 (name, from_tty, &remote_ops, 0, 0); in remote_open()
4284 remote_mourn_1 (&remote_ops); in remote_mourn()
5236 remote_ops.to_shortname = "remote"; in init_remote_ops()
5237 remote_ops.to_longname = "Remote serial target in gdb-specific protocol"; in init_remote_ops()
5238 remote_ops.to_doc = in init_remote_ops()
5242 remote_ops.to_open = remote_open; in init_remote_ops()
5243 remote_ops.to_close = remote_close; in init_remote_ops()
5244 remote_ops.to_detach = remote_detach; in init_remote_ops()
5245 remote_ops.to_disconnect = remote_disconnect; in init_remote_ops()
5246 remote_ops.to_resume = remote_resume; in init_remote_ops()
5247 remote_ops.to_wait = remote_wait; in init_remote_ops()
5248 remote_ops.to_fetch_registers = remote_fetch_registers; in init_remote_ops()
5249 remote_ops.to_store_registers = remote_store_registers; in init_remote_ops()
5250 remote_ops.to_prepare_to_store = remote_prepare_to_store; in init_remote_ops()
5251 remote_ops.deprecated_xfer_memory = remote_xfer_memory; in init_remote_ops()
5252 remote_ops.to_files_info = remote_files_info; in init_remote_ops()
5253 remote_ops.to_insert_breakpoint = remote_insert_breakpoint; in init_remote_ops()
5254 remote_ops.to_remove_breakpoint = remote_remove_breakpoint; in init_remote_ops()
5255 remote_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint; in init_remote_ops()
5256 remote_ops.to_stopped_data_address = remote_stopped_data_address; in init_remote_ops()
5257 remote_ops.to_can_use_hw_breakpoint = remote_check_watch_resources; in init_remote_ops()
5258 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint; in init_remote_ops()
5259 remote_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint; in init_remote_ops()
5260 remote_ops.to_insert_watchpoint = remote_insert_watchpoint; in init_remote_ops()
5261 remote_ops.to_remove_watchpoint = remote_remove_watchpoint; in init_remote_ops()
5262 remote_ops.to_kill = remote_kill; in init_remote_ops()
5263 remote_ops.to_load = generic_load; in init_remote_ops()
5264 remote_ops.to_mourn_inferior = remote_mourn; in init_remote_ops()
5265 remote_ops.to_thread_alive = remote_thread_alive; in init_remote_ops()
5266 remote_ops.to_find_new_threads = remote_threads_info; in init_remote_ops()
5267 remote_ops.to_pid_to_str = remote_pid_to_str; in init_remote_ops()
5268 remote_ops.to_extra_thread_info = remote_threads_extra_info; in init_remote_ops()
5269 remote_ops.to_stop = remote_stop; in init_remote_ops()
5270 remote_ops.to_xfer_partial = remote_xfer_partial; in init_remote_ops()
5271 remote_ops.to_rcmd = remote_rcmd; in init_remote_ops()
5272 remote_ops.to_stratum = process_stratum; in init_remote_ops()
5273 remote_ops.to_has_all_memory = 1; in init_remote_ops()
5274 remote_ops.to_has_memory = 1; in init_remote_ops()
5275 remote_ops.to_has_stack = 1; in init_remote_ops()
5276 remote_ops.to_has_registers = 1; in init_remote_ops()
5277 remote_ops.to_has_execution = 1; in init_remote_ops()
5278 remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */ in init_remote_ops()
5279 remote_ops.to_magic = OPS_MAGIC; in init_remote_ops()
5288 extended_remote_ops = remote_ops; in init_extended_remote_ops()
5485 add_target (&remote_ops); in _initialize_remote()