| 152 | }; |
| 153 | |
| 154 | void MIVariableController::updateLocals() |
| 155 | { |
| 156 | debugSession()->addCommand(StackListLocals, QStringLiteral("--simple-values"), |
| 157 | new StackListLocalsHandler(debugSession())); |
| 158 | } |
| 159 | |
| 160 | Range MIVariableController::expressionRangeUnderCursor(Document* doc, const Cursor& cursor) |
| 161 | { |