xref: /haiku/src/kits/debugger/debug_info/StackFrameDebugInfo.cpp (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
1*fce4895dSRene Gollent /*
2*fce4895dSRene Gollent  * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3*fce4895dSRene Gollent  * Distributed under the terms of the MIT License.
4*fce4895dSRene Gollent  */
5*fce4895dSRene Gollent 
6*fce4895dSRene Gollent 
7*fce4895dSRene Gollent #include "StackFrameDebugInfo.h"
8*fce4895dSRene Gollent 
9*fce4895dSRene Gollent #include "Architecture.h"
10*fce4895dSRene Gollent #include "ValueLocation.h"
11*fce4895dSRene Gollent 
12*fce4895dSRene Gollent 
StackFrameDebugInfo()13*fce4895dSRene Gollent StackFrameDebugInfo::StackFrameDebugInfo()
14*fce4895dSRene Gollent {
15*fce4895dSRene Gollent }
16*fce4895dSRene Gollent 
17*fce4895dSRene Gollent 
~StackFrameDebugInfo()18*fce4895dSRene Gollent StackFrameDebugInfo::~StackFrameDebugInfo()
19*fce4895dSRene Gollent {
20*fce4895dSRene Gollent }
21