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

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp736 thread_debug_info threadDebugInfo; local
761 threadDebugInfo = thread->debug_info;
773 destroy_thread_debug_info(&threadDebugInfo);
1162 thread_debug_info& threadDebugInfo = thread->debug_info; local
1163 if (threadDebugInfo.profile.samples == NULL)
1166 area_id sampleArea = threadDebugInfo.profile.sample_area;
1167 int32 sampleCount = threadDebugInfo.profile.sample_count;
1168 int32 droppedTicks = threadDebugInfo.profile.dropped_ticks;
1169 int32 stackDepth = threadDebugInfo.profile.stack_depth;
1170 bool variableStackDepth = threadDebugInfo
2089 thread_debug_info &threadDebugInfo = thread->debug_info; local
2305 thread_debug_info &threadDebugInfo = thread->debug_info; local
2380 thread_debug_info &threadDebugInfo = thread->debug_info; local
[all...]

Completed in 39 milliseconds