aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandObjectScript.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-50/+46
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+4
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-2/+2
2013-02-20*ahem* Enrico.Jason Molenda1-1/+1
2013-02-19<rdar://problem/13147878>Enrico Granata1-0/+14
2013-01-28<rdar://problem/12978143>Enrico Granata1-3/+4
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea1-2/+1
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-10-31<rdar://problem/12586188> Make ImportError a special case for "command script...Enrico Granata1-1/+1
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham1-0/+1
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-23/+5
2012-06-07<rdar://problem/11538779> Fixing issues where Python scripts were not able to...Enrico Granata1-1/+1
2011-08-22More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata1-1/+1
2011-08-18Second round of code cleanups:Enrico Granata1-1/+2
2011-08-17First round of code cleanups:Enrico Granata1-2/+2
2011-07-24Python synthetic children:Enrico Granata1-0/+5
2011-01-14Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice1-24/+3
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton1-1/+1
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-10/+9
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-2/+2
2010-07-30We can do better when reporting the status of one-liner script execution.Johnny Chen1-3/+10
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-58/+12
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-12Moved files around for linux build. Fixed up Xcode project toGreg Clayton1-0/+149