summaryrefslogtreecommitdiffstats
path: root/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h')
-rw-r--r--tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h31
1 files changed, 14 insertions, 17 deletions
diff --git a/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h b/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
index e768c5f..c4ae8e8 100644
--- a/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
+++ b/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
@@ -19,9 +19,6 @@
//++ ============================================================================
// Details: MI debug session variable object. The static functionality in *this
// class manages a map container of *these variable objects.
-// Gotchas: None.
-// Authors: Illya Rudkin 24/03/2014.
-// Changes: None.
//--
class CMICmnLLDBDebugSessionInfoVarObj
{
@@ -63,15 +60,15 @@ class CMICmnLLDBDebugSessionInfoVarObj
static void VarObjDelete(const CMIUtilString &vrVarName);
static bool VarObjGet(const CMIUtilString &vrVarName, CMICmnLLDBDebugSessionInfoVarObj &vrwVarObj);
static void VarObjUpdate(const CMICmnLLDBDebugSessionInfoVarObj &vrVarObj);
- static void VarObjIdInc(void);
- static MIuint VarObjIdGet(void);
- static void VarObjIdResetToZero(void);
- static void VarObjClear(void);
+ static void VarObjIdInc();
+ static MIuint VarObjIdGet();
+ static void VarObjIdResetToZero();
+ static void VarObjClear();
static void VarObjSetFormat(varFormat_e eDefaultFormat);
// Methods:
public:
- /* ctor */ CMICmnLLDBDebugSessionInfoVarObj(void);
+ /* ctor */ CMICmnLLDBDebugSessionInfoVarObj();
/* ctor */ CMICmnLLDBDebugSessionInfoVarObj(const CMIUtilString &vrStrNameReal, const CMIUtilString &vrStrName,
const lldb::SBValue &vrValue);
/* ctor */ CMICmnLLDBDebugSessionInfoVarObj(const CMIUtilString &vrStrNameReal, const CMIUtilString &vrStrName,
@@ -83,20 +80,20 @@ class CMICmnLLDBDebugSessionInfoVarObj
CMICmnLLDBDebugSessionInfoVarObj &operator=(const CMICmnLLDBDebugSessionInfoVarObj &vrOther);
CMICmnLLDBDebugSessionInfoVarObj &operator=(CMICmnLLDBDebugSessionInfoVarObj &&vrwOther);
//
- const CMIUtilString &GetName(void) const;
- const CMIUtilString &GetNameReal(void) const;
- const CMIUtilString &GetValueFormatted(void) const;
- lldb::SBValue &GetValue(void);
- const lldb::SBValue &GetValue(void) const;
- varType_e GetType(void) const;
+ const CMIUtilString &GetName() const;
+ const CMIUtilString &GetNameReal() const;
+ const CMIUtilString &GetValueFormatted() const;
+ lldb::SBValue &GetValue();
+ const lldb::SBValue &GetValue() const;
+ varType_e GetType() const;
bool SetVarFormat(const varFormat_e veVarFormat);
- const CMIUtilString &GetVarParentName(void) const;
- void UpdateValue(void);
+ const CMIUtilString &GetVarParentName() const;
+ void UpdateValue();
// Overridden:
public:
// From CMICmnBase
- /* dtor */ virtual ~CMICmnLLDBDebugSessionInfoVarObj(void);
+ /* dtor */ virtual ~CMICmnLLDBDebugSessionInfoVarObj();
// Typedefs:
private:
OpenPOWER on IntegriCloud