summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
* 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
* ScriptInterpreterPython cleanupPavel Labath2018-06-218-70/+18
* Remove dependency from Host to pythonPavel Labath2018-06-203-1/+85
* 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-303-199/+157
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-024-172/+17
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-024-17/+172
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-023-134/+18
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-023-18/+134
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-173-134/+18
* Committing this for Larry D'Anna:Jason Molenda2017-10-173-18/+134
* 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
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-5/+8
* Rename Error -> Status.Zachary Turner2017-05-122-44/+44
* 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
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+2
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-24/+12
* Move classes from Core -> Utility.Zachary Turner2017-02-022-2/+2
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* 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 Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-2/+3
OpenPOWER on IntegriCloud