Set specific values for VariableInfoFormat_e enum and remove kNumVariableInfoFormats (MI)

llvm-svn: 237438
This commit is contained in:
Ilia K 2015-05-15 11:55:09 +00:00
parent fbc88aa1dd
commit 25d29ba5ec
1 changed files with 3 additions and 4 deletions

View File

@ -110,10 +110,9 @@ class CMICmnLLDBDebugSessionInfo : public CMICmnBase, public MI::ISingleton<CMIC
//--
enum VariableInfoFormat_e
{
eVariableInfoFormat_NoValues,
eVariableInfoFormat_AllValues,
eVariableInfoFormat_SimpleValues,
kNumVariableInfoFormats
eVariableInfoFormat_NoValues = 0,
eVariableInfoFormat_AllValues = 1,
eVariableInfoFormat_SimpleValues = 2
};
//++ ===================================================================