MCPcopy Create free account
hub / github.com/Vector35/debugger / performStepOver

Method performStepOver

ui/controlswidget.cpp:232–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231
232void DebugControlsWidget::performStepOver()
233{
234 BNFunctionGraphType graphType = NormalFunctionGraph;
235 UIContext* context = UIContext::contextForWidget(this);
236 if (context && context->getCurrentView())
237 graphType = context->getCurrentView()->getILViewType();
238
239 if (graphType == InvalidILViewType)
240 graphType = NormalFunctionGraph;
241
242 m_controller->StepOver(graphType);
243}
244
245
246void DebugControlsWidget::performStepReturn()

Callers

nothing calls this directly

Calls 1

StepOverMethod · 0.45

Tested by

no test coverage detected