summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-2/+2
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-021-2/+2
* [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere2020-01-021-1/+1
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-222-10/+4
* [lldb] Fix -Wstringop-truncation in PythonReadline.cppPavel Labath2019-12-211-1/+1
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-136-15/+9
* [lldb/Core] Add missing include (2/2)Jonas Devlieghere2019-12-121-0/+2
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-122-3/+3
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-106-12/+12
* [lldb][CMake] Fix build for the case of custom libedit installationTatyana Krasnukha2019-12-091-0/+11
* [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea2019-12-031-0/+12
* [lldb] Fix some warnings in the python pluginPavel Labath2019-11-122-2/+3
* Silence warning, PyMODINIT_FUNC already contains extern "C"Benjamin Kramer2019-11-061-1/+1
* [lldb] [Python] Build readline override module only on LinuxMichał Górny2019-11-051-1/+1
* [lldb] Fix readline/libedit compat patch for py2serge-sans-paille2019-11-051-1/+9
* Revert and patch "[Python] Remove readline module"serge-sans-paille2019-11-054-0/+124
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-043-65/+28
* [LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna2019-10-301-13/+15
* [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-271-13/+12
* 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
OpenPOWER on IntegriCloud