aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-08-27[lldb] Update NativeProcess*BSD to new Status APIAdrian Prantl1-6/+6
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-15/+21
2023-12-04[lldb] Fix building on NetBSD 8.x (#74191)Brad Smith1-4/+25
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath1-9/+7
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath1-15/+15
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny1-1/+26
2021-04-27[lldb] [gdb-remote] Report QPassSignals and qXfer via extensions APIMichał Górny1-1/+2
2021-04-25[lldb] [Process/NetBSD] Report fork/vfork events to LLGSMichał Górny1-20/+63
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for NetBSDMichał Górny1-5/+60
2021-04-13Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath1-60/+5
2021-04-13[lldb] Replace NativeProcess delegate list with a single delegatePavel Labath1-1/+1
2021-04-08[lldb] [Process] Watch for fork/vfork notificationsMichał Górny1-5/+60
2021-01-02[Process/NetBSD] Copy changes from FreeBSDRemote and reformatMichał Górny1-42/+64
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny1-25/+48
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath1-9/+0
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-24[lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski1-2/+10
2019-11-25[lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny1-3/+6
2019-11-25[lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny1-3/+12
2019-11-25[lldb] [Process/NetBSD] Improve threading supportMichał Górny1-86/+206
2019-11-12[lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]Michał Górny1-6/+5
2019-09-24[lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBERMichal Gorny1-2/+4
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-25[lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny1-0/+1
2019-07-24Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""Michal Gorny1-1/+1
2019-07-01[lldb] [Process/NetBSD] Fix segfault when handling watchpointMichal Gorny1-10/+21
2019-07-01Revert "[lldb] [Process/NetBSD] Fix constructor after r363707"Michal Gorny1-1/+1
2019-06-19[lldb] [Process/NetBSD] Fix constructor after r363707Michal Gorny1-1/+1
2019-04-30[lldb] [Process/NetBSD] Fix handling piod_len from PT_IO callsMichal Gorny1-4/+4
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-03-25[lldb] [Process/NetBSD] Use nullptr to fix template arg deductionMichal Gorny1-1/+1
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny1-1/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-3/+0
2018-11-04Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski1-1/+1
2018-11-04NativeProcessProtocol: Simplify breakpoint setting codePavel Labath1-1/+0
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath1-75/+0
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel Labath1-22/+3
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath1-9/+0
2018-09-09Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath1-17/+0
2018-09-08Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath1-0/+17
2018-09-05Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath1-17/+0
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-13/+11
2018-02-05Fix a crash in *NetBSD::Factory::LaunchKamil Rytarowski1-1/+1
2018-01-29Fix NetBsd build broken by r323637Pavel Labath1-1/+1
2018-01-29Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath1-11/+14
2018-01-15One more attempt to fix NetBSD buildPavel Labath1-1/+1
2018-01-15Fix NetBSD build for llvm r322475Pavel Labath1-3/+3