summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-3/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-071-2/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+12
* Sync PlatformNetBSD.cpp with LinuxKamil Rytarowski2018-02-051-88/+26
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-161-3/+7
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Synchronize PlatformNetBSD with LinuxKamil Rytarowski2017-02-051-245/+276
* Push down more common code into PlatformPOSIXPavel Labath2017-02-031-42/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-021-106/+0
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-3/+3
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-528/+420
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-28/+0
* Call Platform::SetHostPlatform in the NetBSD platform only on NetBSDEd Maste2015-11-201-0/+2
* Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=...Bruce Mitchener2015-10-131-13/+0
* Preliminary NetBSD supportBruce Mitchener2015-10-131-0/+696
OpenPOWER on IntegriCloud