summaryrefslogtreecommitdiff
path: root/lldb/source/Target/OperatingSystem.cpp
AgeCommit message (Expand)Author
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-01<rdar://problem/13700260>Greg Clayton
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
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton