summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem
AgeCommit message (Expand)Author
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-13Prevent deadlock in OS PluginsJonas Devlieghere
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-06Get rid of Error::PutToLog().Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [3/4] Update a batch of pluginsChris Bieneman
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-04-21Update Go OS Plugin for newer runtimes.Ryan Brown
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-13Fix some compiler warnings with MSVC 2015.Zachary Turner
2015-10-22Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko
2015-10-21Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.Eugene Zelenko
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-07-14[Makefiles] Align library names with CMake buildKeno Fischer
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-26Added XML to the host layer.Greg Clayton
2015-04-07Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton
2015-03-17Remove ScriptInterpreterObject.Zachary Turner
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton
2013-10-17<rdar://problem/14972424>Greg Clayton
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
2013-05-29<rdar://problem/13956179>Greg Clayton
2013-05-22Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-09Changed the formerly pure virtual function:Greg Clayton
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton
2013-05-03Remove unused OperatingSystem plugin.Greg Clayton
2013-05-01<rdar://problem/13700260>Greg Clayton
2013-04-25More CMake fixes for OS X.Filipe Cabecinhas
2013-04-22<rdar://problem/13590152>Enrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-16Remove a debug print statement that I left in.Greg Clayton
2013-04-12<rdar://problem/13491977>Greg Clayton
2013-03-28<rdar://problem/13412986>Enrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea
2013-01-25<rdar://problem/13069948>Greg Clayton