forked from qt-creator/qt-creator
debugger: remove rarely needed "Recheck Debuggging Helper Availability"
context menu entry. It was more a debugger debugging aid in the early days of compiled dumpers anyway. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -569,17 +569,6 @@ void GdbEngine::tryQueryDebuggingHelpersClassic()
|
||||
CB(handleQueryDebuggingHelperClassic));
|
||||
}
|
||||
|
||||
void GdbEngine::recheckDebuggingHelperAvailabilityClassic()
|
||||
{
|
||||
PRECONDITION;
|
||||
if (m_gdbAdapter->dumperHandling() != AbstractGdbAdapter::DumperNotAvailable) {
|
||||
// Retrieve list of dumpable classes.
|
||||
postCommand("call (void*)qDumpObjectData440(1,0,0,0,0,0,0,0)");
|
||||
postCommand("p (char*)&qDumpOutBuffer",
|
||||
CB(handleQueryDebuggingHelperClassic));
|
||||
}
|
||||
}
|
||||
|
||||
// Called from CoreAdapter and AttachAdapter
|
||||
void GdbEngine::updateAllClassic()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user