HomeSort by: relevance | last modified time | path
    Searched refs:child_state (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
x86-fbsd-nat.c 30 struct x86_debug_reg_state *parent_state, *child_state; local
45 child_state = x86_debug_reg_state (child);
46 *child_state = *parent_state;
x86-linux-nat.c 53 struct x86_debug_reg_state *child_state; local
76 child_state = x86_debug_reg_state (child_pid);
77 *child_state = *parent_state;
aarch64-fbsd-nat.c 270 struct aarch64_debug_reg_state *parent_state, *child_state; local
285 child_state = aarch64_get_debug_reg_state (child);
286 *child_state = *parent_state;
loongarch-linux-nat.c 727 struct loongarch_debug_reg_state *child_state; local
742 child_state = loongarch_get_debug_reg_state (child_pid);
743 *child_state = *parent_state;
s390-linux-nat.c 613 struct s390_debug_reg_state *child_state; local
625 child_state = s390_get_debug_reg_state (child_pid);
627 child_state->watch_areas = parent_state->watch_areas;
628 child_state->break_areas = parent_state->break_areas;
aarch64-linux-nat.c 806 struct aarch64_debug_reg_state *child_state; local
821 child_state = aarch64_get_debug_reg_state (child_pid);
822 *child_state = *parent_state;
arm-linux-nat.c 1377 struct arm_linux_debug_reg_state *child_state; local
1392 child_state = arm_linux_get_debug_reg_state (child_pid);
1393 *child_state = *parent_state;
  /src/external/gpl3/gdb/dist/gdb/
x86-fbsd-nat.c 30 struct x86_debug_reg_state *parent_state, *child_state; local
45 child_state = x86_debug_reg_state (child);
46 *child_state = *parent_state;
x86-linux-nat.c 54 struct x86_debug_reg_state *child_state; local
77 child_state = x86_debug_reg_state (child_pid);
78 *child_state = *parent_state;
aarch64-fbsd-nat.c 270 struct aarch64_debug_reg_state *parent_state, *child_state; local
285 child_state = aarch64_get_debug_reg_state (child);
286 *child_state = *parent_state;
loongarch-linux-nat.c 713 struct loongarch_debug_reg_state *child_state; local
728 child_state = loongarch_get_debug_reg_state (child_pid);
729 *child_state = *parent_state;
s390-linux-nat.c 613 struct s390_debug_reg_state *child_state; local
625 child_state = s390_get_debug_reg_state (child_pid);
627 child_state->watch_areas = parent_state->watch_areas;
628 child_state->break_areas = parent_state->break_areas;
aarch64-linux-nat.c 884 struct aarch64_debug_reg_state *child_state; local
899 child_state = aarch64_get_debug_reg_state (child_pid);
900 *child_state = *parent_state;
arm-linux-nat.c 1367 struct arm_linux_debug_reg_state *child_state; local
1382 child_state = arm_linux_get_debug_reg_state (child_pid);
1383 *child_state = *parent_state;
  /src/crypto/external/bsd/openssh/dist/
monitor.c 107 static struct sshbuf *child_state; variable in typeref:struct:sshbuf
1891 sshbuf_free(child_state);
1892 child_state = NULL;
1902 if ((r = ssh_packet_set_state(ssh, child_state)) != 0)
1904 sshbuf_free(child_state);
1905 child_state = NULL;
1942 if ((child_state = sshbuf_new()) == NULL)
1945 child_state);

Completed in 28 milliseconds