aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem
AgeCommit message (Expand)AuthorFilesLines
2019-08-08Fix a comment which was incorrect.Jim Ingham1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-27/+27
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-8/+8
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere1-2/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-10/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2-10/+10
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-1/+1
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-6/+9
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-11-11Remove header grouping comments.Jonas Devlieghere2-7/+0
2018-11-05Remove Go debugger pluginJonas Devlieghere4-598/+0
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-1/+2
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha1-2/+1
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-3/+3
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2-2/+2
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath1-2/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl2-12/+11
2018-04-13Prevent deadlock in OS PluginsJonas Devlieghere1-32/+39
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-1/+0
2017-06-27Move StructuredData from Core to UtilityPavel Labath2-2/+2
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner2-6/+6
2017-05-12Rename Error -> Status.Zachary Turner3-4/+4
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2-2/+2
2017-02-06Get rid of Error::PutToLog().Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner2-2/+2
2017-01-31[CMake] [3/4] Update a batch of pluginsChris Bieneman2-2/+16
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-3/+2
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone4-905/+821
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool2-9/+9
2016-04-21Update Go OS Plugin for newer runtimes.Ryan Brown1-2/+13
2016-01-28Remove autoconf support from source directories.Eugene Zelenko2-28/+0
2016-01-13Fix some compiler warnings with MSVC 2015.Zachary Turner1-1/+1
2015-10-22Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko2-53/+54
2015-10-21Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.Eugene Zelenko2-51/+54
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko3-85/+80
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown6-3/+664
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener1-2/+0
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-1/+0
2015-07-14[Makefiles] Align library names with CMake buildKeno Fischer1-3/+3
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-26Added XML to the host layer.Greg Clayton1-1/+1
2015-04-07Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton1-4/+11
2015-03-17Remove ScriptInterpreterObject.Zachary Turner2-103/+87
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2-7/+29
2013-10-17<rdar://problem/14972424>Greg Clayton1-1/+1
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger1-1/+1
2013-05-29<rdar://problem/13956179>Greg Clayton1-16/+3
2013-05-22Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton1-2/+9
2013-05-10<rdar://problem/13854277>Greg Clayton2-14/+6