Home
last modified time | relevance | path

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

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp747 int32 teamDebugFlags = atomic_get(&thread->team->debug_info.flags); in thread_hit_debug_event_internal() local
748 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() local
841 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() local
877 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 …]
/haiku/src/bin/debug/profile/
H A DTeam.cpp90 int32 teamDebugFlags = B_TEAM_DEBUG_THREADS in Init() local
93 error = set_team_debugging_flags(fNubPort, teamDebugFlags); in Init()
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1081 int32 teamDebugFlags in x86_handle_debug_exception() local
1083 if (teamDebugFlags & B_TEAM_DEBUG_DEBUGGER_INSTALLED) { in x86_handle_debug_exception()
/haiku/src/bin/debug/strace/
H A Dstrace.cpp167 int32 teamDebugFlags = in InstallDebugger() local
171 if (set_team_debugging_flags(fNubPort, teamDebugFlags) != B_OK) in InstallDebugger()
/haiku/src/system/kernel/
H A Dthread.cpp1073 int32 teamDebugFlags = atomic_get(&team->debug_info.flags); in thread_create_thread() local
1074 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()