Searched refs:arch_debug_get_stack_frame (Results 1 – 11 of 11) sorted by relevance
/haiku/src/kits/debug/arch/mipsel/ |
H A D | arch_debug_support.cpp | 22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function 25 #warning IMPLEMENT arch_debug_get_stack_frame in arch_debug_get_stack_frame()
|
/haiku/src/kits/debug/arch/ppc/ |
H A D | arch_debug_support.cpp | 22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/arch/arm64/ |
H A D | arch_debug_support.cpp | 19 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/arch/arm/ |
H A D | arch_debug_support.cpp | 23 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/arch/ |
H A D | arch_debug_support.h | 16 status_t arch_debug_get_stack_frame(debug_context *context,
|
/haiku/src/kits/debug/arch/m68k/ |
H A D | arch_debug_support.cpp | 29 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/arch/x86_64/ |
H A D | arch_debug_support.cpp | 37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/arch/riscv64/ |
H A D | arch_debug_support.cpp | 37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/arch/x86/ |
H A D | arch_debug_support.cpp | 36 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/arch/sparc/ |
H A D | arch_debug_support.cpp | 37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, in arch_debug_get_stack_frame() function
|
/haiku/src/kits/debug/ |
H A D | debug_support.cpp | 339 return arch_debug_get_stack_frame(context, stackFrameAddress, in debug_get_stack_frame()
|