aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/NetBSD
AgeCommit message (Expand)AuthorFilesLines
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-1/+0
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 Prantl3-40/+49
2024-05-25lldb unused var fix for NetBSD < 10. (#93377)David CARLIER1-2/+2
2023-12-04[lldb] Fix building on NetBSD 8.x (#74191)Brad Smith2-4/+26
2023-05-07[lldb] [NetBSD] getValue => operator* for Optional migrationNikita Ronja Gillmann1-2/+2
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath2-14/+13
2023-03-15Reland "[lldb] Refactor CrashReason"David Spickett1-2/+1
2023-03-15Revert "[lldb] Refactor CrashReason"David Spickett1-1/+2
2023-03-15[lldb] Refactor CrashReasonDavid Spickett1-2/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-8/+8
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata2-0/+2
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-5/+5
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny1-6/+9
2022-04-05[lldb] Add more missing consts in NativeRegisterContextsJonas Devlieghere1-1/+1
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere2-2/+2
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath2-18/+18
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny2-1/+28
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2
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órny4-21/+95
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for NetBSDMichał Górny2-5/+61
2021-04-13Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath2-61/+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órny2-5/+61
2021-04-01[lldb] Fix build errors from 3bea7306e8Pavel Labath1-1/+1
2021-03-01[lldb] Rename NativeRegisterContext{Watchpoint => DBReg}_x86Michał Górny1-2/+2
2021-01-02[Process/NetBSD] Copy changes from FreeBSDRemote and reformatMichał Górny4-770/+339
2020-11-21[lldb] Reland "Use translated full ftag values"Michał Górny1-3/+7
2020-11-19Revert "[lldb] Use translated full ftag values"Mikhail Goncharov1-7/+3
2020-11-19[lldb] Use translated full ftag valuesMichał Górny1-3/+7
2020-11-19[lldb] Add explicit 64-bit fip/fdp registers on x86_64Michał Górny1-20/+30
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny7-44/+64
2020-11-09[lldb] [Process/NetBSD] Correct DS/ES/FS/GS register sizesMichał Górny1-16/+16
2020-10-26[lldb] [Process/NetBSD] Set xs_xstate_bv correctly when setting regsMichał Górny1-0/+9
2020-10-24[lldb] [Process/NetBSD] Use XStateRegSet for all FPU registersMichał Górny2-128/+70
2020-10-23[lldb] Split out NetBSD/x86 watchpoint impl for unificationMichał Górny4-268/+8
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath2-14/+0
2020-10-03[lldb] [Process/NetBSD] Fix crash on unsupported i386 regsMichał Górny1-29/+38
2020-10-03[lldb] [Process/NetBSD] Fix reading FIP/FDP registersMichał Górny1-4/+4
2020-09-30[lldb] [Process/NetBSD] Fix operating on ftag registerMichał Górny1-3/+3
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+1
2020-02-20[lldb/Plugin] Don't mark ProcessNetBSD as a pluginJonas Devlieghere1-1/+1
2020-02-05[lldb] Introduce i386 support in NetBSD Process pluginMichał Górny2-138/+489
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann4-4/+4
2020-01-06[lldb] [Process/NetBSD] Remove unused orig_*ax useMichał Górny1-5/+0
2019-12-24[lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2-2/+21
2019-11-25[lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny4-24/+47
2019-11-25[lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny7-8/+54