struct NotifyProcessStarting

Defined at line 673 of file ../../src/developer/debug/ipc/protocol.h

Notify that a new process of interest was created and attached.

Public Members

uint64_t timestamp
Type type
uint64_t koid
basic_string name
vector components
vector filter_ids
optional shared_address_space
AttachConfig attach_config

Public Methods

const char * TypeToString (Type )

Defined at line 57 of file ../../src/developer/debug/ipc/protocol.cc

void Serialize (Serializer & ser, uint32_t ver)

Defined at line 704 of file ../../src/developer/debug/ipc/protocol.h

Enumerations

enum class Type : uint32_t
Name Value Comments
kAttach 0

The process was attached from a filter.

kLaunch 1

The process was attached from a component launching.

kLimbo 2

The process entered the limbo and is NOT attached.

kLast 3

Not valid, for verification purposes.

Defined at line 675 of file ../../src/developer/debug/ipc/protocol.h