JEB API Documentation
Package Index
|
Class Index
com.pnfsoftware.jeb.client.api
com.pnfsoftware.jeb.core
com.pnfsoftware.jeb.core.actions
com.pnfsoftware.jeb.core.dao
com.pnfsoftware.jeb.core.dao.impl
com.pnfsoftware.jeb.core.events
com.pnfsoftware.jeb.core.exceptions
com.pnfsoftware.jeb.core.input
com.pnfsoftware.jeb.core.output
com.pnfsoftware.jeb.core.output.code
com.pnfsoftware.jeb.core.output.code.coordinates
com.pnfsoftware.jeb.core.output.graph
com.pnfsoftware.jeb.core.output.graph.impl
com.pnfsoftware.jeb.core.output.table
com.pnfsoftware.jeb.core.output.table.impl
com.pnfsoftware.jeb.core.output.text
com.pnfsoftware.jeb.core.output.text.impl
com.pnfsoftware.jeb.core.output.tree
com.pnfsoftware.jeb.core.output.tree.impl
com.pnfsoftware.jeb.core.properties
com.pnfsoftware.jeb.core.properties.impl
com.pnfsoftware.jeb.core.units
com.pnfsoftware.jeb.core.units.code
com.pnfsoftware.jeb.core.units.code.android
com.pnfsoftware.jeb.core.units.code.android.dex
com.pnfsoftware.jeb.core.units.code.asm
com.pnfsoftware.jeb.core.units.code.asm.processor
com.pnfsoftware.jeb.core.units.code.controlflow
com.pnfsoftware.jeb.core.units.code.debug
com.pnfsoftware.jeb.core.units.code.debug.impl
com.pnfsoftware.jeb.core.units.code.java
com.pnfsoftware.jeb.core.units.codeobject
com.pnfsoftware.jeb.core.units.impl
com.pnfsoftware.jeb.core.util
com.pnfsoftware.jeb.util
com.pnfsoftware.jeb.util.events
com.pnfsoftware.jeb.util.events2
com.pnfsoftware.jeb.util.events2.impl
com.pnfsoftware.jeb.util.logging
com.pnfsoftware.jeb.util.serialization
Interfaces
IDebuggerBreakpoint
IDebuggerEventData
IDebuggerMachineInformation
IDebuggerModule
IDebuggerProcess
IDebuggerProcessInformation
IDebuggerSetupInformation
IDebuggerTargetInformation
IDebuggerThread
IDebuggerThreadStackFrame
IDebuggerUnit
IDebuggerVariable
IDebuggerVirtualMemory
ITypedValue
Enums
DebuggerEventType
DebuggerOperationType
DebuggerSuspendPolicy
DebuggerThreadStatus
Package Index
|
Class Index
Summary:
Constants
|
Methods
|
[Expand All]
public interface
IDebuggerProcessInformation
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation
Known Indirect Subclasses
DebuggerProcessInformation
DebuggerProcessInformation
Summary
Constants
int
FLAG_CANDIDATE
int
FLAG_DEBUGGABLE
Public Methods
abstract int
getFlags
()
abstract long
getId
()
abstract String
getName
()
Constants
public static final int
FLAG_CANDIDATE
Constant Value:
2 (0x00000002)
public static final int
FLAG_DEBUGGABLE
Constant Value:
1 (0x00000001)
Public Methods
public abstract int
getFlags
()
public abstract long
getId
()
public abstract String
getName
()