summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectQuit.cpp
AgeCommit message (Expand)Author
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
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-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-29[lldb/Interpreter] Fix session-save-on-quit when using ^DMed Ismail Bennani
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2020-07-22[lldb/interpreter] Fix formatting in CommandInterpreter.cpp (NFC)Med Ismail Bennani
2020-07-22[lldb/interpreter] Add ability to save lldb session to a fileMed Ismail Bennani
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael 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-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-06Remove duplicated code in CommandObjectQuitRaphael Isemann
2018-07-11Allow specifying an exit code for the 'quit' commandRaphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
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
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-05-11A couple of small fixes to make core file debugging less noisy.Jason Molenda
2013-01-17<rdar://problem/12786725>Enrico Granata
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
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-09More minor build fixes.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner