Searched refs:stackFrameInfo (Results 1 - 13 of 13) sorted by relevance

/haiku/src/kits/debug/arch/arm/
H A Darch_debug_support.cpp24 debug_stack_frame_info *stackFrameInfo)
23 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/ppc/
H A Darch_debug_support.cpp23 debug_stack_frame_info *stackFrameInfo)
22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp37 debug_stack_frame_info *stackFrameInfo)
47 stackFrameInfo->frame = stackFrameAddress;
48 stackFrameInfo->parent_frame = stackFrame.previous;
49 stackFrameInfo->return_address = stackFrame.return_address;
36 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp38 debug_stack_frame_info *stackFrameInfo)
48 stackFrameInfo->frame = stackFrameAddress;
49 stackFrameInfo->parent_frame = stackFrame.previous;
50 stackFrameInfo->return_address = stackFrame.return_address;
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp38 debug_stack_frame_info *stackFrameInfo)
48 stackFrameInfo->frame = stackFrameAddress;
49 stackFrameInfo->parent_frame = stackFrame.previous;
50 stackFrameInfo->return_address = stackFrame.return_address;
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/arm64/
H A Darch_debug_support.cpp20 debug_stack_frame_info *stackFrameInfo)
19 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp38 debug_stack_frame_info *stackFrameInfo)
50 stackFrameInfo->frame = stackFrameAddress;
51 stackFrameInfo->parent_frame = stackFrame.previous;
52 stackFrameInfo->return_address = stackFrame.return_address;
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/
H A Darch_debug_support.h17 void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo);
/haiku/src/kits/debug/arch/m68k/
H A Darch_debug_support.cpp30 debug_stack_frame_info *stackFrameInfo)
29 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/src/kits/debug/arch/mipsel/
H A Darch_debug_support.cpp23 debug_stack_frame_info *stackFrameInfo)
22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
/haiku/headers/private/debug/
H A Ddebug_support.h57 void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo);
/haiku/src/servers/debug/
H A DDebugServer.cpp974 debug_stack_frame_info stackFrameInfo; local
977 &stackFrameInfo);
978 if (error < B_OK || stackFrameInfo.parent_frame == NULL)
982 _LookupSymbolAddress(lookupContext, stackFrameInfo.return_address,
985 debug_printf(" (%p) %p %s\n", stackFrameInfo.frame,
986 stackFrameInfo.return_address, symbolBuffer);
988 stackFrameAddress = stackFrameInfo.parent_frame;
/haiku/src/kits/debug/
H A Ddebug_support.cpp334 debug_stack_frame_info *stackFrameInfo)
336 if (!context || !stackFrameAddress || !stackFrameInfo)
340 stackFrameInfo);
333 debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument

Completed in 160 milliseconds