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

/haiku/src/system/kernel/arch/ppc/
H A Darch_user_debugger.cpp58 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) function
/haiku/src/system/kernel/arch/arm/
H A Darch_user_debugger.cpp64 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState) function
/haiku/src/system/kernel/arch/sparc/
H A Darch_user_debugger.cpp58 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) function
/haiku/src/system/kernel/arch/arm64/
H A Darch_user_debugger.cpp54 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState) function
/haiku/src/system/kernel/arch/m68k/
H A Darch_user_debugger.cpp80 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) function
/haiku/headers/private/kernel/arch/
H A Duser_debugger.h37 status_t arch_get_thread_debug_cpu_state(Thread *thread,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp89 arch_get_thread_debug_cpu_state(thread_get_current_thread(), cpuState);
94 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) function
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp792 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) function
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp190 if (arch_get_thread_debug_cpu_state(fThread, &fCpuState) != B_OK)

Completed in 57 milliseconds