aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-31/+7
2021-02-18[lldb] Remove unused code in ScriptInterpreterPythonJonas Devlieghere1-11/+6
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath1-0/+25
2021-02-17[lldb] Improve error message for modules with dots or dashesJonas Devlieghere1-0/+14
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-6/+3
2020-12-09[lldb] Track the API boundary using a thread_local variable.Jonas Devlieghere1-0/+2
2020-12-02[LLDB/Python] Fix segfault on Python scripted entrypointsPedro Tammela1-18/+19
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere1-45/+66
2020-10-13[lldb] Remove lexical block and fix formatting LoadScriptingModule (NFC)Jonas Devlieghere1-124/+121
2020-10-13[lldb] Unconditionally strip the `.py(c)` extension when loading a moduleJonas Devlieghere1-8/+9
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham1-0/+64
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere1-64/+0
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham1-0/+64
2020-06-25[lldb/ScriptInterpreter] Fix missing include on WindowsJonas Devlieghere1-7/+0
2020-06-25[lldb/ScriptInterpreter] Let the IORedirect factory handle IO being disabled.Jonas Devlieghere1-4/+2
2020-06-25[lldb/ScriptInterpreter] Extract IO redirection logicJonas Devlieghere1-95/+20
2020-06-15[lldb/Python] Various cleanups in ScriptInterpreterPython (NFC)Jonas Devlieghere1-23/+25
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+1
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna1-9/+4
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid1-4/+9
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna1-9/+4
2020-04-07[ScriptInterpreterPython] Remove buggy code to save/restore stdin.Davide Italiano1-6/+0
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath1-1/+1
2020-03-24[lldb/Reproducers] Collect files imported by command script importJonas Devlieghere1-0/+1
2020-02-21Allow customized relative PYTHONHOME (Attemp 1)Haibo Huang1-5/+27
2020-02-21Revert "Allow customized relative PYTHONHOME"Stella Stamenova1-27/+5
2020-02-21Allow customized relative PYTHONHOMEHaibo Huang1-5/+27
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
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