vfs: check userland buffers before reading them.
[haiku.git] / headers / private / debugger / debug_info / StackFrameDebugInfo.h
blob34f6bdc0cd519e3b048fbcc4f88e3eea6594042b
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef STACK_FRAME_DEBUG_INFO_H
6 #define STACK_FRAME_DEBUG_INFO_H
9 #include <Referenceable.h>
11 #include "Types.h"
14 class ArrayIndexPath;
15 class ArrayType;
16 class Architecture;
17 class BaseType;
18 class DataMember;
19 class StackFrame;
20 class Type;
21 class ValueLocation;
24 class StackFrameDebugInfo : public BReferenceable {
25 public:
26 StackFrameDebugInfo();
27 virtual ~StackFrameDebugInfo();
31 #endif // STACK_FRAME_DEBUG_INFO_H