..
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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmdBase.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmdCmdBreak.h
[lldb-mi] Use 'override' on overridden virtual methods.
2015-07-06 15:48:55 +00:00
MICmdCmdData.cpp
Fix -data-info-line when source includes column number.
2015-07-15 17:25:01 +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] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmdInvoker.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmdMgr.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBBroadcaster.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBDebugSessionInfo.cpp
[lldb-mi] Fix typo in variable name.
2015-07-07 14:26:28 +00:00
MICmnLLDBDebugSessionInfo.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBDebugSessionInfoVarObj.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBDebugSessionInfoVarObj.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBDebugger.cpp
[lldb-mi] Spell resource string name correctly.
2015-07-07 14:54:07 +00:00
MICmnLLDBDebugger.h
[lldb-mi] Use 'override' on overridden virtual methods.
2015-07-06 15:48:55 +00:00
MICmnLLDBDebuggerHandleEvents.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBDebuggerHandleEvents.h
[lldb-mi] Use 'override' on overridden virtual methods.
2015-07-06 15:48:55 +00:00
MICmnLLDBProxySBValue.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBProxySBValue.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBUtilSBValue.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MICmnLLDBUtilSBValue.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Spell resource string name correctly.
2015-07-07 14:54:07 +00:00
MICmnResources.h
[lldb-mi] Spell resource string name correctly.
2015-07-07 14:54:07 +00:00
MICmnStreamStderr.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
[lldb-mi] Remove unused typedefs.
2015-07-09 08:45:26 +00:00
MIDriver.cpp
[lldb-mi] Add const qualifier to vMITextLine in InterpretCommandThisDriver.
2015-07-13 20:16:13 +00:00
MIDriver.h
[lldb-mi] Use 'override' on overridden virtual methods.
2015-07-06 15:48:55 +00:00
MIDriverBase.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MIDriverBase.h
Remove redundant comments from lldb-mi source files.
2015-03-16 18:18:18 +00:00
MIDriverMain.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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] Fix typos
2015-07-07 14:04:40 +00:00
MIUtilSingletonBase.h
[lldb-mi] Use 'override' on overridden virtual methods.
2015-07-06 15:48:55 +00:00
MIUtilSingletonHelper.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MIUtilString.cpp
[lldb-mi] Use size_t where appropriate.
2015-07-03 15:40:44 +00:00
MIUtilString.h
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MIUtilSystemLinux.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MIUtilSystemLinux.h
Remove redundant comments from lldb-mi source files.
2015-03-16 18:18:18 +00:00
MIUtilSystemOsx.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MIUtilSystemOsx.h
Remove redundant comments from lldb-mi source files.
2015-03-16 18:18:18 +00:00
MIUtilSystemWindows.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +00:00
MIUtilSystemWindows.h
Remove redundant comments from lldb-mi source files.
2015-03-16 18:18:18 +00:00
MIUtilThreadBaseStd.cpp
[lldb-mi] Fix typos
2015-07-07 14:04:40 +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
…