aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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 Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-2/+2
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere1-4/+8
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 Mracek1-0/+65
2018-10-31Revert r345686 due to build failuresKuba Mracek1-64/+0
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek1-0/+64
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek1-64/+0
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek1-0/+64
2018-10-14Fix double import of _lldb module.Vadim Chugunov1-0/+3
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham1-1/+87
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 Isemann1-118/+121
2018-06-21Partially revert r335236Pavel Labath1-0/+8
2018-06-21ScriptInterpreterPython cleanupPavel Labath1-33/+15
2018-06-20Remove dependency from Host to pythonPavel Labath1-1/+66
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 Prantl1-121/+91
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda1-2/+3
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-3/+2
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda1-2/+3
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-3/+2
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda1-2/+3
2017-10-17Committing this for Larry D'Anna:Jason Molenda1-3/+2
2017-07-09Don't access Python objects while not holding the GIL.Zachary Turner1-8/+6
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-05-15Remove an expensive lock from TimerPavel Labath1-5/+8
2017-05-12Rename Error -> Status.Zachary Turner1-25/+25
2017-03-08Resubmit FileSystem changes.Zachary Turner1-5/+8
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath1-9/+5
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner1-5/+9
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski1-2/+2
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath1-24/+12
2017-01-06Fix clang build for r291198Pavel Labath1-1/+1
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie1-6/+1
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-3/+3