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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 32-bit Linux watchpoint failures.
Chaoren Lin
2015-07-09
1
-14
/
+15
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
2
-16
/
+19
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
2
-19
/
+16
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
2
-16
/
+19
*
Fix cmake build after recent JSON changes
Pavel Labath
2015-07-07
1
-1
/
+1
*
Fix aarch64 breakpoint PC offset
Tamas Berghammer
2015-07-03
1
-9
/
+3
*
Fix 128bit register read and user register count on aarch64
Tamas Berghammer
2015-07-03
2
-16
/
+13
*
Fix qMemoryRegionInfo packet to return current value for address after the la...
Tamas Berghammer
2015-07-03
1
-6
/
+19
*
[NativeProcessLinux] Refactor PtraceWrapper
Pavel Labath
2015-06-30
5
-106
/
+64
*
[NativeProcessLinux] Use lambdas in DoOperation calls
Pavel Labath
2015-06-26
8
-1055
/
+454
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
7
-3218
/
+0
*
[LLDB][MIPS] MIPS32 branch emulation and single-stepping
Jaydeep Patil
2015-06-23
3
-6
/
+63
*
Fetch object file load address if it isn't specified by the linker
Tamas Berghammer
2015-06-18
2
-0
/
+36
*
[LLDB][MIPS] Addressing some errors and warnings due to rL239991
Mohit K. Bhakkad
2015-06-18
2
-11
/
+17
*
[LLDB][MIPS] Hardware Watchpoints for MIPS
Mohit K. Bhakkad
2015-06-18
3
-8
/
+444
*
[NativeProcessLinux] Use fast memory reads, if the system supports it
Pavel Labath
2015-06-17
1
-2
/
+63
*
[lldb-server][MIPS] Read/Write FP registers in FR0 mode
Sagar Thakur
2015-06-05
2
-0
/
+66
*
[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...
Sagar Thakur
2015-06-03
3
-101
/
+422
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
4
-110
/
+117
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
2
-4
/
+0
*
[NativeProcessLinux] clean up #includes
Pavel Labath
2015-05-29
2
-12
/
+4
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
3
-42
/
+20
*
[NativeProcessLinux] Support inferiors which change their process group
Pavel Labath
2015-05-28
1
-7
/
+7
*
Move register reading form NativeProcessLinux to NativeRegisterContextLinux*
Tamas Berghammer
2015-05-26
15
-1592
/
+1454
*
[NativeProcessLinux] Fix handling of SIGSTOP
Pavel Labath
2015-05-21
1
-25
/
+9
*
Fixed arm64 build error
Vince Harron
2015-05-16
2
-4
/
+4
*
[NativeProcessLinux] Fix removal of temporary breakpoints
Pavel Labath
2015-05-15
2
-19
/
+21
*
[NativeProcessLinux] Fix potential race during thread exit
Pavel Labath
2015-05-15
1
-31
/
+7
*
LLDB build broke after applying patch http://reviews.llvm.org/D9706
Omair Javaid
2015-05-15
2
-12
/
+9
*
This patch adds support for setting/clearing hardware watchpoints and breakpo...
Omair Javaid
2015-05-15
8
-4
/
+662
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
3
-5
/
+5
*
Return the correct user register count for arm from NativeRegisterContext
Tamas Berghammer
2015-05-12
2
-0
/
+12
*
Remove handling of eStateStopped from NativeProcessLinux::Resume
Pavel Labath
2015-05-12
2
-135
/
+8
*
[NativeProcessLinux] Remove event mutex and clean functions using it
Pavel Labath
2015-05-12
2
-242
/
+72
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
2
-80
/
+11
*
[NativeProcessLinux] Remove double thread state accounting
Pavel Labath
2015-05-11
4
-167
/
+112
*
[NativeProcessLinux] Remove the stop callback
Pavel Labath
2015-05-08
2
-157
/
+71
*
[NativeProcessLinux] Remove logging and error callbacks
Pavel Labath
2015-05-07
2
-296
/
+156
*
[LLDB][MIPS] Software single stepping
Mohit K. Bhakkad
2015-05-07
1
-4
/
+8
*
[NativeProcessLinux] Remove the post-stop lambda
Pavel Labath
2015-05-06
2
-132
/
+55
*
[NativeProcessLinux] fold ThreadStateCoordinator into NPL
Pavel Labath
2015-05-06
5
-918
/
+849
*
[ThreadStateCoordinator] Remove Event classes
Pavel Labath
2015-05-06
2
-614
/
+399
*
Fix Android build.
Chaoren Lin
2015-05-05
1
-1
/
+1
*
[NativeProcessLinux] Get rid of the thread state coordinator thread
Pavel Labath
2015-05-05
4
-253
/
+126
*
Remove trap code from disassembly.
Chaoren Lin
2015-04-29
2
-32
/
+40
*
[NativeProcessLinux] Add back synchronisation of thread create events
Pavel Labath
2015-04-28
2
-15
/
+85
*
Fix register read callback in linux-arm single stepping
Pavel Labath
2015-04-27
1
-21
/
+33
*
Fix TestFdLeak on Linux.
Chaoren Lin
2015-04-23
1
-0
/
+6
*
[NativeProcessLinux] Fix race condition during inferior thread creation
Pavel Labath
2015-04-23
4
-134
/
+16
*
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Mohit K. Bhakkad
2015-04-23
1
-0
/
+6
[next]