summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-9/+3
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-2/+2
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-4/+2
* [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea2019-12-031-0/+12
* [lldb] Fix some warnings in the python pluginPavel Labath2019-11-121-0/+1
* Revert and patch "[Python] Remove readline module"serge-sans-paille2019-11-051-0/+17
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-041-2/+4
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-32/+49
* 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-251-15/+90
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-221-171/+120
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-191-13/+9
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-2/+7
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-161-44/+39
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-2/+3
* [lldb] Reverts part of 61f471aHaibo Huang2019-10-081-1/+6
* [lldb] Unifying lldb python pathHaibo Huang2019-10-071-27/+7
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-2/+4
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-3/+3
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-281-5/+8
* 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-261-7/+15
* remove unused method ResetOutputFileHandle()Jonas Devlieghere2019-09-251-2/+0
* [ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere2019-09-181-6/+10
* [ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)Jonas Devlieghere2019-09-181-12/+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-061-19/+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
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-13/+7
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-261-30/+25
* [ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere2019-04-241-1/+2
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-291-370/+282
* [ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere2019-03-291-1/+1
* [Python] Remove unused includesJonas Devlieghere2019-03-271-8/+6
* [Python] Remove dynamic indirectionJonas Devlieghere2019-03-261-272/+69
* [ScriptInterpreterPython] Try to make the sanitizer bot green again.Davide Italiano2019-03-261-1/+1
* [ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere2019-03-251-60/+62
* [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2019-03-251-2/+165
* [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
* Quiet command regex instructions during batch executionDave Lee2019-03-101-2/+2
* 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
* 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
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
OpenPOWER on IntegriCloud