forked from qt-creator/qt-creator
CDB: Use maxStackDepth and implement reload full stack.
Task-number: QTCREATORBUG-7320 Change-Id: I78bf8cf63fa892f2a6771911333c246839439bf4 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -203,7 +203,8 @@ void ExtensionContext::notifyIdleCommand(CIDebugClient *client)
|
||||
else
|
||||
str << ",threads=" << threadInfo;
|
||||
const std::string stackInfo = gdbmiStack(exc.control(), exc.symbols(),
|
||||
maxStackFrames, false, &errorMessage);
|
||||
ExtensionContext::instance().parameters().maxStackDepth,
|
||||
false, &errorMessage);
|
||||
if (stackInfo.empty())
|
||||
str << ",stackerror=" << gdbmiStringFormat(errorMessage);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user