Searched refs:arch_debug_get_instruction_pointer (Results 1 – 11 of 11) sorted by relevance
/haiku/src/kits/debug/arch/mipsel/ |
H A D | arch_debug_support.cpp | 13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function 16 #warning IMPLEMENT arch_debug_get_instruction_pointer in arch_debug_get_instruction_pointer()
|
/haiku/src/kits/debug/arch/ppc/ |
H A D | arch_debug_support.cpp | 13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/arch/arm64/ |
H A D | arch_debug_support.cpp | 11 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/arch/arm/ |
H A D | arch_debug_support.cpp | 15 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/arch/ |
H A D | arch_debug_support.h | 14 status_t arch_debug_get_instruction_pointer(debug_context *context,
|
/haiku/src/kits/debug/arch/m68k/ |
H A D | arch_debug_support.cpp | 19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/arch/x86_64/ |
H A D | arch_debug_support.cpp | 20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/arch/riscv64/ |
H A D | arch_debug_support.cpp | 20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/arch/x86/ |
H A D | arch_debug_support.cpp | 19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/arch/sparc/ |
H A D | arch_debug_support.cpp | 20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, in arch_debug_get_instruction_pointer() function
|
/haiku/src/kits/debug/ |
H A D | debug_support.cpp | 327 return arch_debug_get_instruction_pointer(context, thread, ip, in debug_get_instruction_pointer()
|