summaryrefslogtreecommitdiff
path: root/source/Plugins/ScriptInterpreter
AgeCommit message (Expand)Author
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-10-16update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna
2019-10-15eliminate virtual methods from PythonDataObjectsLawrence D'Anna
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-10-09SBFile support in SBCommandReturnObjectLawrence D'Anna
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna
2019-10-08exception handling in PythonDataObjects.Lawrence D'Anna
2019-10-08[lldb] Reverts part of 61f471aHaibo Huang
2019-10-07[lldb] Unifying lldb python pathHaibo Huang
2019-10-04[Python] Remove unused variableJonas Devlieghere
2019-10-03Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-03SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna
2019-10-03new api class: SBFileLawrence D'Anna
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-25remove unused method ResetOutputFileHandle()Jonas Devlieghere
2019-09-23File::SetDescriptor() should require optionsJonas Devlieghere
2019-09-18[ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere
2019-09-18[ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)Jonas Devlieghere
2019-09-17[ScriptInterpreter] Initialize globals when loading a scripting module.Jonas Devlieghere
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-06[Gardening] Remove dead code from ScriptInterpreterPython (NFC)Jonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-22Delete unnecessary copy ctorsFangrui Song
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere
2019-04-24[ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere
2019-03-29[ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere
2019-03-29[CMake] Move link dependencies where they are used.Jonas Devlieghere
2019-03-28[NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere
2019-03-27[Python] Remove unused includesJonas Devlieghere
2019-03-26[Python] Remove dynamic indirectionJonas Devlieghere
2019-03-26[ScriptInterpreterPython] Try to make the sanitizer bot green again.Davide Italiano
2019-03-26[Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere
2019-03-25[Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere
2019-03-25[ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere
2019-03-25[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere