Searched refs:teamDebugFlags (Results 1 – 5 of 5) sorted by relevance
747 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); in thread_hit_debug_event_internal() local748 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) { in thread_hit_debug_event_internal()840 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); in user_debug_pre_syscall() local841 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED)) in user_debug_pre_syscall()846 if ((teamDebugFlags & B_TEAM_DEBUG_PRE_SYSCALL) in user_debug_pre_syscall()862 if ((teamDebugFlags & B_TEAM_DEBUG_POST_SYSCALL) in user_debug_pre_syscall()876 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); in user_debug_post_syscall() local877 if (!(teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED)) in user_debug_post_syscall()886 if (!(teamDebugFlags & B_TEAM_DEBUG_POST_SYSCALL) in user_debug_post_syscall()954 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); in user_debug_handle_signal() local[all …]
90 int32 teamDebugFlags = B_TEAM_DEBUG_THREADS in Init() local93 error = set_team_debugging_flags(fNubPort, teamDebugFlags); in Init()
1081 int32 teamDebugFlags in x86_handle_debug_exception() local1083 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) { in x86_handle_debug_exception()
167 int32 teamDebugFlags = in InstallDebugger() local171 if (set_team_debugging_flags(fNubPort, teamDebugFlags) != B_OK) in InstallDebugger()
1073 int32 teamDebugFlags = atomic_get(&team->debug_info.flags); in thread_create_thread() local1074 debugNewThread |= (teamDebugFlags & B_TEAM_DEBUG_STOP_NEW_THREADS) != 0; in thread_create_thread()1076 && (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) != 0) { in thread_create_thread()