Home
last modified time | relevance | path

Searched refs:tc_magic_child (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhppah-nat.c832 int tc_magic_child = PT_VERSION; in parent_attach_all() local
842 &tc_magic_child, in parent_attach_all()
843 sizeof (tc_magic_child)); in parent_attach_all()
849 if (tc_magic_child != tc_magic_parent) in parent_attach_all()
1079 int tc_magic_child = 0; in child_acknowledge_created_inferior() local
1087 &tc_magic_child, in child_acknowledge_created_inferior()
1088 sizeof (tc_magic_child)); in child_acknowledge_created_inferior()
Dinfttrace.c2942 uint64_t tc_magic_child = TT_VERSION; in parent_attach_all() local
2958 &tc_magic_child, in parent_attach_all()
2959 sizeof (tc_magic_child)); in parent_attach_all()
2966 if (tc_magic_child != tc_magic_parent) in parent_attach_all()
3094 uint64_t tc_magic_child = 0; in child_acknowledge_created_inferior() local
3098 &tc_magic_child, in child_acknowledge_created_inferior()
3099 sizeof (tc_magic_child)); in child_acknowledge_created_inferior()