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

/haiku/headers/private/kernel/
H A Duser_debugger.h148 bool variable_stack_depth; member in struct:thread_debug_info::__anon98
/haiku/headers/os/kernel/
H A Ddebugger.h407 bool variable_stack_depth; member in struct:__anon56
612 bool variable_stack_depth; member in struct:__anon79
/haiku/src/bin/debug/profile/
H A DTeam.cpp159 message.variable_stack_depth = gOptions.analyze_full_stack;
H A Dprofile.cpp918 message.profiler_update.variable_stack_depth,
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1170 bool variableStackDepth = threadDebugInfo.profile.variable_stack_depth;
1189 message.variable_stack_depth = variableStackDepth;
1326 && debugInfo.profile.variable_stack_depth
1362 if (debugInfo.profile.variable_stack_depth) {
1403 bool variableStackDepth = debugInfo.profile.variable_stack_depth;
1418 message.variable_stack_depth = variableStackDepth;
2254 = message.start_profiler.variable_stack_depth;
2324 threadDebugInfo.profile.variable_stack_depth
2392 = threadDebugInfo.profile.variable_stack_depth;
2410 reply.profiler_update.variable_stack_depth
[all...]

Completed in 60 milliseconds