forked from qt-creator/qt-creator
Debugger: correct typos in comment
Change-Id: I3211a696c65f500b8e7d7c4ce394788773ce5713 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -4440,8 +4440,8 @@ void GdbEngine::fetchDisassemblerByCliPointPlain(const DisassemblerAgentCookie &
|
|||||||
// postCommand(disassemblerCommand(ac.agent->location(), false), Discardable,
|
// postCommand(disassemblerCommand(ac.agent->location(), false), Discardable,
|
||||||
// CB(handleFetchDisassemblerByCliPointPlain),
|
// CB(handleFetchDisassemblerByCliPointPlain),
|
||||||
// QVariant::fromValue(ac));
|
// QVariant::fromValue(ac));
|
||||||
// takes far to long if function boundaries are not hit.
|
// takes far too long if function boundaries are not hit.
|
||||||
// Skip this feature and immediately fall back to the 'range' verion:
|
// Skip this feature and immediately fall back to the 'range' version:
|
||||||
fetchDisassemblerByCliRangePlain(ac0);
|
fetchDisassemblerByCliRangePlain(ac0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user