now be inspected. Still work in progress -- bit fields and arrays don't work correctly yet nor does type lookup beyond the current compilation unit. * Made most of the debugger output configurable via a config header. By default it's much less noisy now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33217 a95241bf-73f2-0310-859d-f6bbb57e9c96
18 lines
248 B
C++
18 lines
248 B
C++
/*
|
|
* Copyright 2009, Ingo Weinhold, [email protected].
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
|
|
|
|
#include "StackFrameDebugInfo.h"
|
|
|
|
|
|
StackFrameDebugInfo::StackFrameDebugInfo()
|
|
{
|
|
}
|
|
|
|
|
|
StackFrameDebugInfo::~StackFrameDebugInfo()
|
|
{
|
|
}
|