summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
AgeCommit message (Expand)Author
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
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-03-15Reland "[lldb] Refactor CrashReason"David Spickett
2023-03-15Revert "[lldb] Refactor CrashReason"David Spickett
2023-03-15[lldb] Refactor CrashReasonDavid Spickett
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath
2021-04-25[lldb] [Process/NetBSD] Report fork/vfork events to LLGSMichał Górny
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-24[lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski
2019-11-25[lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny
2019-11-25[lldb] [Process/NetBSD] Improve threading supportMichał Górny
2019-11-18[lldb] [Process/NetBSD] Implement thread name gettingMichał Górny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-18Introduce FPR and Debug Registers/NetBSD/amd64 supportKamil Rytarowski
2017-03-30Battery of NetBSD support improvementsKamil Rytarowski
2017-03-28Add support for tracing hello-world application on NetBSDKamil Rytarowski
2017-03-21Add stub for PluginProcessNetBSDKamil Rytarowski