Home
last modified time | relevance | path

Searched refs:child_proc (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc2225 struct process_info *child_proc = get_thread_process (child_thread); in clone_all_breakpoints() local
2227 struct breakpoint **new_list = &child_proc->breakpoints; in clone_all_breakpoints()
2228 struct raw_breakpoint **new_raw_list = &child_proc->raw_breakpoints; in clone_all_breakpoints()
H A Dlinux-low.cc497 struct process_info *child_proc; in handle_extended_wait() local
517 child_proc = add_linux_process (new_pid, 0); in handle_extended_wait()
518 gdb_assert (child_proc != NULL); in handle_extended_wait()
541 child_proc->attached = parent_proc->attached; in handle_extended_wait()
558 child_proc->tdesc = tdesc; in handle_extended_wait()
561 low_new_fork (parent_proc, child_proc); in handle_extended_wait()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc2225 struct process_info *child_proc = get_thread_process (child_thread); in clone_all_breakpoints() local
2227 struct breakpoint **new_list = &child_proc->breakpoints; in clone_all_breakpoints()
2228 struct raw_breakpoint **new_raw_list = &child_proc->raw_breakpoints; in clone_all_breakpoints()
H A Dlinux-low.cc497 struct process_info *child_proc; in handle_extended_wait() local
517 child_proc = add_linux_process (new_pid, 0); in handle_extended_wait()
518 gdb_assert (child_proc != NULL); in handle_extended_wait()
541 child_proc->attached = parent_proc->attached; in handle_extended_wait()
558 child_proc->tdesc = tdesc; in handle_extended_wait()
561 low_new_fork (parent_proc, child_proc); in handle_extended_wait()