package
0.0.0-20190130135156-80bf89407292
Repository: https://github.com/ks888/tgo.git
Documentation: pkg.go.dev

# Functions

IsExitEvent returns true if the event indicates the process exits for some reason.
NewClient returns the new client proxy.

# Constants

EventTypeCoreDump event happens when the process terminates unexpectedly.
EventTypeExited event happens when the process exits.
EventTypeTerminated event happens when the process is terminated by a signal.
EventTypeTrapped event happens when the process is trapped.

# Structs

Client is the client proxy in order to execute the ptrace requests in the only one go routine.
Event describes the event happens to the target process.
Registers represents the target's registers.
UnspecifiedThreadError indicates the stopped threads include unspecified ones.

# Type aliases

EventType represents the type of the event.