summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/NetBSD
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-102-7/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* 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-162-5/+11
* Rename Error -> Status.Zachary Turner2017-05-122-7/+7
* 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-052-310/+298
* Push down more common code into PlatformPOSIXPavel Labath2017-02-032-51/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-022-110/+0
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+7
* 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-062-644/+491
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-222-32/+0
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Call Platform::SetHostPlatform in the NetBSD platform only on NetBSDEd Maste2015-11-201-0/+2
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-10/+5
* Add initial gmake glue for the NetBSD platformBruce Mitchener2015-10-241-0/+14
* Add initial CMake glue for the NetBSD platformBruce Mitchener2015-10-241-0/+3
* Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=...Bruce Mitchener2015-10-131-13/+0
* Preliminary NetBSD supportBruce Mitchener2015-10-132-0/+878
OpenPOWER on IntegriCloud