summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem
Commit message (Expand)AuthorAgeFilesLines
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-3/+2
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-132-4/+4
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-102-0/+4
* Fix -Wunused-result warnings in LLDBReid Kleckner2019-11-151-3/+3
* Fix a comment which was incorrect.Jim Ingham2019-08-081-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-27/+27
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+8
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-2/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-10/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-10/+10
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-6/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-112-7/+0
* Remove Go debugger pluginJonas Devlieghere2018-11-054-598/+0
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+2
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-072-2/+2
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-12/+11
* Prevent deadlock in OS PluginsJonas Devlieghere2018-04-131-32/+39
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-272-2/+2
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-122-6/+6
* Rename Error -> Status.Zachary Turner2017-05-123-4/+4
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-2/+2
* Get rid of Error::PutToLog().Zachary Turner2017-02-061-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-022-2/+2
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-312-2/+16
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-905/+821
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-192-9/+9
* Update Go OS Plugin for newer runtimes.Ryan Brown2016-04-211-2/+13
* Remove autoconf support from source directories.Eugene Zelenko2016-01-282-28/+0
* Fix some compiler warnings with MSVC 2015.Zachary Turner2016-01-131-1/+1
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko2015-10-222-53/+54
* Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.Eugene Zelenko2015-10-212-51/+54
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-213-85/+80
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-166-3/+664
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Added XML to the host layer.Greg Clayton2015-05-261-1/+1
* Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton2015-04-071-4/+11
* Remove ScriptInterpreterObject.Zachary Turner2015-03-172-103/+87
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-132-7/+29
* <rdar://problem/14972424>Greg Clayton2013-10-171-1/+1
OpenPOWER on IntegriCloud