summaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MIUtilDebug.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-12-30 11:55:28 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-12-30 11:55:28 +0000
commite81d9d49145e432d917eea3a70d2ae74dcad1d89 (patch)
tree9ed5e1a91f242e2cb5911577356e487a55c01b78 /tools/lldb-mi/MIUtilDebug.h
parent85d8ef8f1f0e0e063a8571944302be2d2026f823 (diff)
Notes
Diffstat (limited to 'tools/lldb-mi/MIUtilDebug.h')
-rw-r--r--tools/lldb-mi/MIUtilDebug.h16
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: