Files
haiku-beta6/src/apps/debugger/debug_info/StackFrameDebugInfo.cpp
T

18 lines
248 B
C++
Raw Normal View History

/*
* Copyright 2009, Ingo Weinhold, [email protected].
* Distributed under the terms of the MIT License.
*/
#include "StackFrameDebugInfo.h"
StackFrameDebugInfo::StackFrameDebugInfo()
{
}
StackFrameDebugInfo::~StackFrameDebugInfo()
{
}