OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_state
(Results
1 - 14
of
14
) sorted by relevancy
/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
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.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
52
struct x86_debug_reg_state *
child_state
;
local
75
child_state
= x86_debug_reg_state (child_pid);
76
*
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;
s390-linux-nat.c
612
struct s390_debug_reg_state *
child_state
;
local
624
child_state
= s390_get_debug_reg_state (child_pid);
626
child_state
->watch_areas = parent_state->watch_areas;
627
child_state
->break_areas = parent_state->break_areas;
aarch64-linux-nat.c
808
struct aarch64_debug_reg_state *
child_state
;
local
823
child_state
= aarch64_get_debug_reg_state (child_pid);
824
*
child_state
= *parent_state;
arm-linux-nat.c
1299
struct arm_linux_debug_reg_state *
child_state
;
local
1314
child_state
= arm_linux_get_debug_reg_state (child_pid);
1315
*
child_state
= *parent_state;
/src/crypto/external/bsd/openssh/dist/
monitor.c
106
static struct sshbuf *
child_state
;
variable in typeref:struct:sshbuf
1863
sshbuf_free(
child_state
);
1864
child_state
= NULL;
1874
if ((r = ssh_packet_set_state(ssh,
child_state
)) != 0)
1876
sshbuf_free(
child_state
);
1877
child_state
= NULL;
1914
if ((
child_state
= sshbuf_new()) == NULL)
1917
child_state
);
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026