summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/NetBSD
Commit message (Expand)AuthorAgeFilesLines
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-092-27/+0
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-082-0/+27
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-052-27/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-074-5/+4
* Normalize some lldb #include statements.James Y Knight2018-05-221-4/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-22/+19
* Fix a crash in *NetBSD::Factory::LaunchKamil Rytarowski2018-02-051-1/+1
* Fix NetBsd build broken by r323637Pavel Labath2018-01-291-1/+1
* Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath2018-01-291-11/+14
* One more attempt to fix NetBSD buildPavel Labath2018-01-151-1/+1
* Fix NetBSD build for llvm r322475Pavel Labath2018-01-151-3/+3
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-5/+1
* Clean up NativeRegisterContextPavel Labath2017-11-107-46/+27
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-093-11/+2
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-172-58/+43
* Fix NetBSD/FreeBSD build after r308304Pavel Labath2017-07-181-0/+1
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-185-28/+19
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-072-192/+94
* Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath2017-07-031-4/+3
* Correct syntax mistake hidden in assert(3)Kamil Rytarowski2017-06-201-1/+1
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-192-58/+15
* Correct compiler warnings and Debug build of the NetBSD targetKamil Rytarowski2017-05-242-12/+21
* Rename Error -> Status.Zachary Turner2017-05-128-217/+220
* Introduce FPR and Debug Registers/NetBSD/amd64 supportKamil Rytarowski2017-04-187-38/+677
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-308-30/+124
* Add support for tracing hello-world application on NetBSDKamil Rytarowski2017-03-289-5/+1803
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Break the cycle between Host and PluginProcessUtility.Zachary Turner2017-03-221-1/+1
* Add stub for PluginProcessNetBSDKamil Rytarowski2017-03-217-0/+232
OpenPOWER on IntegriCloud