summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObjectScript.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Scripting] Simplify code by removing the #if.Jonas Devlieghere2019-12-181-11/+3
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-7/+7
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-4/+1
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-2/+2
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-50/+46
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+4
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-2/+2
* *ahem* Enrico.Jason Molenda2013-02-201-1/+1
* <rdar://problem/13147878>Enrico Granata2013-02-191-0/+14
* <rdar://problem/12978143>Enrico Granata2013-01-281-3/+4
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-2/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12586188> Make ImportError a special case for "command script...Enrico Granata2012-10-311-1/+1
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-0/+1
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-23/+5
* <rdar://problem/11538779> Fixing issues where Python scripts were not able to...Enrico Granata2012-06-071-1/+1
* More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata2011-08-221-1/+1
* Second round of code cleanups:Enrico Granata2011-08-181-1/+2
* First round of code cleanups:Enrico Granata2011-08-171-2/+2
* Python synthetic children:Enrico Granata2011-07-241-0/+5
* Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice2011-01-141-24/+3
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-10/+9
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-2/+2
* We can do better when reporting the status of one-liner script execution.Johnny Chen2010-07-301-3/+10
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-58/+12
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Moved files around for linux build. Fixed up Xcode project toGreg Clayton2010-06-121-0/+149
OpenPOWER on IntegriCloud