Lines Matching refs:teamDebugFlags

742 	int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
743 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
836 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
837 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED))
842 if (!(teamDebugFlags & B_TEAM_DEBUG_PRE_SYSCALL)
868 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
869 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED))
874 if (!(teamDebugFlags & B_TEAM_DEBUG_POST_SYSCALL)
936 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
937 if (~teamDebugFlags
987 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
988 if (~teamDebugFlags
1025 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
1026 if (~teamDebugFlags
1062 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
1063 if (~teamDebugFlags
1091 int32 teamDebugFlags = atomic_get(&team->debug_info.flags);
1098 if (~teamDebugFlags
1111 teamDebugFlags = atomic_get(&team->debug_info.flags);
1119 || (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_HANDOVER) == 0) {
1148 int32 teamDebugFlags = atomic_get(&team->debug_info.flags);
1154 if ((teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) == 0
1210 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
1211 if (~teamDebugFlags
1232 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags);
1233 if (~teamDebugFlags
2575 int32 teamDebugFlags = team->debug_info.flags;
2577 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
2579 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_HANDOVER) {
2611 } else if ((teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_DISABLED) != 0