index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
Linux
/
NativeRegisterContextLinux_mips64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Don't check the validity of newly contructed data buffers
Pavel Labath
2019-07-01
1
-7
/
+0
*
Remove null checks of results of new expressions
Pavel Labath
2019-07-01
1
-7
/
+0
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-9
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+5
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-8
/
+6
*
Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
Pavel Labath
2017-11-09
1
-7
/
+5
*
Fix linux arm and mips builds broken by r308282
Pavel Labath
2017-07-18
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-48
/
+49
*
[LLDB][MIPS] Core Dump Support.
Nitesh Jain
2017-03-31
1
-157
/
+29
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Use LLDB_LOG in NativeRegisterContextLinux*** files
Pavel Labath
2017-02-03
1
-44
/
+21
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
android-mips: define PTRACE_GETREGSET in headers don't do it
Pavel Labath
2017-01-24
1
-0
/
+3
*
Revert unwanted changes in lldb when updating llvm::Error()
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
[LLDB][MIPS] fix Floating point register read/write for big endian
Nitesh Jain
2016-10-12
1
-77
/
+86
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1196
/
+952
*
[LLVM][MIPS] Revert support for FRE.
Nitesh Jain
2016-07-18
1
-2
/
+4
*
Try to fix the mips64 build after rL257447
Tamas Berghammer
2016-01-12
1
-1
/
+1
*
[LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size re...
Mohit K. Bhakkad
2016-01-12
1
-1
/
+9
*
[LLDB][MIPS] Make register read/write to set/get the size of register accordi...
Sagar Thakur
2016-01-05
1
-3
/
+9
*
[LLDB][MIPS] Adding call to IsMSAAvailable() while creating RegisterInfoInter...
Sagar Thakur
2015-12-09
1
-4
/
+8
*
[LLDB][MIPS] Using enum instead of a constant to fetch PC and CAUSE registers.
Jaydeep Patil
2015-12-03
1
-2
/
+2
*
[LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...
Sagar Thakur
2015-12-01
1
-0
/
+3
*
[LLDB][MIPS] Getting 0 index for H/W watchpoint is not necessarily an error
Mohit K. Bhakkad
2015-11-23
1
-2
/
+2
*
[LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32...
Sagar Thakur
2015-10-19
1
-8
/
+9
*
[LLDB][MIPS] Fix gp register value for o32 applications on 64-bit target
Sagar Thakur
2015-10-01
1
-8
/
+1
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-1
/
+1
*
Fix build on mips
Sagar Thakur
2015-08-25
1
-10
/
+3
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-17
1
-54
/
+312
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
1
-1
/
+103
*
Revert r244308 since it's introducing test regressions on Linux:
Oleksiy Vyalov
2015-08-10
1
-312
/
+54
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-07
1
-54
/
+312
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-21
1
-40
/
+8
*
Revert "[NativeProcessLinux] Integrate MainLoop"
Pavel Labath
2015-07-16
1
-8
/
+40
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-15
1
-40
/
+8
*
[NativeProcessLinux] Refactor PtraceWrapper
Pavel Labath
2015-06-30
1
-13
/
+5
*
[NativeProcessLinux] Use lambdas in DoOperation calls
Pavel Labath
2015-06-26
1
-149
/
+71
*
[LLDB][MIPS] MIPS32 branch emulation and single-stepping
Jaydeep Patil
2015-06-23
1
-0
/
+52
*
[LLDB][MIPS] Addressing some errors and warnings due to rL239991
Mohit K. Bhakkad
2015-06-18
1
-7
/
+13
*
[LLDB][MIPS] Hardware Watchpoints for MIPS
Mohit K. Bhakkad
2015-06-18
1
-8
/
+408
*
[lldb-server][MIPS] Read/Write FP registers in FR0 mode
Sagar Thakur
2015-06-05
1
-0
/
+57
*
[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...
Sagar Thakur
2015-06-03
1
-52
/
+386
*
Move register reading form NativeProcessLinux to NativeRegisterContextLinux*
Tamas Berghammer
2015-05-26
1
-68
/
+107
[next]