summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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-263-35/+29
* [ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere2019-04-241-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-20/+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
* [ScriptInterpreterPython] Try to make the sanitizer bot green again.Davide Italiano2019-03-261-1/+1
* [Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2019-03-261-27/+0
* [Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere2019-03-251-0/+27
* [ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere2019-03-252-172/+208
* [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2019-03-252-38/+202
* [ScriptInterpreter] Remove a warning and reformat comments.Davide Italiano2019-03-221-6/+6
* [ScriptInterpreter] Make sure that PYTHONHOME is right.Davide Italiano2019-03-221-0/+10
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+2
* [ScriptInterpreterPython] Remove dead code.Davide Italiano2019-03-191-16/+0
* Quiet command regex instructions during batch executionDave Lee2019-03-102-3/+3
* Re-apply "Fix embedded Python initialization according to changes in version ...Tatyana Krasnukha2019-03-061-1/+13
* Revert "Fix embedded Python initialization according to changes in version 3.7"Tatyana Krasnukha2019-03-051-13/+1
* Fix embedded Python initialization according to changes in version 3.7Tatyana Krasnukha2019-03-051-1/+13
* Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2019-02-162-0/+78
* Fix potential UB when target_file directory is nullStefan Granitz2019-02-151-0/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-26/+26
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-5/+6
OpenPOWER on IntegriCloud