Package ghidra.trace.model.program
Interface TraceProgramViewListing
- All Superinterfaces:
Listing
- All Known Subinterfaces:
TraceProgramViewRegisterListing
- All Known Implementing Classes:
AbstractDBTraceProgramViewListing,DBTraceProgramViewListing
-
Field Summary
Fields inherited from interface ghidra.program.model.listing.Listing
DEFAULT_TREE_NAME -
Method Summary
Methods inherited from interface ghidra.program.model.listing.Listing
addInstructions, clearAll, clearCodeUnits, clearCodeUnits, clearComments, clearProperties, createData, createData, createFunction, createFunction, createInstruction, createRootModule, getAllComments, getCodeUnitAfter, getCodeUnitAt, getCodeUnitBefore, getCodeUnitContaining, getCodeUnitIterator, getCodeUnitIterator, getCodeUnitIterator, getCodeUnits, getCodeUnits, getCodeUnits, getComment, getComment, getCommentAddressCount, getCommentAddressIterator, getCommentAddressIterator, getCommentAddressIterator, getCommentCodeUnitIterator, getCommentCodeUnitIterator, getCommentHistory, getCommentHistory, getData, getData, getData, getDataAfter, getDataAt, getDataBefore, getDataContaining, getDataTypeManager, getDefaultRootModule, getDefinedCodeUnitAfter, getDefinedCodeUnitBefore, getDefinedData, getDefinedData, getDefinedData, getDefinedDataAfter, getDefinedDataAt, getDefinedDataBefore, getDefinedDataContaining, getExternalFunctions, getFirstUndefinedData, getFragment, getFragment, getFunctionAt, getFunctionContaining, getFunctions, getFunctions, getFunctions, getFunctions, getGlobalFunctions, getInstructionAfter, getInstructionAt, getInstructionBefore, getInstructionContaining, getInstructions, getInstructions, getInstructions, getModule, getNumCodeUnits, getNumDefinedData, getNumInstructions, getPropertyMap, getRootModule, getRootModule, getTreeNames, getUndefinedDataAfter, getUndefinedDataAt, getUndefinedDataBefore, getUndefinedRanges, getUserDefinedProperties, isInFunction, isUndefined, removeFunction, removeTree, removeUserDefinedProperty, renameTree, setComment, setComment
-
Method Details
-
getProgram
TraceProgramView getProgram() -
getTrace
Trace getTrace()Get the trace this view presents- Returns:
- the trace
-
getSnap
long getSnap()Get the snap this view presents- Returns:
- the snap
-