Package ghidra.trace.model.bookmark
Interface TraceBookmark
- All Superinterfaces:
Bookmark,Comparable<Bookmark>
- All Known Implementing Classes:
DBTraceBookmark
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()If this bookmark is in a register space, identifies the containing threadgetTrace()getType()Returns bookmark type object.voidsetLifespan(Lifespan lifespan) Methods inherited from interface ghidra.program.model.listing.Bookmark
getAddress, getCategory, getComment, getId, getTypeString, setMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getTrace
Trace getTrace() -
getThread
TraceThread getThread()If this bookmark is in a register space, identifies the containing thread- Returns:
- the thread, or null if this bookmark is not in register space
-
setLifespan
-
getLifespan
Lifespan getLifespan() -
getType
TraceBookmarkType getType()Description copied from interface:BookmarkReturns bookmark type object. -
delete
void delete()
-