summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Update NativeProcess*BSD to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
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
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny
2021-04-27[lldb] [gdb-remote] Report QPassSignals and qXfer via extensions APIMichał 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-13[lldb] Replace NativeProcess delegate list with a single delegatePavel 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
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-24[lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski
2019-11-25[lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny
2019-11-25[lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny
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-09-24[lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBERMichal Gorny
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-25[lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny
2019-07-24Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""Michal Gorny
2019-07-01[lldb] [Process/NetBSD] Fix segfault when handling watchpointMichal Gorny
2019-07-01Revert "[lldb] [Process/NetBSD] Fix constructor after r363707"Michal Gorny
2019-06-19[lldb] [Process/NetBSD] Fix constructor after r363707Michal Gorny
2019-04-30[lldb] [Process/NetBSD] Fix handling piod_len from PT_IO callsMichal Gorny
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-25[lldb] [Process/NetBSD] Use nullptr to fix template arg deductionMichal Gorny
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-04Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski
2018-11-04NativeProcessProtocol: Simplify breakpoint setting codePavel Labath
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel 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-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-05Fix a crash in *NetBSD::Factory::LaunchKamil Rytarowski
2018-01-29Fix NetBsd build broken by r323637Pavel Labath
2018-01-29Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath
2018-01-15One more attempt to fix NetBSD buildPavel Labath
2018-01-15Fix NetBSD build for llvm r322475Pavel Labath