Interface IDalvikDebuggerUnit
- All Superinterfaces:
IAddressableUnit,IDebuggerUnit,IEventSource,IInteractiveUnit,IUnit,IUnitCreator,IUserDataSupport
Specialized interface for Dalvik code debuggers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumSlot index mode of a thread-frame. -
Method Summary
Modifier and TypeMethodDescriptionintvoidMethods inherited from interface com.pnfsoftware.jeb.core.units.IAddressableUnit
getAddressLabel, getAddressLabels, getAddressOfItem, getCanonicalAddress, getItemAtAddress, getItemObject, getRelatedItems, getWellKnownAddresses, isValidAddressMethods 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, writeMemoryMethods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSourceMethods inherited from interface com.pnfsoftware.jeb.core.units.IInteractiveUnit
addressToLocation, canExecuteAction, executeAction, executeAction, getAddressActions, getCommentManager, getFullComment, getFullComments, getGlobalActions, getInlineComment, getInlineComments, getItemActions, getMetadataManager, locationToAddress, prepareExecution, setInlineCommentMethods inherited from interface com.pnfsoftware.jeb.core.units.IUnit
addChild, addChild, canBePersisted, dispose, execprvfunc, 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, setUnitProcessorMethods 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
-