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

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp184 /*! Updates the thread::flags B_TEAM_DEBUG_DEBUGGER_INSTALLED bit of the
192 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED)
208 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
460 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
487 if (atomic_get(&team->debug_info.flags) & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
572 = (thread->team->debug_info.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED);
709 if (teamDebugInfo.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
743 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
837 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED))
869 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED))
[all...]
/haiku/headers/private/kernel/
H A Duser_debugger.h172 B_TEAM_DEBUG_DEBUGGER_INSTALLED = 0x0001, enumerator in enum:__anon100
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1083 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
/haiku/src/system/kernel/
H A Dsignal.cpp1033 & (B_TEAM_DEBUG_DEBUGGER_INSTALLED | B_TEAM_DEBUG_SIGNALS))
H A Dteam.cpp1993 if (team->debug_info.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED)
3225 } else if (team->debug_info.flags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) {
H A Dthread.cpp1075 && (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) != 0) {

Completed in 79 milliseconds