summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Kill struct IOVECPavel Labath2017-12-011-1/+2
* Clean up NativeRegisterContextPavel Labath2017-11-101-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-22/+23
* [LLDB][MIPS] fix Floating point register read/write for big endianNitesh Jain2016-10-121-4/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-97/+65
* [LLDB][MIPS] Adding call to IsMSAAvailable() while creating RegisterInfoInter...Sagar Thakur2015-12-091-3/+3
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-171-8/+23
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-0/+3
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-101-23/+8
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-071-8/+23
* [NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath2015-06-261-18/+16
* [LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil2015-06-231-0/+3
* [LLDB][MIPS] Addressing some errors and warnings due to rL239991Mohit K. Bhakkad2015-06-181-4/+4
* [LLDB][MIPS] Hardware Watchpoints for MIPSMohit K. Bhakkad2015-06-181-0/+15
* [lldb-server][MIPS] Read/Write FP registers in FR0 modeSagar Thakur2015-06-051-0/+9
* [MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur2015-06-031-49/+32
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-11/+18
* [LLDB][MIPS] Read/Write register for MIPS64Mohit K. Bhakkad2015-03-311-0/+8
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-50/+54
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-2/+2
* Add missing overrides to fix the clang -Werror build (-Winconsistent-missing-...David Blaikie2015-03-171-4/+4
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+122
OpenPOWER on IntegriCloud