struct NotifyProcessStarting
Defined at line 665 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
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 696 of file ../../src/developer/debug/ipc/protocol.h
Enumerations
enum Type
| Name | Value |
|---|---|
| kAttach | 0 |
| kLaunch | 1 |
| kLimbo | 2 |
| kLast | 3 |
Defined at line 667 of file ../../src/developer/debug/ipc/protocol.h