summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan
2023-04-05[lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfoPavel Labath
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-10-12[LLDB] Fix x86_64 buildDavid Spickett
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath
2022-04-05[lldb] Add missing const to NativeRegisterContextLinux_x86_64Jonas Devlieghere
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
2021-04-01[lldb] Fix compilation with gcc-6.5Pavel Labath
2021-03-30[lldb] Change CreateHostNativeRegisterContextLinux argument typePavel Labath
2020-12-21[lldb] Remove anonymous namespace from NativeRegisterContextLinux_x86_64Pavel Labath
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-10-26[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86Michał Górny
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-31[lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-21[lldb] [Process] Introduce common helpers to split/recombine YMM dataMichal Gorny
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-24[lldb] Use local definition of get_cpuid_countJoseph Tremoulet
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-01[Linux/x86] Fix writing of non-gpr registers on newer processorsPavel Labath
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-12-18Reduce x86 register context boilerplate.Pavel Labath
2017-11-28Fix floating point register write on new x86 linux kernelsPavel Labath
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-07-11NativeProcessLinux: Fix some compiler warningsPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-28Fix floating point register reads x86_64 linux on targets with no AVX supportPavel Labath
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-01Remove executable bit on a source fileStephane Sezer
2016-09-21Refactor NativeRegisterContextLinux_x86_64 code.Valentina Giusti
2016-09-14Use 'enum class' instead of 'enum' in NativeRegisterContextLinux_x86_x64.Valentina Giusti
2016-09-14Use Intel CPU flags to determine target supported features.Valentina Giusti
2016-09-08Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-06Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski
2016-09-05Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti
2015-12-02PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal
2015-10-12X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal