aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectQuit.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-62/+49
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-2/+2
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner1-0/+1
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-1/+1
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-1/+2
2013-05-11A couple of small fixes to make core file debugging less noisy.Jason Molenda1-3/+4
2013-01-17<rdar://problem/12786725>Enrico Granata1-0/+54
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-6/+2
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-4/+3
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-1/+1
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-4/+3
2010-06-09More minor build fixes.Eli Friedman1-2/+2
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+48