diff options
Diffstat (limited to 'tools/lldb-mi/MIUtilDebug.h')
-rw-r--r-- | tools/lldb-mi/MIUtilDebug.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/tools/lldb-mi/MIUtilDebug.h b/tools/lldb-mi/MIUtilDebug.h index b309c5dc28711..c5383883f5220 100644 --- a/tools/lldb-mi/MIUtilDebug.h +++ b/tools/lldb-mi/MIUtilDebug.h @@ -19,25 +19,22 @@ class CMICmnLog; //++ ============================================================================ // Details: MI debugging aid utility class. -// Gotchas: None. -// Authors: -// Changes: None. //-- class CMIUtilDebug { // Statics: public: - static void ShowDlgWaitForDbgAttach(void); - static void WaitForDbgAttachInfinteLoop(void); + static void ShowDlgWaitForDbgAttach(); + static void WaitForDbgAttachInfinteLoop(); // Methods: public: - /* ctor */ CMIUtilDebug(void); + /* ctor */ CMIUtilDebug(); // Overrideable: public: // From CMICmnBase - /* dtor */ virtual ~CMIUtilDebug(void); + /* dtor */ virtual ~CMIUtilDebug(); }; //++ ============================================================================ @@ -48,9 +45,6 @@ class CMIUtilDebug // the functions you wish to build up a trace off. // Use preprocessor definition MI_USE_DEBUG_TRACE_FN to turn off or on // tracing code. -// Gotchas: None. -// Authors: Illya Rudkin 07/03/2014. -// Changes: None. //-- class CMIUtilDebugFnTrace { @@ -61,7 +55,7 @@ class CMIUtilDebugFnTrace // Overrideable: public: // From CMICmnBase - /* dtor */ virtual ~CMIUtilDebugFnTrace(void); + /* dtor */ virtual ~CMIUtilDebugFnTrace(); // Attributes: private: |