AddThread builds thread state from the event representation.
(*event.Event)
| 34 | Write(*event.Event) error |
| 35 | // AddThread builds thread state from the event representation. |
| 36 | AddThread(*event.Event) error |
| 37 | // AddModule builds module state from the event representation. |
| 38 | AddModule(*event.Event) error |
| 39 | // RemoveThread removes the thread from the given process. |
no outgoing calls