llvm-project/lldb/tools/lldb-mi
Bruce Mitchener 88205302c1 [lldb-mi] Use 'override' on overridden virtual methods.
Summary: [lldb-mi] Use 'override' on overridden virtual methods.

Reviewers: abidh, ki.stfu

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D10959

llvm-svn: 241457
2015-07-06 15:48:55 +00:00
..
CMakeLists.txt Fix parsing of print-values arg (MI) 2015-05-15 09:46:28 +00:00
MICmdArgContext.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MICmdArgContext.h [lldb-mi] Remove unnecessary members from MICmdArgContext. 2015-07-03 15:30:38 +00:00
MICmdArgSet.cpp [LLDB-MI] Properly detect missing mandatory arguments to MI commands 2015-06-08 11:15:09 +00:00
MICmdArgSet.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdArgValBase.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdArgValBase.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValConsume.cpp [LLDB-MI] Properly detect missing mandatory arguments to MI commands 2015-06-08 11:15:09 +00:00
MICmdArgValConsume.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValFile.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MICmdArgValFile.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValListBase.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdArgValListBase.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValListOfN.cpp [LLDB-MI] Properly detect missing mandatory arguments to MI commands 2015-06-08 11:15:09 +00:00
MICmdArgValListOfN.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValNumber.cpp [LLDB-MI] Properly detect missing mandatory arguments to MI commands 2015-06-08 11:15:09 +00:00
MICmdArgValNumber.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValOptionLong.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MICmdArgValOptionLong.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValOptionShort.cpp Use string::find(char) for single character strings. 2015-07-04 05:16:58 +00:00
MICmdArgValOptionShort.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValPrintValues.cpp [LLDB-MI] Properly detect missing mandatory arguments to MI commands 2015-06-08 11:15:09 +00:00
MICmdArgValPrintValues.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValString.cpp Use string::find(char) for single character strings. 2015-07-04 05:16:58 +00:00
MICmdArgValString.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdArgValThreadGrp.cpp [LLDB-MI] Properly detect missing mandatory arguments to MI commands 2015-06-08 11:15:09 +00:00
MICmdArgValThreadGrp.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdBase.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdBase.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdCmd.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdCmd.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdBreak.cpp Remove duplicated code in CMICmdCmdBreakInsert::Acknowledge (MI) 2015-05-08 12:11:13 +00:00
MICmdCmdBreak.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdData.cpp Use string::find(char) for single character strings. 2015-07-04 05:16:58 +00:00
MICmdCmdData.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdEnviro.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdCmdEnviro.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdExec.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmdCmdExec.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdFile.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmdCmdFile.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdGdbInfo.cpp expose 64 bit addresses through MI 2015-03-19 17:27:23 +00:00
MICmdCmdGdbInfo.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdGdbSet.cpp Add -gdb-set/-gdb-show aggregate-field-names option (MI) 2015-04-25 20:33:02 +00:00
MICmdCmdGdbSet.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdGdbShow.cpp Add language option in -gdb-show command (MI) 2015-04-28 12:51:16 +00:00
MICmdCmdGdbShow.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdGdbThread.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdCmdGdbThread.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdMiscellanous.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmdCmdMiscellanous.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdStack.cpp Fix parsing of print-values arg (MI) 2015-05-15 09:46:28 +00:00
MICmdCmdStack.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdSupportInfo.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdCmdSupportInfo.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdSupportList.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdCmdSupportList.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdSymbol.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MICmdCmdSymbol.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdTarget.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmdCmdTarget.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdThread.cpp Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDBDebugSessionInfoVarObj (MI) 2015-04-09 11:17:54 +00:00
MICmdCmdThread.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdTrace.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdCmdTrace.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCmdVar.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmdCmdVar.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdCommands.cpp Implement -target-attach and -target-detach 2015-05-07 07:38:49 +00:00
MICmdCommands.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdData.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdData.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdFactory.cpp Use string::find(char) for single character strings. 2015-07-04 05:16:58 +00:00
MICmdFactory.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdInterpreter.cpp Use string::find(char) for single character strings. 2015-07-04 05:16:58 +00:00
MICmdInterpreter.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdInvoker.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdInvoker.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdMgr.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdMgr.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmdMgrSetCmdDeleteCallback.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmdMgrSetCmdDeleteCallback.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnBase.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnBase.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnConfig.h Make lldb-mi handle only MI commands 2015-03-18 10:07:46 +00:00
MICmnLLDBBroadcaster.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnLLDBBroadcaster.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnLLDBDebugSessionInfo.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnLLDBDebugSessionInfo.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnLLDBDebugSessionInfoVarObj.cpp [lldb-mi] GetVarFormatForChar needn't pass a char by const ref. 2015-07-03 15:30:48 +00:00
MICmnLLDBDebugSessionInfoVarObj.h [lldb-mi] GetVarFormatForChar needn't pass a char by const ref. 2015-07-03 15:30:48 +00:00
MICmnLLDBDebugger.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnLLDBDebugger.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnLLDBDebuggerHandleEvents.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnLLDBDebuggerHandleEvents.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnLLDBProxySBValue.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnLLDBProxySBValue.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnLLDBUtilSBValue.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnLLDBUtilSBValue.h Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnLog.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnLog.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnLogMediumFile.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MICmnLogMediumFile.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnMIOutOfBandRecord.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnMIOutOfBandRecord.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnMIResultRecord.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnMIResultRecord.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnMIValue.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnMIValue.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnMIValueConst.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnMIValueConst.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnMIValueList.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnMIValueList.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnMIValueResult.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnMIValueResult.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnMIValueTuple.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnMIValueTuple.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnResources.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnResources.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnStreamStderr.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnStreamStderr.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnStreamStdin.cpp Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MICmnStreamStdin.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnStreamStdout.cpp Refactor lldb-mi's prompt 2015-05-13 12:18:20 +00:00
MICmnStreamStdout.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MICmnThreadMgrStd.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MICmnThreadMgrStd.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MIDataTypes.h Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MIDriver.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MIDriver.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MIDriverBase.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIDriverBase.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIDriverMain.cpp Remove redundant code from lldb-mi. 2015-03-24 14:07:25 +00:00
MIDriverMgr.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MIDriverMgr.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MIExtensions.txt Implement -target-attach and -target-detach 2015-05-07 07:38:49 +00:00
MIReadMe.txt Make lldb-mi handle only MI commands 2015-03-18 10:07:46 +00:00
MIUtilDateTimeStd.cpp MI fix allowing multiple logging instances of lldb-mi to run simultaneously. 2015-04-23 12:48:42 +00:00
MIUtilDateTimeStd.h Remove typedefs for MIchar, MIschar, MIuchar. 2015-07-03 13:45:34 +00:00
MIUtilDebug.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilDebug.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilFileStd.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MIUtilFileStd.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MIUtilMapIdToVariant.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilMapIdToVariant.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MIUtilSingletonBase.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
MIUtilSingletonHelper.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilString.cpp [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MIUtilString.h [lldb-mi] Use size_t where appropriate. 2015-07-03 15:40:44 +00:00
MIUtilSystemLinux.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilSystemLinux.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilSystemOsx.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilSystemOsx.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilSystemWindows.cpp MI fix allowing multiple logging instances of lldb-mi to run simultaneously. 2015-04-23 12:48:42 +00:00
MIUtilSystemWindows.h Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilThreadBaseStd.cpp Fix CMIUtilThreadActiveObjBase::ThreadIsActive when a thread has died (MI) 2015-04-25 21:20:00 +00:00
MIUtilThreadBaseStd.h Fix CMIUtilThreadActiveObjBase::ThreadIsActive when a thread has died (MI) 2015-04-25 21:20:00 +00:00
MIUtilVariant.cpp Remove redundant comments from lldb-mi source files. 2015-03-16 18:18:18 +00:00
MIUtilVariant.h [lldb-mi] Use 'override' on overridden virtual methods. 2015-07-06 15:48:55 +00:00
Makefile Add -lpthread to LLDB shared lib link line unconditionally 2015-06-29 21:52:45 +00:00
Platform.cpp Improve handling of ctrl-c with MSVC. 2015-04-27 15:04:42 +00:00
Platform.h Remove unused editline includes 2015-06-05 23:14:14 +00:00
lldb-Info.plist