aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/FreeBSD
AgeCommit message (Expand)AuthorFilesLines
8 days[lldb][AArch64] Add HWCAP3 to register field detection (#145029)David Spickett1-1/+2
2025-06-30[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#146072)dlav-sc1-5/+7
2025-06-24Revert "[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server" (#14...Jonas Devlieghere1-7/+5
2025-06-24[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#127505)dlav-sc1-5/+7
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2024-10-16[llbd] Finish Turn lldb_private::Status into a value type. (#10616) (#112420)Brooks Davis1-11/+9
2024-09-23[lldb][FreeBSD] Fix a typo in NativeProcessFreeBSD::MonitorSIGTRAP() (#109643)Kelvin Lee1-1/+1
2024-09-13[lldb] Add pc check for thread-step-by-bp algorithms (#108504)Jason Molenda1-1/+4
2024-08-27[lldb] Update NativeProcess*BSD to new Status APIAdrian Prantl1-5/+5
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl7-86/+97
2024-08-01[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_{arm,mips64,powerpc} declara...Dimitry Andric3-3/+3
2024-07-05[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_x86_64() declaration (#97796)Kelvin Lee1-1/+1
2024-07-01[lldb][FreeBSD][AArch64] Enable register field detection (#85058)David Spickett9-14/+39
2024-03-08[lldb][FreeBSD] Fix crash when execve fails with asserts enabledDavid Spickett1-2/+2
2024-02-11[lldb] checks if lldb can trace/attach/set a breakpoint a process or load a f...David CARLIER1-5/+34
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett1-1/+1
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-30[lldb,FreeBSD] getValue => operator* for Optional migrationFangrui Song2-4/+4
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata6-16/+16
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata6-0/+6
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-5/+5
2022-11-26[LLDB] Change getValue to value in NativeRegisterContextFreeBSD_x86_64.cppKrzysztof Parzyszek1-2/+2
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny1-6/+9
2022-06-03[lldb] [Process/FreeBSD] Do not send SIGSTOP to stopped processMichał Górny1-0/+4
2022-04-05[lldb] Add more missing consts in NativeRegisterContextsJonas Devlieghere5-5/+5
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere10-10/+10
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath3-20/+20
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny3-1/+29
2022-01-12[lldb] [Process/FreeBSD] Set current thread ID on eventsMichał Górny1-2/+10
2021-10-06[lldb] [FreeBSD] Fix building on systems without PT_COREDUMPMichał Górny1-3/+12
2021-09-10[lldb] [Process/FreeBSD] Introduce mips64 FPU reg supportMichał Górny2-4/+59
2021-09-08[lldb] [Process/FreeBSD] Support SaveCore() using PT_COREDUMPMichał Górny2-1/+31
2021-05-01[lldb] [Process/FreeBSD] Fix arm64 build after RegisterInfoPOSIX_arm64 changesMichał Górny1-7/+1
2021-04-27[lldb] [gdb-remote] Report QPassSignals and qXfer via extensions APIMichał Górny1-1/+2
2021-04-25[lldb] [Process/FreeBSD] Report fork/vfork events to LLGSMichał Górny4-27/+98
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for FreeBSDMichał Górny2-3/+53
2021-04-13Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath7-94/+3
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órny7-3/+94
2021-04-01[lldb] Fix build errors from 3bea7306e8Pavel Labath1-1/+1
2021-03-10[lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint supportMichał Górny3-7/+106
2021-03-01[lldb] Rename NativeRegisterContext{Watchpoint => DBReg}_x86Michał Górny1-2/+2
2021-02-16[lldb] [Process/FreeBSD] Ensure that errors are always handledMichał Górny1-2/+3
2021-02-15[lldb] Rename FreeBSDRemote to FreeBSD (NFC)Michał Górny17-0/+3431
2021-02-15[lldb] Remove the legacy FreeBSD pluginMichał Górny20-6013/+0
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo2-4/+4