summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-05-07[lldb] [NetBSD] getValue => operator* for Optional migrationNikita Ronja Gillmann
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-04-05[lldb] Add more missing consts in NativeRegisterContextsJonas Devlieghere
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-01[lldb] Fix build errors from 3bea7306e8Pavel Labath
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-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-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-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
2019-11-04[lldb] [Process/NetBSD] Add register info for missing register setsMichał Górny
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-01[lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny
2019-07-01[lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATEMichal Gorny
2019-07-01Don't check the validity of newly contructed data buffersPavel Labath
2019-07-01Remove null checks of results of new expressionsPavel Labath
2019-06-20[lldb] [Process/NetBSD] Remove unnecessary register buffer abstractionMichal Gorny
2019-06-19[lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64Michal Gorny
2019-06-10[lldb] [Process/NetBSD] Fix error handling in register operationsMichal Gorny
2019-04-11[lldb] [Process/NetBSD] Fix wrongly mapping mm* registersMichal Gorny
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
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
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-10Clean up NativeRegisterContextPavel 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