summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-292-41/+56
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-292-15/+20
* Correct size_t format specifierShu-Chun Weng2019-10-261-1/+1
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-253-19/+116
* [lldb] [Python] Do not attempt to flush() a read-only fdMichal Gorny2019-10-241-5/+7
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-227-479/+316
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-193-39/+75
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-192-8/+19
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-172-27/+5
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-172-35/+215
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-173-35/+7
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-162-55/+52
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-152-380/+121
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-152-24/+80
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-7/+12
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-2/+3
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-14/+401
* exception handling in PythonDataObjects.Lawrence D'Anna2019-10-082-36/+392
* [lldb] Reverts part of 61f471aHaibo Huang2019-10-081-1/+6
* [lldb] Unifying lldb python pathHaibo Huang2019-10-073-40/+11
* [Python] Remove unused variableJonas Devlieghere2019-10-041-1/+0
* Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham2019-10-031-2/+0
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-034-2/+26
* factor out an abstract base class for FileLawrence D'Anna2019-10-032-5/+5
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-0/+2
* new api class: SBFileLawrence D'Anna2019-10-032-20/+1
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-012-3/+3
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-282-5/+9
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-272-15/+14
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-263-19/+23
* remove unused method ResetOutputFileHandle()Jonas Devlieghere2019-09-252-4/+0
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-2/+2
* [ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere2019-09-181-6/+10
* [ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)Jonas Devlieghere2019-09-182-14/+0
* [ScriptInterpreter] Initialize globals when loading a scripting module.Jonas Devlieghere2019-09-171-6/+6
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [Gardening] Remove dead code from ScriptInterpreterPython (NFC)Jonas Devlieghere2019-08-062-24/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-18/+16
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Delete unnecessary copy ctorsFangrui Song2019-05-222-31/+0
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-13/+7
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-265-45/+37
* [ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere2019-04-241-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-103-24/+0
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-294-767/+773
* [ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere2019-03-292-2/+1
* [CMake] Move link dependencies where they are used.Jonas Devlieghere2019-03-291-0/+2
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-281-2/+2
* [Python] Remove unused includesJonas Devlieghere2019-03-273-15/+7
* [Python] Remove dynamic indirectionJonas Devlieghere2019-03-262-452/+69
OpenPOWER on IntegriCloud