aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2019-04-24[ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere1-1/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-20/+0
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere4-767/+773
2019-03-29[ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere2-2/+1
2019-03-29[CMake] Move link dependencies where they are used.Jonas Devlieghere1-0/+2
2019-03-28[NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere1-2/+2
2019-03-27[Python] Remove unused includesJonas Devlieghere3-15/+7
2019-03-26[Python] Remove dynamic indirectionJonas Devlieghere2-452/+69
2019-03-26[ScriptInterpreterPython] Try to make the sanitizer bot green again.Davide Italiano1-1/+1
2019-03-26[Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere1-27/+0
2019-03-25[Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere1-0/+27
2019-03-25[ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere2-172/+208
2019-03-25[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2-38/+202
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-21[lldb] Add missing EINTR handlingMichal Gorny1-1/+2
2019-03-19[ScriptInterpreterPython] Remove dead code.Davide Italiano1-16/+0
2019-03-10Quiet command regex instructions during batch executionDave Lee2-3/+3
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
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2-0/+78
2019-02-15Fix potential UB when target_file directory is nullStefan Granitz1-0/+5
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-26/+26
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-5/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth7-28/+21
2018-12-15Simplify Boolean expressionsJonas Devlieghere2-8/+4
2018-11-11Remove header grouping comments.Jonas Devlieghere2-8/+0
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2-5/+10
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-1/+2
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-1/+1
2018-10-31[NFC] Fixed -Wsign-compare warningDavid Bolvansky1-1/+1
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2-0/+80
2018-10-31Revert r345686 due to build failuresKuba Mracek2-79/+0
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2-0/+79
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek2-79/+0
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek2-0/+79
2018-10-14Fix double import of _lldb module.Vadim Chugunov1-0/+3
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham2-2/+112
2018-07-25Fix PythonString::GetString for >=python-3.7Pavel Labath1-3/+5
2018-07-23[NFC] Minor code refactoring.Raphael Isemann1-4/+1
2018-07-13No longer pass a StringRef to the Python APIRaphael Isemann1-2/+3
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann2-128/+130
2018-06-21Partially revert r335236Pavel Labath7-0/+40
2018-06-21ScriptInterpreterPython cleanupPavel Labath8-70/+18
2018-06-20Remove dependency from Host to pythonPavel Labath3-1/+85
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath1-3/+2
2018-06-13[FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere1-2/+2
2018-04-30Reflow paragraphs in comments.Adrian Prantl3-199/+157
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber1-1/+1