forked from Imagelibrary/binutils-gdb
* gnu-nat.c (init_gnu_ops): Remove NULL initializations.
* monitor.c (init_base_monitor_ops): Likewise. * ppc-bdm.c (init_bdm_ppc_ops): Likewise. * remote-array.c (init_array_ops): Likewise. * remote-e7000.c (init_e7000_ops): Likewise. * remote-es.c (init_es1800_ops): Likewise. (init_es1800_child_ops): Likewise. * remote-rdp.c (init_remote_rdp_ops): Likewise. * remote-sim.c (init_gdbsim_ops): Likewise. * remote-st.c (init_st2000_ops): Likewise. * sol-thread.c (init_sol_core_ops): Likewise. (init_sol_thread_ops): Likewise. * v850ice.c (init_850ice_ops): Likewise. * win32-nat.c (init_child_ops): Likewise. * wince.c (init_child_ops): Likewise.
This commit is contained in:
@@ -1828,24 +1828,18 @@ init_child_ops (void)
|
||||
child_ops.to_terminal_save_ours = terminal_save_ours;
|
||||
child_ops.to_terminal_info = child_terminal_info;
|
||||
child_ops.to_kill = child_kill_inferior;
|
||||
child_ops.to_load = 0;
|
||||
child_ops.to_lookup_symbol = 0;
|
||||
child_ops.to_create_inferior = child_create_inferior;
|
||||
child_ops.to_mourn_inferior = child_mourn_inferior;
|
||||
child_ops.to_can_run = child_can_run;
|
||||
child_ops.to_notice_signals = 0;
|
||||
child_ops.to_thread_alive = win32_child_thread_alive;
|
||||
child_ops.to_pid_to_str = cygwin_pid_to_str;
|
||||
child_ops.to_stop = child_stop;
|
||||
child_ops.to_stratum = process_stratum;
|
||||
child_ops.DONT_USE = 0;
|
||||
child_ops.to_has_all_memory = 1;
|
||||
child_ops.to_has_memory = 1;
|
||||
child_ops.to_has_stack = 1;
|
||||
child_ops.to_has_registers = 1;
|
||||
child_ops.to_has_execution = 1;
|
||||
child_ops.to_sections = 0;
|
||||
child_ops.to_sections_end = 0;
|
||||
child_ops.to_magic = OPS_MAGIC;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user