debugger: make maximal number of stack entries configurable

This commit is contained in:
hjk
2009-04-02 15:06:24 +02:00
parent 4198ffa193
commit bcd279a198
9 changed files with 92 additions and 24 deletions

View File

@@ -37,11 +37,9 @@
using namespace Debugger::Internal;
StackFrame::StackFrame(int l) :
level(l),
line(0)
{
}
StackFrame::StackFrame(int l)
: level(l), line(0)
{}
bool StackFrame::isUsable() const
{
@@ -183,6 +181,7 @@ bool StackHandler::isDebuggingDumpers() const
return false;
}
////////////////////////////////////////////////////////////////////////
//
// ThreadsHandler