Package ghidra.trace.model.thread
Interface TraceProcess
- All Superinterfaces:
TraceObjectInterface
- All Known Implementing Classes:
DBTraceObjectProcess
A marker interface which indicates a process, usually on a host operating system
If this object does not support TraceExecutionStateful, then its mere existence in
the model implies that it is TraceExecutionState.ALIVE. TODO: Should allow association
via convention to a different TraceExecutionStateful, but that may have to wait
until schemas are introduced.
-
Field Summary
FieldsFields inherited from interface ghidra.trace.model.target.iface.TraceObjectInterface
KEY_COMMENT, KEY_DISPLAY, KEY_KIND, KEY_MODIFIED, KEY_ORDER, KEY_SHORT_DISPLAY, KEY_TYPE, KEY_VALUE -
Method Summary
Methods inherited from interface ghidra.trace.model.target.iface.TraceObjectInterface
getObject
-
Field Details
-
KEY_PID
- See Also:
-