forked from qt-creator/qt-creator
debugger: remove "debug debugging helper" option
Only useful for the compiled dumpers, and I have not used it for a while.
This commit is contained in:
@@ -586,27 +586,12 @@ void GdbEngine::updateAllClassic()
|
||||
updateLocals();
|
||||
}
|
||||
|
||||
void GdbEngine::setDebugDebuggingHelpersClassic(const QVariant &on)
|
||||
{
|
||||
PRECONDITION;
|
||||
if (on.toBool()) {
|
||||
showMessage(_("SWITCHING ON DUMPER DEBUGGING"));
|
||||
postCommand("set unwindonsignal off");
|
||||
//FIXME BP: breakByFunction(_("qDumpObjectData440"));
|
||||
//updateLocals();
|
||||
} else {
|
||||
showMessage(_("SWITCHING OFF DUMPER DEBUGGING"));
|
||||
postCommand("set unwindonsignal on");
|
||||
}
|
||||
}
|
||||
|
||||
void GdbEngine::setDebuggingHelperStateClassic(DebuggingHelperState s)
|
||||
{
|
||||
PRECONDITION;
|
||||
m_debuggingHelperState = s;
|
||||
}
|
||||
|
||||
|
||||
void GdbEngine::handleStackListArgumentsClassic(const GdbResponse &response)
|
||||
{
|
||||
PRECONDITION;
|
||||
|
||||
Reference in New Issue
Block a user