2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
6 * Ithamar R. Adema <ithamar@upgrade-android.com>
10 #include <debug_support.h>
12 #include "arch_debug_support.h"
15 arch_debug_get_instruction_pointer(debug_context
*context
, thread_id thread
,
16 void **ip
, void **stackFrameAddress
)
23 arch_debug_get_stack_frame(debug_context
*context
, void *stackFrameAddress
,
24 debug_stack_frame_info
*stackFrameInfo
)