summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+64
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-64/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+64
* Fix double import of _lldb module.Vadim Chugunov2018-10-141-0/+3
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-1/+87
* [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-121-118/+121
* Partially revert r335236Pavel Labath2018-06-211-0/+8
* ScriptInterpreterPython cleanupPavel Labath2018-06-211-33/+15
* Remove dependency from Host to pythonPavel Labath2018-06-201-1/+66
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-3/+2
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-121/+91
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-2/+3
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-3/+2
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-021-2/+3
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-3/+2
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-171-2/+3
* Committing this for Larry D'Anna:Jason Molenda2017-10-171-3/+2
* Don't access Python objects while not holding the GIL.Zachary Turner2017-07-091-8/+6
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-5/+8
* Rename Error -> Status.Zachary Turner2017-05-121-25/+25
* Resubmit FileSystem changes.Zachary Turner2017-03-081-5/+8
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-9/+5
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-5/+9
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-24/+12
* Fix clang build for r291198Pavel Labath2017-01-061-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-6/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+3
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-4/+19
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-42/+37
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-7/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2851/+2775
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-191-0/+2
* Delete Host/windows/win32.hZachary Turner2016-08-091-3/+3
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-051-0/+17
* Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton2016-05-161-16/+24
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-021-0/+66
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-121-4/+4
* Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath2016-04-121-5/+5
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-121-5/+5
* Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy2016-04-071-7/+8
* Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton2016-03-101-37/+35
* Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata2016-02-091-1/+1
* Fix const cast error for MSVC2015 build.Aidan Dodds2016-01-281-1/+1
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-3/+3
* Python 3 - Fix script import --allow-reload.Zachary Turner2015-12-041-3/+8
OpenPOWER on IntegriCloud