Lines Matching defs:current_target

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