Lines Matching refs:current_target

192 struct target_ops current_target;  variable
266 (*current_target.to_load) (arg, from_tty); in target_load()
281 current_target.to_shortname); in tcomplain()
372 memset (&current_target, 0, sizeof (current_target)); in update_current_target()
375 if (!current_target.FIELD) \ in update_current_target()
376 current_target.FIELD = (TARGET)->FIELD in update_current_target()
466 if (!current_target.field) \ in update_current_target()
467 current_target.field = value in update_current_target()
615 current_target.to_xfer_partial = default_xfer_partial; in update_current_target()
642 current_target.beneath = target_stack; in update_current_target()
745 target_close (&current_target, 0); /* Let it clean up */ in pop_target()
751 current_target.to_shortname); in pop_target()
1061 secp = target_section_by_addr (&current_target, memaddr); in do_xfer_memory()
1065 return xfer_memory (memaddr, myaddr, len, 0, attrib, &current_target); in do_xfer_memory()
1069 res = current_target.deprecated_xfer_memory in do_xfer_memory()
1070 (memaddr, myaddr, len, write, attrib, &current_target); in do_xfer_memory()
1438 (current_target.to_detach) (args, from_tty); in target_detach()
1444 (current_target.to_disconnect) (args, from_tty); in target_disconnect()
1450 if (DEPRECATED_STREQ (current_target.to_shortname, "rombug")) in target_link()
1452 (current_target.to_lookup_symbol) (modname, t_reloc); in target_link()
1590 if (current_target.to_sections == old_value) in target_resize_to_sections()
1592 current_target.to_sections = target->to_sections; in target_resize_to_sections()
1593 current_target.to_sections_end = target->to_sections_end; in target_resize_to_sections()
2478 memcpy (&debug_target, &current_target, sizeof debug_target); in setup_target_debug()
2480 current_target.to_open = debug_to_open; in setup_target_debug()
2481 current_target.to_close = debug_to_close; in setup_target_debug()
2482 current_target.to_attach = debug_to_attach; in setup_target_debug()
2483 current_target.to_post_attach = debug_to_post_attach; in setup_target_debug()
2484 current_target.to_detach = debug_to_detach; in setup_target_debug()
2485 current_target.to_disconnect = debug_to_disconnect; in setup_target_debug()
2486 current_target.to_resume = debug_to_resume; in setup_target_debug()
2487 current_target.to_wait = debug_to_wait; in setup_target_debug()
2488 current_target.to_fetch_registers = debug_to_fetch_registers; in setup_target_debug()
2489 current_target.to_store_registers = debug_to_store_registers; in setup_target_debug()
2490 current_target.to_prepare_to_store = debug_to_prepare_to_store; in setup_target_debug()
2491 current_target.deprecated_xfer_memory = deprecated_debug_xfer_memory; in setup_target_debug()
2492 current_target.to_files_info = debug_to_files_info; in setup_target_debug()
2493 current_target.to_insert_breakpoint = debug_to_insert_breakpoint; in setup_target_debug()
2494 current_target.to_remove_breakpoint = debug_to_remove_breakpoint; in setup_target_debug()
2495 current_target.to_can_use_hw_breakpoint = debug_to_can_use_hw_breakpoint; in setup_target_debug()
2496 current_target.to_insert_hw_breakpoint = debug_to_insert_hw_breakpoint; in setup_target_debug()
2497 current_target.to_remove_hw_breakpoint = debug_to_remove_hw_breakpoint; in setup_target_debug()
2498 current_target.to_insert_watchpoint = debug_to_insert_watchpoint; in setup_target_debug()
2499 current_target.to_remove_watchpoint = debug_to_remove_watchpoint; in setup_target_debug()
2500 current_target.to_stopped_by_watchpoint = debug_to_stopped_by_watchpoint; in setup_target_debug()
2501 current_target.to_stopped_data_address = debug_to_stopped_data_address; in setup_target_debug()
2502 current_target.to_region_size_ok_for_hw_watchpoint = debug_to_region_size_ok_for_hw_watchpoint; in setup_target_debug()
2503 current_target.to_terminal_init = debug_to_terminal_init; in setup_target_debug()
2504 current_target.to_terminal_inferior = debug_to_terminal_inferior; in setup_target_debug()
2505 current_target.to_terminal_ours_for_output = debug_to_terminal_ours_for_output; in setup_target_debug()
2506 current_target.to_terminal_ours = debug_to_terminal_ours; in setup_target_debug()
2507 current_target.to_terminal_save_ours = debug_to_terminal_save_ours; in setup_target_debug()
2508 current_target.to_terminal_info = debug_to_terminal_info; in setup_target_debug()
2509 current_target.to_kill = debug_to_kill; in setup_target_debug()
2510 current_target.to_load = debug_to_load; in setup_target_debug()
2511 current_target.to_lookup_symbol = debug_to_lookup_symbol; in setup_target_debug()
2512 current_target.to_create_inferior = debug_to_create_inferior; in setup_target_debug()
2513 current_target.to_post_startup_inferior = debug_to_post_startup_inferior; in setup_target_debug()
2514 current_target.to_acknowledge_created_inferior = debug_to_acknowledge_created_inferior; in setup_target_debug()
2515 current_target.to_insert_fork_catchpoint = debug_to_insert_fork_catchpoint; in setup_target_debug()
2516 current_target.to_remove_fork_catchpoint = debug_to_remove_fork_catchpoint; in setup_target_debug()
2517 current_target.to_insert_vfork_catchpoint = debug_to_insert_vfork_catchpoint; in setup_target_debug()
2518 current_target.to_remove_vfork_catchpoint = debug_to_remove_vfork_catchpoint; in setup_target_debug()
2519 current_target.to_follow_fork = debug_to_follow_fork; in setup_target_debug()
2520 current_target.to_insert_exec_catchpoint = debug_to_insert_exec_catchpoint; in setup_target_debug()
2521 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint; in setup_target_debug()
2522current_target.to_reported_exec_events_per_exec_call = debug_to_reported_exec_events_per_exec_call; in setup_target_debug()
2523 current_target.to_has_exited = debug_to_has_exited; in setup_target_debug()
2524 current_target.to_mourn_inferior = debug_to_mourn_inferior; in setup_target_debug()
2525 current_target.to_can_run = debug_to_can_run; in setup_target_debug()
2526 current_target.to_notice_signals = debug_to_notice_signals; in setup_target_debug()
2527 current_target.to_thread_alive = debug_to_thread_alive; in setup_target_debug()
2528 current_target.to_find_new_threads = debug_to_find_new_threads; in setup_target_debug()
2529 current_target.to_stop = debug_to_stop; in setup_target_debug()
2530 current_target.to_rcmd = debug_to_rcmd; in setup_target_debug()
2531 current_target.to_enable_exception_callback = debug_to_enable_exception_callback; in setup_target_debug()
2532 current_target.to_get_current_exception_event = debug_to_get_current_exception_event; in setup_target_debug()
2533 current_target.to_pid_to_exec_file = debug_to_pid_to_exec_file; in setup_target_debug()
2547 if ((current_target.to_rcmd in do_monitor_command()
2549 || (current_target.to_rcmd == debug_to_rcmd in do_monitor_command()