summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up NativeRegisterContextPavel Labath2017-11-101-10/+5
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-5/+0
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-57/+42
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-11/+12
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-178/+80
* 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-191-57/+14
* Correct compiler warnings and Debug build of the NetBSD targetKamil Rytarowski2017-05-241-12/+19
* Rename Error -> Status.Zachary Turner2017-05-121-84/+84
* Introduce FPR and Debug Registers/NetBSD/amd64 supportKamil Rytarowski2017-04-181-31/+86
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-301-29/+56
* Add support for tracing hello-world application on NetBSDKamil Rytarowski2017-03-281-4/+944
* Add stub for PluginProcessNetBSDKamil Rytarowski2017-03-211-0/+51
OpenPOWER on IntegriCloud