diff options
Diffstat (limited to 'tools/lldb-mi/MICmnMIOutOfBandRecord.h')
-rw-r--r-- | tools/lldb-mi/MICmnMIOutOfBandRecord.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lldb-mi/MICmnMIOutOfBandRecord.h b/tools/lldb-mi/MICmnMIOutOfBandRecord.h index f81c114e6681..1bba38cf0cca 100644 --- a/tools/lldb-mi/MICmnMIOutOfBandRecord.h +++ b/tools/lldb-mi/MICmnMIOutOfBandRecord.h @@ -65,7 +65,9 @@ public: eOutOfBand_ThreadSelected, eOutOfBand_TargetModuleLoaded, eOutOfBand_TargetModuleUnloaded, - eOutOfBand_TargetStreamOutput + eOutOfBand_TargetStreamOutput, + eOutOfBand_ConsoleStreamOutput, + eOutOfBand_LogStreamOutput }; // Methods: |