btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / kits / debug / arch / ppc / arch_debug_support.cpp
blobcf880f55634249400a39ea8d85d5144a9a712172
1 /*
2 * Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
3 * Distributed under the terms of the MIT License.
4 */
7 #include <debug_support.h>
9 #include "arch_debug_support.h"
12 status_t
13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
14 void **ip, void **stackFrameAddress)
16 // TODO: Implement!
17 return B_ERROR;
21 status_t
22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
23 debug_stack_frame_info *stackFrameInfo)
25 // TODO: Implement!
26 return B_ERROR;