Searched refs:B_TEAM_DEBUG_DEBUGGER_INSTALLED (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/kernel/debug/
H A Duser_debugger.cpp181 /*! Updates the thread::flags B_TEAM_DEBUG_DEBUGGER_INSTALLED bit of the
189 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED)
205 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
457 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
484 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
569 = (thread->team->debug_info.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED);
706 if (teamDebugInfo.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
740 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
832 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED))
864 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED))
[all...]
/haiku-fatelf/headers/private/kernel/
H A Duser_debugger.h172 B_TEAM_DEBUG_DEBUGGER_INSTALLED = 0x0001, enumerator in enum:__anon1091
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1023 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
/haiku-fatelf/src/system/kernel/
H A Dsignal.cpp999 & (B_TEAM_DEBUG_DEBUGGER_INSTALLED | B_TEAM_DEBUG_SIGNALS))
H A Dteam.cpp1904 if (team->debug_info.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED)
3063 } else if (team->debug_info.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
H A Dthread.cpp1047 && (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) != 0) {

Completed in 67 milliseconds