From: Ilia K Date: Thu, 26 Feb 2015 17:59:44 +0000 (+0000) Subject: Fix comments in tools/lldb-mi/MIDriver.h X-Git-Tag: llvmorg-3.7.0-rc1~10767 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7912261369e88d9ba5a7d7a0aef4ea17f83a030;p=platform%2Fupstream%2Fllvm.git Fix comments in tools/lldb-mi/MIDriver.h llvm-svn: 230648 --- diff --git a/lldb/tools/lldb-mi/MIDriver.h b/lldb/tools/lldb-mi/MIDriver.h index d6ccddf..41a014b 100644 --- a/lldb/tools/lldb-mi/MIDriver.h +++ b/lldb/tools/lldb-mi/MIDriver.h @@ -169,8 +169,8 @@ class CMIDriver : public CMICmnBase, CMICmnLLDBDebugger &m_rLldbDebugger; CMICmnStreamStdout &m_rStdOut; DriverState_e m_eCurrentDriverState; - bool m_bHaveExecutableFileNamePathOnCmdLine; // True = Yes executable given as one of the parameters to the MI Driver, false = not found + bool m_bHaveExecutableFileNamePathOnCmdLine; // True = yes, executable given as one of the parameters to the MI Driver, false = not found CMIUtilString m_strCmdLineArgExecuteableFileNamePath; - bool m_bDriverDebuggingArgExecutable; // True = The MI Driver (MI mode) is debugging executable passed as argument, false = running via - // a client i.e Eclipse + bool m_bDriverDebuggingArgExecutable; // True = the MI Driver (MI mode) is debugging executable passed as argument, + // false = running via a client (e.g. Eclipse) };