diff options
Diffstat (limited to 'tools/lldb-mi/MICmnLLDBProxySBValue.h')
-rw-r--r-- | tools/lldb-mi/MICmnLLDBProxySBValue.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tools/lldb-mi/MICmnLLDBProxySBValue.h b/tools/lldb-mi/MICmnLLDBProxySBValue.h index 7e743cdb7eaf..e21eb95a2dd9 100644 --- a/tools/lldb-mi/MICmnLLDBProxySBValue.h +++ b/tools/lldb-mi/MICmnLLDBProxySBValue.h @@ -8,15 +8,15 @@ //===----------------------------------------------------------------------===// //++ -// File: MICmnLLDBProxySBValue.h +// File: MICmnLLDBProxySBValue.h // -// Overview: CMICmnLLDBProxySBValue interface. +// Overview: CMICmnLLDBProxySBValue interface. // -// Environment: Compilers: Visual C++ 12. -// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 -// Libraries: See MIReadmetxt. +// Environment: Compilers: Visual C++ 12. +// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 +// Libraries: See MIReadmetxt. // -// Copyright: None. +// Copyright: None. //-- #pragma once @@ -31,17 +31,17 @@ class CMIUtilString; //++ ============================================================================ -// Details: MI proxy wrapper class to lldb::SBValue. The class provides functionality -// to assist in the use of SBValue's parculiar function usage. -// Gotchas: None. -// Authors: Illya Rudkin 03/04/2014. -// Changes: None. +// Details: MI proxy wrapper class to lldb::SBValue. The class provides functionality +// to assist in the use of SBValue's parculiar function usage. +// Gotchas: None. +// Authors: Illya Rudkin 03/04/2014. +// Changes: None. //-- class CMICmnLLDBProxySBValue { -// Statics: -public: - static bool GetValueAsSigned( const lldb::SBValue & vrValue, MIint64 & vwValue ); - static bool GetValueAsUnsigned( const lldb::SBValue & vrValue, MIuint64 & vwValue ); - static bool GetCString( const lldb::SBValue & vrValue, CMIUtilString & vwCString ); + // Statics: + public: + static bool GetValueAsSigned(const lldb::SBValue &vrValue, MIint64 &vwValue); + static bool GetValueAsUnsigned(const lldb::SBValue &vrValue, MIuint64 &vwValue); + static bool GetCString(const lldb::SBValue &vrValue, CMIUtilString &vwCString); }; |