summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
AgeCommit message (Expand)Author
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
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-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-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-06-03[lldb] [Process/FreeBSD] Do not send SIGSTOP to stopped processMichał Górny
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-08[lldb] [Process/FreeBSD] Support SaveCore() using PT_COREDUMPMichał 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-03-10[lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint supportMichał 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