vfs: check userland buffers before reading them.
[haiku.git] / src / kits / debug / arch / arm / arch_debug_support.cpp
blobee287bb6e4b97d60040746be141119aa5e0c3040
1 /*
2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Ithamar R. Adema <ithamar@upgrade-android.com>
7 */
10 #include <debug_support.h>
12 #include "arch_debug_support.h"
14 status_t
15 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
16 void **ip, void **stackFrameAddress)
18 return B_ERROR;
22 status_t
23 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
24 debug_stack_frame_info *stackFrameInfo)
26 return B_ERROR;