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_arm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NativeProcessLinux: Remove some register context boilerplate
Pavel Labath
2019-09-02
1
-23
/
+25
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-6
/
+3
*
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
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
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
-25
/
+19
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-12
/
+10
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-58
/
+61
*
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
*
Merge Linux and FreeBSD arm register contexts
Pavel Labath
2017-02-27
1
-2
/
+2
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
1
-66
/
+125
*
Use LLDB_LOG in NativeRegisterContextLinux*** files
Pavel Labath
2017-02-03
1
-60
/
+27
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Revert unwanted changes in lldb when updating llvm::Error()
Mehdi Amini
2016-11-11
1
-6
/
+6
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-6
/
+6
*
Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...
Omair Javaid
2016-10-20
1
-53
/
+30
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-898
/
+747
*
Improve watchpoint error reporting specially for arm/aarch64 targets
Omair Javaid
2016-06-27
1
-1
/
+1
*
Allow unaligned byte/word selection watchpoints for arm- linux/android targets.
Omair Javaid
2016-06-27
1
-2
/
+39
*
Make the aarch64 lldb-server capable of debugging arm32 applications
Tamas Berghammer
2016-01-11
1
-7
/
+81
*
Fix for undefined behavior while updating PC value on arm-linux
Omair Javaid
2016-01-05
1
-1
/
+18
*
Add 64/128 bit arm neon register definitions on linux
Tamas Berghammer
2015-11-26
1
-0
/
+51
*
Fix for Arm watchpoint cache corruption in case of ptrace failure
Omair Javaid
2015-10-27
1
-0
/
+48
*
Corrects return values and typos in Arm watchpoint code
Omair Javaid
2015-10-25
1
-4
/
+4
*
Fix arm lldb-server on aarch64 device
Tamas Berghammer
2015-10-23
1
-0
/
+45
*
Fix the handling of FPR offsets in Linux arm/aarch64 register contexts
Tamas Berghammer
2015-09-07
1
-4
/
+13
*
Adds support for hardware watchpoints on Arm targets.
Omair Javaid
2015-08-25
1
-0
/
+484
*
Move register reading form NativeProcessLinux to NativeRegisterContextLinux*
Tamas Berghammer
2015-05-26
1
-197
/
+31
*
Return the correct user register count for arm from NativeRegisterContext
Tamas Berghammer
2015-05-12
1
-0
/
+9
*
Fix printf warnings about a size mismatch on MacOSX.
Greg Clayton
2015-04-14
1
-3
/
+3
*
Adds Register Context Linux/POSIX for ARM Architecture
Omair Javaid
2015-04-14
1
-0
/
+520