aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2017-11-10Clean up NativeRegisterContextPavel Labath1-3/+3
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath1-9/+1
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath1-5/+1
2017-05-12Rename Error -> Status.Zachary Turner1-31/+32
2017-02-03Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath1-8/+2
2016-10-10[LLDB][MIPS] Fix register read/write for 32 bit big endian systemNitesh Jain1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-166/+149
2015-08-17[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur1-2/+2
2015-08-10Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov1-2/+2
2015-08-07[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur1-2/+2
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath1-58/+10
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath1-10/+58
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath1-58/+10
2015-07-09Fix 32-bit Linux watchpoint failures.Chaoren Lin1-14/+15
2015-06-30[NativeProcessLinux] Refactor PtraceWrapperPavel Labath1-29/+14
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath1-236/+76
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer1-0/+452