forked from OSchip/llvm-project
Set specific values for VariableInfoFormat_e enum and remove kNumVariableInfoFormats (MI)
llvm-svn: 237438
This commit is contained in:
parent
fbc88aa1dd
commit
25d29ba5ec
|
@ -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
|
||||
};
|
||||
|
||||
//++ ===================================================================
|
||||
|
|
Loading…
Reference in New Issue