summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-06-27[lldb] Use SmallVector for handling register dataDavid Spickett
2022-10-12[LLDB] Change RegisterValue::SetType param to const RegisterInfo&David Spickett
2022-10-11[LLDB] Change RegisterValue::GetAsMemoryData to const RegisterInfo&David Spickett
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath
2020-10-26[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86Michał Górny
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-09-02NativeProcessLinux: Remove some register context boilerplatePavel 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
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-03Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath
2016-10-10[LLDB][MIPS] Fix register read/write for 32 bit big endian systemNitesh Jain
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-08-17[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur
2015-08-10Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov
2015-08-07[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath
2015-07-09Fix 32-bit Linux watchpoint failures.Chaoren Lin
2015-06-30[NativeProcessLinux] Refactor PtraceWrapperPavel Labath
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer