summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
AgeCommit message (Expand)Author
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan
2022-08-22[LLDB] Fix: make m_target_arch privateEmmmer
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-11-23[lldb] [Process/Utility] Declare register overlaps between ST and MMMichał Górny
2020-11-19[lldb] Add explicit 64-bit fip/fdp registers on x86_64Michał Górny
2020-06-18Remove code duplication from RegisterContextPOSIX_*Muhammad Omair Javaid
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
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-12-01Kill struct IOVECPavel Labath
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2016-11-30Remove a spurious reference to ProcessElfCorePavel Labath
2016-11-30Remove an x86-ism from RegisterInfoInterfacePavel Labath
2016-11-20ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...Dimitar Vlahovski
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-11-21Rename lldb registers to contain lldb_ prefix.Zachary Turner
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas
2014-06-14Properly terminated POSIX register sets with LLDB_INVALID_REGNUM.Todd Fiala
2014-03-20Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton
2014-03-12Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello