summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/FreeBSD
AgeCommit message (Expand)Author
2025-07-28[lldb][AArch64] Add HWCAP3 to register field detection (#145029)David Spickett
2025-06-30[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#146072)dlav-sc
2025-06-24Revert "[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server" (#14...Jonas Devlieghere
2025-06-24[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#127505)dlav-sc
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2024-10-16[llbd] Finish Turn lldb_private::Status into a value type. (#10616) (#112420)Brooks Davis
2024-09-23[lldb][FreeBSD] Fix a typo in NativeProcessFreeBSD::MonitorSIGTRAP() (#109643)Kelvin Lee
2024-09-13[lldb] Add pc check for thread-step-by-bp algorithms (#108504)Jason Molenda
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-08-01[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_{arm,mips64,powerpc} declara...Dimitry Andric
2024-07-05[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_x86_64() declaration (#97796)Kelvin Lee
2024-07-01[lldb][FreeBSD][AArch64] Enable register field detection (#85058)David Spickett
2024-03-08[lldb][FreeBSD] Fix crash when execve fails with asserts enabledDavid Spickett
2024-02-11[lldb] checks if lldb can trace/attach/set a breakpoint a process or load a f...David CARLIER
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
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-30[lldb,FreeBSD] getValue => operator* for Optional migrationFangrui Song
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-11-26[LLDB] Change getValue to value in NativeRegisterContextFreeBSD_x86_64.cppKrzysztof Parzyszek
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny
2022-06-03[lldb] [Process/FreeBSD] Do not send SIGSTOP to stopped processMichał 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
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny
2022-01-12[lldb] [Process/FreeBSD] Set current thread ID on eventsMichał Górny
2021-10-06[lldb] [FreeBSD] Fix building on systems without PT_COREDUMPMichał Górny
2021-09-10[lldb] [Process/FreeBSD] Introduce mips64 FPU reg supportMichał Górny
2021-09-08[lldb] [Process/FreeBSD] Support SaveCore() using PT_COREDUMPMichał Górny
2021-05-01[lldb] [Process/FreeBSD] Fix arm64 build after RegisterInfoPOSIX_arm64 changesMichał Górny
2021-04-27[lldb] [gdb-remote] Report QPassSignals and qXfer via extensions APIMichał Górny
2021-04-25[lldb] [Process/FreeBSD] Report fork/vfork events to LLGSMichał Górny
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for FreeBSDMichał 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-10[lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint supportMichał Górny
2021-03-01[lldb] Rename NativeRegisterContext{Watchpoint => DBReg}_x86Michał Górny
2021-02-16[lldb] [Process/FreeBSD] Ensure that errors are always handledMichał Górny
2021-02-15[lldb] Rename FreeBSDRemote to FreeBSD (NFC)Michał Górny
2021-02-15[lldb] Remove the legacy FreeBSD pluginMichał Górny
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo