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

/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp24 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp25 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp25 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp25 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
/haiku/headers/private/debug/
H A Ddebug_support.h42 status_t debug_get_cpu_state(debug_context *context, thread_id thread,
/haiku/src/kits/debug/
H A DDebugContext.cpp171 return debug_get_cpu_state(&fContext, thread, _messageCode, cpuState);
H A Ddebug_support.cpp286 // debug_get_cpu_state
288 debug_get_cpu_state(debug_context *context, thread_id thread, function

Completed in 51 milliseconds