summaryrefslogtreecommitdiff
path: root/source/Plugins/Platform/NetBSD
AgeCommit message (Expand)Author
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-05Sync PlatformNetBSD.cpp with LinuxKamil Rytarowski
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath
2017-08-16Make i386-*-freebsd expression work on JIT pathEd Maste
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-05Synchronize PlatformNetBSD with LinuxKamil Rytarowski
2017-02-03Push down more common code into PlatformPOSIXPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-02-02Unify PlatformPOSIX::ResolveExecutablePavel Labath
2017-01-31[CMake] [3/4] Update a batch of pluginsChris Bieneman
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-22Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-11-20Call Platform::SetHostPlatform in the NetBSD platform only on NetBSDEd Maste
2015-10-27Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko
2015-10-24Add initial gmake glue for the NetBSD platformBruce Mitchener
2015-10-24Add initial CMake glue for the NetBSD platformBruce Mitchener
2015-10-13Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=...Bruce Mitchener
2015-10-13Preliminary NetBSD supportBruce Mitchener