* More work on retrieving local variable values. Address and compound types can
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
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright 2009, Ingo Weinhold, [email protected].
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "StackFrameDebugInfo.h"
|
||||
|
||||
|
||||
StackFrameDebugInfo::StackFrameDebugInfo()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
StackFrameDebugInfo::~StackFrameDebugInfo()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user