Interface IDalvikDebuggerUnit
- All Superinterfaces:
IAddressableUnit
,IDebuggerUnit
,IEventSource
,IInteractiveUnit
,IUnit
,IUnitCreator
,IUserDataSupport
Specialized interface for Dalvik code debuggers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Slot index mode of a thread-frame. -
Method Summary
Modifier and TypeMethodDescriptionint
void
Methods inherited from interface com.pnfsoftware.jeb.core.units.IAddressableUnit
getAddressLabel, getAddressLabels, getAddressOfItem, getCanonicalAddress, getItemAtAddress, getItemObject, getRelatedItems, getWellKnownAddresses, isValidAddress
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerUnit
attach, canPerformOperation, clearBreakpoint, clearBreakpoints, convertSymbolicAddressToMemoryToAddress, convertToUnitAddress, detach, getBreakpoint, getBreakpoint, getBreakpoints, getDefaultThread, getMemory, getModules, getPotentialDebuggees, getProcessor, getSuspendPolicy, getTargetApplication, getTargetEnumerator, getTargetInformation, getThreadById, getThreads, hasDefaultThread, isAttached, isPaused, pause, readMemory, registerDebuggee, restart, run, setBreakpoint, setBreakpoint, setBreakpoint, setBreakpoint, setDefaultThread, setSuspendPolicy, terminate, unregisterDebuggee, writeMemory
Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSource
Methods inherited from interface com.pnfsoftware.jeb.core.units.IInteractiveUnit
addressToLocation, canExecuteAction, executeAction, executeAction, getAddressActions, getCommentManager, getFullComment, getFullComments, getGlobalActions, getInlineComment, getInlineComments, getItemActions, getMetadataManager, locationToAddress, prepareExecution, setInlineComment
Methods inherited from interface com.pnfsoftware.jeb.core.units.IUnit
addChild, addChild, canBePersisted, dispose, generateQuickState, getChildren, getContributions, getCreationTimestamp, getDescription, getExtraInputs, getFormatter, getFormatType, getIconData, getInput, getInterpreters, getLock, getName, getNotes, getNotificationManager, getParent, getParentArtifact, getParentProject, getPropertyDefinitionManager, getPropertyManager, getRealName, getStatus, getUid, getUnitProcessor, initializePropertyObjects, isDisposed, isProcessed, isStale, isTransientChild, notifyGenericChange, postDeserialization, process, removeChild, setName, setNotes, setParent, setRealName, setUnitProcessor
Methods inherited from interface com.pnfsoftware.jeb.core.IUserDataSupport
clearAllData, getAllData, getData, setData
-
Method Details
-
getTargetApiLevel
int getTargetApiLevel()- Returns:
-
getJdwpProtocolVersion
Version getJdwpProtocolVersion()- Returns:
-
setThreadFrameSlotIndexMode
- Parameters:
mode
-
-
getThreadFrameSlotIndexMode
IDalvikDebuggerUnit.ThreadFrameSlotIndexMode getThreadFrameSlotIndexMode()- Returns:
-
getNativeDebugger
INativeDebuggerUnit getNativeDebugger()- Returns:
- may be null
-