Searched refs:CS_DEBUGGED (Results 1 – 5 of 5) sorted by relevance
71 #define CS_DEBUGGED 0x10000000 /* process is currently or has previously been debu… macro
222 flags |= CS_DEBUGGED; in cs_allow_invalid()1043 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csproc_get_validation_category()
1068 if (proc_getcsflags(process) & CS_DEBUGGED) { in address_space_debugged_state()
3752 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3787 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3921 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3955 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
1046 if (proc_getcsflags(proc) & (CS_VALID | CS_DEBUGGED)) { in flow_divert_add_proc_info()