2 * Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
3 * Distributed under the terms of the MIT License.
5 #ifndef _ARCH_DEBUG_SUPPORT_H
6 #define _ARCH_DEBUG_SUPPORT_H
8 #include <debug_support.h>
14 status_t
arch_debug_get_instruction_pointer(debug_context
*context
,
15 thread_id thread
, void **ip
, void **stackFrameAddress
);
16 status_t
arch_debug_get_stack_frame(debug_context
*context
,
17 void *stackFrameAddress
, debug_stack_frame_info
*stackFrameInfo
);
23 #endif // _ARCH_DEBUG_SUPPORT_H