RemoveThread removes the thread from the given process.
(pid uint32, tid uint32)
| 38 | AddModule(*event.Event) error |
| 39 | // RemoveThread removes the thread from the given process. |
| 40 | RemoveThread(pid uint32, tid uint32) error |
| 41 | // RemoveModule removes the module the given process. |
| 42 | RemoveModule(pid uint32, addr va.Address) error |
| 43 | // AddMmap adds a new memory mapping (data memory-mapped file, image, or pagefile) to this process state. |
no outgoing calls