summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [Process] Introduce common helpers to split/recombine YMM dataMichal Gorny2019-06-211-28/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+4
* Reduce x86 register context boilerplate.Pavel Labath2017-12-181-8/+8
* Kill struct IOVECPavel Labath2017-12-011-6/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-2/+2
* Remove a spurious reference to ProcessElfCorePavel Labath2016-11-301-6/+1
* Remove an x86-ism from RegisterInfoInterfacePavel Labath2016-11-301-1/+1
* ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...Dimitar Vlahovski2016-11-201-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-573/+462
* Rename lldb registers to contain lldb_ prefix.Zachary Turner2014-11-211-289/+289
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-2/+2
* Properly terminated POSIX register sets with LLDB_INVALID_REGNUM.Todd Fiala2014-06-141-11/+17
* Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton2014-03-201-10/+6
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-121-0/+665
OpenPOWER on IntegriCloud