Module statemachine

Source

Re-exports§

pub use linux::ProcessInfo;

Modules§

instrumented
linux

Enums§

TestState
TracerAction
This enum represents a generic action for the process tracing API to take along with any form of ID or handle to the underlying thread or process i.e. a PID in Unix.

Traits§

StateData
Tracing a process on an OS will have platform specific code. Structs containing the platform specific datastructures should provide this trait with an implementation of the handling of the given states.

Functions§

create_state_machine