public interface

IDalvikDebuggerUnit

implements IDebuggerUnit
com.pnfsoftware.jeb.core.units.code.android.IDalvikDebuggerUnit

Class Overview

Specialized interface for Dalvik code debuggers.

Summary

Nested Classes
enum IDalvikDebuggerUnit.ThreadFrameSlotIndexMode Slot index mode of a thread-frame. 
Public Methods
abstract Version getJdwpProtocolVersion()
abstract INativeDebuggerUnit getNativeDebugger()
abstract int getTargetApiLevel()
abstract IDalvikDebuggerUnit.ThreadFrameSlotIndexMode getThreadFrameSlotIndexMode()
abstract void setThreadFrameSlotIndexMode(IDalvikDebuggerUnit.ThreadFrameSlotIndexMode mode)
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.IUnitCreator
From interface com.pnfsoftware.jeb.core.IUserDataSupport
From interface com.pnfsoftware.jeb.core.units.IAddressableUnit
From interface com.pnfsoftware.jeb.core.units.IInteractiveUnit
From interface com.pnfsoftware.jeb.core.units.IUnit
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerUnit
From interface com.pnfsoftware.jeb.util.events.IEventSource

Public Methods

public abstract Version getJdwpProtocolVersion ()

public abstract INativeDebuggerUnit getNativeDebugger ()

Returns
  • may be null

public abstract int getTargetApiLevel ()

public abstract IDalvikDebuggerUnit.ThreadFrameSlotIndexMode getThreadFrameSlotIndexMode ()

public abstract void setThreadFrameSlotIndexMode (IDalvikDebuggerUnit.ThreadFrameSlotIndexMode mode)