Lines Matching refs:remote_async_ops

340 static struct target_ops remote_async_ops;  variable
2033 remote_open_1 (name, from_tty, &remote_async_ops, 0, 1); in remote_async_open()
4290 remote_mourn_1 (&remote_async_ops); in remote_async_mourn()
5357 remote_async_ops.to_shortname = "async"; in init_remote_async_ops()
5358remote_async_ops.to_longname = "Remote serial target in async version of the gdb-specific protocol… in init_remote_async_ops()
5359 remote_async_ops.to_doc = in init_remote_async_ops()
5362 remote_async_ops.to_open = remote_async_open; in init_remote_async_ops()
5363 remote_async_ops.to_close = remote_close; in init_remote_async_ops()
5364 remote_async_ops.to_detach = remote_detach; in init_remote_async_ops()
5365 remote_async_ops.to_disconnect = remote_disconnect; in init_remote_async_ops()
5366 remote_async_ops.to_resume = remote_async_resume; in init_remote_async_ops()
5367 remote_async_ops.to_wait = remote_async_wait; in init_remote_async_ops()
5368 remote_async_ops.to_fetch_registers = remote_fetch_registers; in init_remote_async_ops()
5369 remote_async_ops.to_store_registers = remote_store_registers; in init_remote_async_ops()
5370 remote_async_ops.to_prepare_to_store = remote_prepare_to_store; in init_remote_async_ops()
5371 remote_async_ops.deprecated_xfer_memory = remote_xfer_memory; in init_remote_async_ops()
5372 remote_async_ops.to_files_info = remote_files_info; in init_remote_async_ops()
5373 remote_async_ops.to_insert_breakpoint = remote_insert_breakpoint; in init_remote_async_ops()
5374 remote_async_ops.to_remove_breakpoint = remote_remove_breakpoint; in init_remote_async_ops()
5375 remote_async_ops.to_can_use_hw_breakpoint = remote_check_watch_resources; in init_remote_async_ops()
5376 remote_async_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint; in init_remote_async_ops()
5377 remote_async_ops.to_remove_hw_breakpoint = remote_remove_hw_breakpoint; in init_remote_async_ops()
5378 remote_async_ops.to_insert_watchpoint = remote_insert_watchpoint; in init_remote_async_ops()
5379 remote_async_ops.to_remove_watchpoint = remote_remove_watchpoint; in init_remote_async_ops()
5380 remote_async_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint; in init_remote_async_ops()
5381 remote_async_ops.to_stopped_data_address = remote_stopped_data_address; in init_remote_async_ops()
5382 remote_async_ops.to_terminal_inferior = remote_async_terminal_inferior; in init_remote_async_ops()
5383 remote_async_ops.to_terminal_ours = remote_async_terminal_ours; in init_remote_async_ops()
5384 remote_async_ops.to_kill = remote_async_kill; in init_remote_async_ops()
5385 remote_async_ops.to_load = generic_load; in init_remote_async_ops()
5386 remote_async_ops.to_mourn_inferior = remote_async_mourn; in init_remote_async_ops()
5387 remote_async_ops.to_thread_alive = remote_thread_alive; in init_remote_async_ops()
5388 remote_async_ops.to_find_new_threads = remote_threads_info; in init_remote_async_ops()
5389 remote_async_ops.to_pid_to_str = remote_pid_to_str; in init_remote_async_ops()
5390 remote_async_ops.to_extra_thread_info = remote_threads_extra_info; in init_remote_async_ops()
5391 remote_async_ops.to_stop = remote_stop; in init_remote_async_ops()
5392 remote_async_ops.to_xfer_partial = remote_xfer_partial; in init_remote_async_ops()
5393 remote_async_ops.to_rcmd = remote_rcmd; in init_remote_async_ops()
5394 remote_async_ops.to_stratum = process_stratum; in init_remote_async_ops()
5395 remote_async_ops.to_has_all_memory = 1; in init_remote_async_ops()
5396 remote_async_ops.to_has_memory = 1; in init_remote_async_ops()
5397 remote_async_ops.to_has_stack = 1; in init_remote_async_ops()
5398 remote_async_ops.to_has_registers = 1; in init_remote_async_ops()
5399 remote_async_ops.to_has_execution = 1; in init_remote_async_ops()
5400 remote_async_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */ in init_remote_async_ops()
5401 remote_async_ops.to_can_async_p = remote_can_async_p; in init_remote_async_ops()
5402 remote_async_ops.to_is_async_p = remote_is_async_p; in init_remote_async_ops()
5403 remote_async_ops.to_async = remote_async; in init_remote_async_ops()
5404 remote_async_ops.to_async_mask_value = 1; in init_remote_async_ops()
5405 remote_async_ops.to_magic = OPS_MAGIC; in init_remote_async_ops()
5414 extended_async_remote_ops = remote_async_ops; in init_extended_async_remote_ops()
5491 add_target (&remote_async_ops); in _initialize_remote()