summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)Author
2019-03-29[ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere
2019-03-27[Python] Remove unused includesJonas Devlieghere
2019-03-26[Python] Remove dynamic indirectionJonas Devlieghere
2019-03-26[ScriptInterpreterPython] Try to make the sanitizer bot green again.Davide Italiano
2019-03-25[ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere
2019-03-25[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere
2019-03-22[ScriptInterpreter] Remove a warning and reformat comments.Davide Italiano
2019-03-22[ScriptInterpreter] Make sure that PYTHONHOME is right.Davide Italiano
2019-03-10Quiet command regex instructions during batch executionDave Lee
2019-03-06Re-apply "Fix embedded Python initialization according to changes in version ...Tatyana Krasnukha
2019-03-05Revert "Fix embedded Python initialization according to changes in version 3.7"Tatyana Krasnukha
2019-03-05Fix embedded Python initialization according to changes in version 3.7Tatyana Krasnukha
2019-02-15Fix potential UB when target_file directory is nullStefan Granitz
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-10-31[NFC] Fixed -Wsign-compare warningDavid Bolvansky
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-10-14Fix double import of _lldb module.Vadim Chugunov
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-07-23[NFC] Minor code refactoring.Raphael Isemann
2018-07-13No longer pass a StringRef to the Python APIRaphael Isemann
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-06-21Partially revert r335236Pavel Labath
2018-06-21ScriptInterpreterPython cleanupPavel Labath
2018-06-20Remove dependency from Host to pythonPavel Labath
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-13[FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda
2017-10-17Committing this for Larry D'Anna:Jason Molenda
2017-07-09Don't access Python objects while not holding the GIL.Zachary Turner
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner