summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1196/+952
* [LLVM][MIPS] Revert support for FRE.Nitesh Jain2016-07-181-2/+4
* Try to fix the mips64 build after rL257447Tamas Berghammer2016-01-121-1/+1
* [LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size re...Mohit K. Bhakkad2016-01-121-1/+9
* [LLDB][MIPS] Make register read/write to set/get the size of register accordi...Sagar Thakur2016-01-051-3/+9
* [LLDB][MIPS] Adding call to IsMSAAvailable() while creating RegisterInfoInter...Sagar Thakur2015-12-091-4/+8
* [LLDB][MIPS] Using enum instead of a constant to fetch PC and CAUSE registers.Jaydeep Patil2015-12-031-2/+2
* [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...Sagar Thakur2015-12-011-0/+3
* [LLDB][MIPS] Getting 0 index for H/W watchpoint is not necessarily an errorMohit K. Bhakkad2015-11-231-2/+2
* [LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32...Sagar Thakur2015-10-191-8/+9
* [LLDB][MIPS] Fix gp register value for o32 applications on 64-bit targetSagar Thakur2015-10-011-8/+1
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* Fix build on mipsSagar Thakur2015-08-251-10/+3
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-171-54/+312
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-1/+103
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-101-312/+54
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-071-54/+312
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-40/+8
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-8/+40
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-40/+8
* [NativeProcessLinux] Refactor PtraceWrapperPavel Labath2015-06-301-13/+5
* [NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath2015-06-261-149/+71
* [LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil2015-06-231-0/+52
* [LLDB][MIPS] Addressing some errors and warnings due to rL239991Mohit K. Bhakkad2015-06-181-7/+13
* [LLDB][MIPS] Hardware Watchpoints for MIPSMohit K. Bhakkad2015-06-181-8/+408
* [lldb-server][MIPS] Read/Write FP registers in FR0 modeSagar Thakur2015-06-051-0/+57
* [MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur2015-06-031-52/+386
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-68/+107
* [LLDB][MIPS] Read/Write register for MIPS64Mohit K. Bhakkad2015-03-311-6/+95
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-5/+6
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-8/+6
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+213
OpenPOWER on IntegriCloud