Searched defs:stackFrameAddress (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/debug/arch/arm/
H A Darch_debug_support.cpp23 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
15 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/mipsel/
H A Darch_debug_support.cpp22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/ppc/
H A Darch_debug_support.cpp22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/arm64/
H A Darch_debug_support.cpp19 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
11 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/m68k/
H A Darch_debug_support.cpp29 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp36 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **pc, void **stackFrameAddress) argument
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/kits/debug/
H A Ddebug_support.cpp333 debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
321 debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
/haiku/src/servers/debug/
H A DDebugServer.cpp953 void *stackFrameAddress = NULL; local

Completed in 113 milliseconds