summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Don't check the validity of newly contructed data buffersPavel Labath2019-07-011-7/+0
* Remove null checks of results of new expressionsPavel Labath2019-07-011-7/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-9/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+5
* Clean up NativeRegisterContextPavel Labath2017-11-101-8/+6
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-7/+5
* Fix linux arm and mips builds broken by r308282Pavel Labath2017-07-181-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-48/+49
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-311-157/+29
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath2017-02-031-44/+21
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* android-mips: define PTRACE_GETREGSET in headers don't do itPavel Labath2017-01-241-0/+3
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* [LLDB][MIPS] fix Floating point register read/write for big endianNitesh Jain2016-10-121-77/+86
* *** 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
OpenPOWER on IntegriCloud