summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
AgeCommit message (Expand)Author
2023-04-13[lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett
2023-04-05[lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfoPavel Labath
2022-08-22[LLDB] Fix: make m_target_arch privateEmmmer
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath
2021-10-07Recommit: [lldb] Remove "dwarf dynamic register size expressions" from Regist...Pavel Labath
2021-10-06Revert "[lldb] Remove "dwarf dynamic register size expressions" from Register...Michael Forster
2021-10-06[lldb] Remove "dwarf dynamic register size expressions" from RegisterInfoPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
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
2017-08-23Process: fix FXSAVE on x86Saleem Abdulrasool
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
2016-08-08Fix RegisterInfo initializers to have all the required initializers after rec...Greg Clayton
2015-10-12X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal
2015-08-13Set orig_eax to -1 for Linux x86 platformsRavitheja Addepally
2015-04-21Same issue as in D8685 but for i386.Chaoren Lin
2015-02-10Adding x86 to supported architectures on x86_64.Chaoren Lin
2015-01-23Fixing TestRegisters on Linux with LLGSVince Harron
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-03-24Renamed a struct from i386 to i386_.Hafiz Abid Qadeer
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