summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
* [Gardening] Remove dead code from ScriptInterpreterPython (NFC)Jonas Devlieghere2019-08-062-24/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-18/+16
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Delete unnecessary copy ctorsFangrui Song2019-05-222-31/+0
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-13/+7
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-263-35/+29
* [ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere2019-04-241-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-20/+0
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-294-767/+773
* [ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere2019-03-292-2/+1
* [CMake] Move link dependencies where they are used.Jonas Devlieghere2019-03-291-0/+2
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-281-2/+2
* [Python] Remove unused includesJonas Devlieghere2019-03-273-15/+7
* [Python] Remove dynamic indirectionJonas Devlieghere2019-03-262-452/+69
* [ScriptInterpreterPython] Try to make the sanitizer bot green again.Davide Italiano2019-03-261-1/+1
* [Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2019-03-261-27/+0
* [Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere2019-03-251-0/+27
* [ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere2019-03-252-172/+208
* [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2019-03-252-38/+202
* [ScriptInterpreter] Remove a warning and reformat comments.Davide Italiano2019-03-221-6/+6
* [ScriptInterpreter] Make sure that PYTHONHOME is right.Davide Italiano2019-03-221-0/+10
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+2
* [ScriptInterpreterPython] Remove dead code.Davide Italiano2019-03-191-16/+0
* Quiet command regex instructions during batch executionDave Lee2019-03-102-3/+3
* Re-apply "Fix embedded Python initialization according to changes in version ...Tatyana Krasnukha2019-03-061-1/+13
* Revert "Fix embedded Python initialization according to changes in version 3.7"Tatyana Krasnukha2019-03-051-13/+1
* Fix embedded Python initialization according to changes in version 3.7Tatyana Krasnukha2019-03-051-1/+13
* Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2019-02-162-0/+78
* Fix potential UB when target_file directory is nullStefan Granitz2019-02-151-0/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-26/+26
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-5/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Simplify Boolean expressionsJonas Devlieghere2018-12-152-8/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-112-8/+0
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-022-5/+10
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [NFC] Fixed -Wsign-compare warningDavid Bolvansky2018-10-311-1/+1
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-312-0/+80
* Revert r345686 due to build failuresKuba Mracek2018-10-312-79/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-312-0/+79
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-312-79/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-312-0/+79
* Fix double import of _lldb module.Vadim Chugunov2018-10-141-0/+3
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-132-2/+112
* Fix PythonString::GetString for >=python-3.7Pavel Labath2018-07-251-3/+5
* [NFC] Minor code refactoring.Raphael Isemann2018-07-231-4/+1
* No longer pass a StringRef to the Python APIRaphael Isemann2018-07-131-2/+3
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-122-128/+130
* Partially revert r335236Pavel Labath2018-06-217-0/+40
OpenPOWER on IntegriCloud