Home
last modified time | relevance | path

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

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp741 thread_debug_info threadDebugInfo; in thread_hit_debug_event_internal() local
765 threadDebugInfo = thread->debug_info; in thread_hit_debug_event_internal()
777 destroy_thread_debug_info(&threadDebugInfo); in thread_hit_debug_event_internal()
1185 thread_debug_info& threadDebugInfo = thread->debug_info; in user_debug_thread_exiting() local
1186 if (threadDebugInfo.profile.samples == NULL) in user_debug_thread_exiting()
1189 area_id sampleArea = threadDebugInfo.profile.sample_area; in user_debug_thread_exiting()
1190 int32 sampleCount = threadDebugInfo.profile.sample_count; in user_debug_thread_exiting()
1191 int32 droppedTicks = threadDebugInfo.profile.dropped_ticks; in user_debug_thread_exiting()
1192 int32 stackDepth = threadDebugInfo.profile.stack_depth; in user_debug_thread_exiting()
1193 bool variableStackDepth = threadDebugInfo.profile.variable_stack_depth; in user_debug_thread_exiting()
[all …]