summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-241-2/+10
* [lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny2019-11-251-3/+6
* [lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny2019-11-251-3/+12
* [lldb] [Process/NetBSD] Improve threading supportMichał Górny2019-11-251-86/+206
* [lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]Michał Górny2019-11-121-6/+5
* [lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBERMichal Gorny2019-09-241-2/+4
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-251-0/+1
* Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""Michal Gorny2019-07-241-1/+1
* [lldb] [Process/NetBSD] Fix segfault when handling watchpointMichal Gorny2019-07-011-10/+21
* Revert "[lldb] [Process/NetBSD] Fix constructor after r363707"Michal Gorny2019-07-011-1/+1
* [lldb] [Process/NetBSD] Fix constructor after r363707Michal Gorny2019-06-191-1/+1
* [lldb] [Process/NetBSD] Fix handling piod_len from PT_IO callsMichal Gorny2019-04-301-4/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* [lldb] [Process/NetBSD] Use nullptr to fix template arg deductionMichal Gorny2019-03-251-1/+1
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski2018-11-041-1/+1
* NativeProcessProtocol: Simplify breakpoint setting codePavel Labath2018-11-041-1/+0
* Pull FixupBreakpointPCAsNeeded into base classPavel Labath2018-10-031-75/+0
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-301-22/+3
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-131-9/+0
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-091-17/+0
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-081-0/+17
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-051-17/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-13/+11
* 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