Searched refs:teamDebugFlags (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp742 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); local
743 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
836 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); local
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); local
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); local
937 if (~teamDebugFlags
987 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); local
1025 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); local
1062 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); local
1091 int32 teamDebugFlags = atomic_get(&team->debug_info.flags); local
1148 int32 teamDebugFlags = atomic_get(&team->debug_info.flags); local
1210 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); local
1232 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); local
2575 int32 teamDebugFlags = team->debug_info.flags; local
[all...]
/haiku/src/bin/debug/profile/
H A DTeam.cpp90 int32 teamDebugFlags = B_TEAM_DEBUG_THREADS local
92 error = set_team_debugging_flags(fNubPort, teamDebugFlags);
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1081 int32 teamDebugFlags local
1083 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
/haiku/src/bin/debug/strace/
H A Dstrace.cpp167 int32 teamDebugFlags = local
171 if (set_team_debugging_flags(fNubPort, teamDebugFlags) != B_OK)
/haiku/src/system/kernel/
H A Dthread.cpp1072 int32 teamDebugFlags = atomic_get(&team->debug_info.flags);
1073 debugNewThread |= (teamDebugFlags & B_TEAM_DEBUG_STOP_NEW_THREADS) != 0;
1075 && (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) != 0) {

Completed in 163 milliseconds