Changeset View
Changeset View
Standalone View
Standalone View
tools/lldb-mi/MICmnMIOutOfBandRecord.h
Show First 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | enum OutOfBand_e { | ||||
eOutOfBand_ThreadGroupExited, | eOutOfBand_ThreadGroupExited, | ||||
eOutOfBand_ThreadGroupRemoved, | eOutOfBand_ThreadGroupRemoved, | ||||
eOutOfBand_ThreadGroupStarted, | eOutOfBand_ThreadGroupStarted, | ||||
eOutOfBand_ThreadCreated, | eOutOfBand_ThreadCreated, | ||||
eOutOfBand_ThreadExited, | eOutOfBand_ThreadExited, | ||||
eOutOfBand_ThreadSelected, | eOutOfBand_ThreadSelected, | ||||
eOutOfBand_TargetModuleLoaded, | eOutOfBand_TargetModuleLoaded, | ||||
eOutOfBand_TargetModuleUnloaded, | eOutOfBand_TargetModuleUnloaded, | ||||
eOutOfBand_TargetStreamOutput | eOutOfBand_TargetStreamOutput, | ||||
eOutOfBand_ConsoleStreamOutput, | |||||
eOutOfBand_LogStreamOutput | |||||
}; | }; | ||||
// Methods: | // Methods: | ||||
public: | public: | ||||
/* ctor */ CMICmnMIOutOfBandRecord(); | /* ctor */ CMICmnMIOutOfBandRecord(); | ||||
/* ctor */ CMICmnMIOutOfBandRecord(OutOfBand_e veType); | /* ctor */ CMICmnMIOutOfBandRecord(OutOfBand_e veType); | ||||
/* ctor */ CMICmnMIOutOfBandRecord(OutOfBand_e veType, | /* ctor */ CMICmnMIOutOfBandRecord(OutOfBand_e veType, | ||||
const CMICmnMIValueConst &vConst); | const CMICmnMIValueConst &vConst); | ||||
Show All 16 Lines |