Home
last modified time | relevance | path

Searched refs:suspendContext (Results 1 – 1 of 1) sorted by relevance

/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliSteppingCommandProvider.java46 …public ResumeCommand getStepOverCommand(@NotNull final SuspendContextImpl suspendContext, boolean … in getStepOverCommand() argument
51suspendContext.getDebugProcess().getManagerThread().invokeAndWait(new DebuggerCommandImpl() { in getStepOverCommand()
53 location[0] = ContextUtil.getSourcePosition(suspendContext); in getStepOverCommand()
58 … return suspendContext.getDebugProcess().createStepOverCommand(suspendContext, ignoreBreakpoints, in getStepOverCommand()