Home
last modified time | relevance | path

Searched refs:child_state (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dx86-fbsd-nat.c30 struct x86_debug_reg_state *parent_state, *child_state; in low_new_fork() local
45 child_state = x86_debug_reg_state (child); in low_new_fork()
46 *child_state = *parent_state; in low_new_fork()
Dx86-linux-nat.c52 struct x86_debug_reg_state *child_state; in low_new_fork() local
75 child_state = x86_debug_reg_state (child_pid); in low_new_fork()
76 *child_state = *parent_state; in low_new_fork()
Daarch64-fbsd-nat.c270 struct aarch64_debug_reg_state *parent_state, *child_state; in low_new_fork() local
285 child_state = aarch64_get_debug_reg_state (child); in low_new_fork()
286 *child_state = *parent_state; in low_new_fork()
Ds390-linux-nat.c612 struct s390_debug_reg_state *child_state; in low_new_fork() local
624 child_state = s390_get_debug_reg_state (child_pid); in low_new_fork()
626 child_state->watch_areas = parent_state->watch_areas; in low_new_fork()
627 child_state->break_areas = parent_state->break_areas; in low_new_fork()
Daarch64-linux-nat.c808 struct aarch64_debug_reg_state *child_state; in low_new_fork() local
823 child_state = aarch64_get_debug_reg_state (child_pid); in low_new_fork()
824 *child_state = *parent_state; in low_new_fork()
Darm-linux-nat.c1299 struct arm_linux_debug_reg_state *child_state; in low_new_fork() local
1314 child_state = arm_linux_get_debug_reg_state (child_pid); in low_new_fork()
1315 *child_state = *parent_state; in low_new_fork()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dmonitor.c106 static struct sshbuf *child_state; variable
1846 sshbuf_free(child_state); in monitor_clear_keystate()
1847 child_state = NULL; in monitor_clear_keystate()
1857 if ((r = ssh_packet_set_state(ssh, child_state)) != 0) in monitor_apply_keystate()
1859 sshbuf_free(child_state); in monitor_apply_keystate()
1860 child_state = NULL; in monitor_apply_keystate()
1897 if ((child_state = sshbuf_new()) == NULL) in mm_get_keystate()
1900 child_state); in mm_get_keystate()