summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/NetBSD
AgeCommit message (Expand)Author
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
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
2024-05-25lldb unused var fix for NetBSD < 10. (#93377)David CARLIER
2023-12-04[lldb] Fix building on NetBSD 8.x (#74191)Brad Smith
2023-05-07[lldb] [NetBSD] getValue => operator* for Optional migrationNikita Ronja Gillmann
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath
2023-03-15Reland "[lldb] Refactor CrashReason"David Spickett
2023-03-15Revert "[lldb] Refactor CrashReason"David Spickett
2023-03-15[lldb] Refactor CrashReasonDavid Spickett
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny
2022-04-05[lldb] Add more missing consts in NativeRegisterContextsJonas Devlieghere
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
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-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
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-04-01[lldb] Fix build errors from 3bea7306e8Pavel Labath
2021-03-01[lldb] Rename NativeRegisterContext{Watchpoint => DBReg}_x86Michał Górny
2021-01-02[Process/NetBSD] Copy changes from FreeBSDRemote and reformatMichał Górny
2020-11-21[lldb] Reland "Use translated full ftag values"Michał Górny
2020-11-19Revert "[lldb] Use translated full ftag values"Mikhail Goncharov
2020-11-19[lldb] Use translated full ftag valuesMichał Górny
2020-11-19[lldb] Add explicit 64-bit fip/fdp registers on x86_64Michał Górny
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny
2020-11-09[lldb] [Process/NetBSD] Correct DS/ES/FS/GS register sizesMichał Górny
2020-10-26[lldb] [Process/NetBSD] Set xs_xstate_bv correctly when setting regsMichał Górny
2020-10-24[lldb] [Process/NetBSD] Use XStateRegSet for all FPU registersMichał Górny
2020-10-23[lldb] Split out NetBSD/x86 watchpoint impl for unificationMichał Górny
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2020-10-03[lldb] [Process/NetBSD] Fix crash on unsupported i386 regsMichał Górny
2020-10-03[lldb] [Process/NetBSD] Fix reading FIP/FDP registersMichał Górny
2020-09-30[lldb] [Process/NetBSD] Fix operating on ftag registerMichał Górny
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-02-20[lldb/Plugin] Don't mark ProcessNetBSD as a pluginJonas Devlieghere
2020-02-05[lldb] Introduce i386 support in NetBSD Process pluginMichał Górny
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-06[lldb] [Process/NetBSD] Remove unused orig_*ax useMichał Górny
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