forked from qt-creator/qt-creator
Debugger: Re-enable retrieval of register content
Less use of magical object names. Change-Id: I2da17f1cefe1a72f4ea8be4c041e7443265def93 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -956,7 +956,7 @@ void LldbEngine::handleLocationNotification(const GdbMi &reportedLocation)
|
||||
|
||||
void LldbEngine::reloadRegisters()
|
||||
{
|
||||
if (!Internal::isDockVisible(QLatin1String(DOCKWIDGET_REGISTER)))
|
||||
if (!Internal::isRegistersWindowVisible())
|
||||
return;
|
||||
|
||||
DebuggerCommand cmd("fetchRegisters");
|
||||
|
||||
Reference in New Issue
Block a user