..
CMakeLists.txt
[Commands] Add a (currently empty) `stats` command.
2018-03-23 21:55:48 +00:00
CommandCompletions.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectApropos.cpp
Reflow paragraphs in comments.
2018-04-30 16:49:04 +00:00
CommandObjectApropos.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectBreakpoint.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectBreakpoint.h
Make breakpoint names real entities.
2017-09-14 20:22:49 +00:00
CommandObjectBreakpointCommand.cpp
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
2018-09-26 18:50:19 +00:00
CommandObjectBreakpointCommand.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectBugreport.cpp
[FileSystem] Open File instances through the FileSystem.
2018-11-02 22:34:51 +00:00
CommandObjectBugreport.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectCommands.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectCommands.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectDisassemble.cpp
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
2018-09-26 18:50:19 +00:00
CommandObjectDisassemble.h
Clean-up usage of OptionDefinition arrays
2018-09-28 17:58:16 +00:00
CommandObjectExpression.cpp
Revert "Return a named error in the result object of an expression with no result"
2018-10-18 03:10:43 +00:00
CommandObjectExpression.h
Clean-up usage of OptionDefinition arrays
2018-09-28 17:58:16 +00:00
CommandObjectFrame.cpp
Fixup the Python-less build of ScriptedRecognizedStackFrame
2018-10-31 04:43:09 +00:00
CommandObjectFrame.h
Move ArchSpec to the Utility module
2017-11-13 16:16:33 +00:00
CommandObjectGUI.cpp
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectGUI.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectHelp.cpp
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
2018-09-26 18:50:19 +00:00
CommandObjectHelp.h
Refactoring for for the internal command line completion API (NFC)
2018-07-02 21:29:56 +00:00
CommandObjectLanguage.cpp
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectLanguage.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectLog.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectLog.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectMemory.cpp
[FileSystem] Open File instances through the FileSystem.
2018-11-02 22:34:51 +00:00
CommandObjectMemory.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectMultiword.cpp
Add support for descriptions with command completions.
2018-09-13 21:26:00 +00:00
CommandObjectPlatform.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectPlatform.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectPlugin.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectPlugin.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectProcess.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectProcess.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectQuit.cpp
Remove duplicated code in CommandObjectQuit
2018-08-06 00:04:51 +00:00
CommandObjectQuit.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectRegister.cpp
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
2018-09-26 18:50:19 +00:00
CommandObjectRegister.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectSettings.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectSettings.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectSource.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectSource.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectStats.cpp
[Statistics] Move GetStatDescription to an header file.
2018-04-16 18:25:57 +00:00
CommandObjectStats.h
[Command] Implement `statistics` command.
2018-04-13 18:02:39 +00:00
CommandObjectTarget.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectTarget.h
Move ArchSpec to the Utility module
2017-11-13 16:16:33 +00:00
CommandObjectThread.cpp
[FileSystem] Move path resolution logic out of FileSpec
2018-11-01 21:05:36 +00:00
CommandObjectThread.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectType.cpp
Re-commit r343500 "Fix build with GCC < 5.0 (PR39131)"
2018-10-04 11:39:55 +00:00
CommandObjectType.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectVersion.cpp
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectVersion.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectWatchpoint.cpp
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
2018-09-26 18:50:19 +00:00
CommandObjectWatchpoint.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00
CommandObjectWatchpointCommand.cpp
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
2018-09-26 18:50:19 +00:00
CommandObjectWatchpointCommand.h
*** This commit represents a complete reformatting of the LLDB source code
2016-09-06 20:57:50 +00:00