aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere1-1/+1
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere1-2/+2
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere1-9/+3
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-2/+2
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere1-4/+2
2019-12-03[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea1-0/+12
2019-11-12[lldb] Fix some warnings in the python pluginPavel Labath1-0/+1
2019-11-05Revert and patch "[Python] Remove readline module"serge-sans-paille1-0/+17
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-2/+4
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-32/+49
2019-10-26Correct size_t format specifierShu-Chun Weng1-1/+1
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-15/+90
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna1-171/+120
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna1-13/+9
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna1-2/+7
2019-10-16update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna1-44/+39
2019-10-09SBFile support in SBCommandReturnObjectLawrence D'Anna1-2/+3
2019-10-08[lldb] Reverts part of 61f471aHaibo Huang1-1/+6
2019-10-07[lldb] Unifying lldb python pathHaibo Huang1-27/+7
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham1-2/+4
2019-10-03factor out an abstract base class for FileLawrence D'Anna1-3/+3
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham1-5/+8
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna1-13/+12
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-7/+15
2019-09-25remove unused method ResetOutputFileHandle()Jonas Devlieghere1-2/+0
2019-09-18[ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere1-6/+10
2019-09-18[ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)Jonas Devlieghere1-12/+0
2019-09-17[ScriptInterpreter] Initialize globals when loading a scripting module.Jonas Devlieghere1-6/+6
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
2019-08-06[Gardening] Remove dead code from ScriptInterpreterPython (NFC)Jonas Devlieghere1-19/+3
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-18/+16
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-1/+1
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere1-13/+7
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere1-30/+25
2019-04-24[ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere1-1/+2
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere1-370/+282
2019-03-29[ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere1-1/+1
2019-03-27[Python] Remove unused includesJonas Devlieghere1-8/+6
2019-03-26[Python] Remove dynamic indirectionJonas Devlieghere1-272/+69
2019-03-26[ScriptInterpreterPython] Try to make the sanitizer bot green again.Davide Italiano1-1/+1
2019-03-25[ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere1-60/+62
2019-03-25[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere1-2/+165
2019-03-22[ScriptInterpreter] Remove a warning and reformat comments.Davide Italiano1-6/+6
2019-03-22[ScriptInterpreter] Make sure that PYTHONHOME is right.Davide Italiano1-0/+10
2019-03-10Quiet command regex instructions during batch executionDave Lee1-2/+2
2019-03-06Re-apply "Fix embedded Python initialization according to changes in version ...Tatyana Krasnukha1-1/+13
2019-03-05Revert "Fix embedded Python initialization according to changes in version 3.7"Tatyana Krasnukha1-13/+1
2019-03-05Fix embedded Python initialization according to changes in version 3.7Tatyana Krasnukha1-1/+13