summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
AgeCommit message (Expand)Author
2023-12-04[lldb] Fix building on NetBSD 8.x (#74191)Brad Smith
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny
2021-04-25[lldb] [Process/NetBSD] Report fork/vfork events to LLGSMichał Górny
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for NetBSDMichał Górny
2021-04-13Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath
2021-04-08[lldb] [Process] Watch for fork/vfork notificationsMichał Górny
2021-01-02[Process/NetBSD] Copy changes from FreeBSDRemote and reformatMichał Górny
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2019-11-25[lldb] [Process/NetBSD] Improve threading supportMichał Górny
2019-11-12[lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]Michał Górny
2019-07-23Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso
2019-07-01Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath
2019-06-18Implement xfer:libraries-svr4:read packetAntonio Afonso
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath
2018-09-30Fix NetBSD build for r343409Pavel Labath
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath
2018-09-09Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath
2018-09-08Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath
2018-09-05Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-11-13Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath
2017-10-17Remove shared_pointer from NativeThreadProtocolPavel Labath
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath
2017-07-07Add a NativeProcessProtocol Factory classPavel Labath
2017-06-19Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath
2017-05-24Correct compiler warnings and Debug build of the NetBSD targetKamil Rytarowski
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-30Battery of NetBSD support improvementsKamil Rytarowski
2017-03-28Add support for tracing hello-world application on NetBSDKamil Rytarowski
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-21Add stub for PluginProcessNetBSDKamil Rytarowski