summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectVersion.cpp
AgeCommit message (Expand)Author
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2021-12-08[lldb] Make lldbVersion a full fledged libraryJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-22[lldb] Remove more redundant SetStatus(eReturnStatusFailed)David Spickett
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2013-07-11Huge change to clean up types.Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham
2010-12-23Add a simple command: 'version' to the command interpreter, and an accompanyingJohnny Chen