aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
AgeCommit message (Expand)Author
2015-08-13[LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil
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-06-30[NativeProcessLinux] Refactor PtraceWrapperPavel Labath
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath
2015-06-23[LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil
2015-06-18[LLDB][MIPS] Addressing some errors and warnings due to rL239991Mohit K. Bhakkad
2015-06-18[LLDB][MIPS] Hardware Watchpoints for MIPSMohit K. Bhakkad
2015-06-05[lldb-server][MIPS] Read/Write FP registers in FR0 modeSagar Thakur
2015-06-03[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer
2015-03-31[LLDB][MIPS] Read/Write register for MIPS64Mohit K. Bhakkad
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin
2015-03-17[MIPS] - Register Context for MIPS64Mohit K. Bhakkad