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
/
NativeProcessLinux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cast in arm watchpoint handling code
Tamas Berghammer
2015-10-13
1
-1
/
+1
*
[NativeProcessLinux] Fix detach of multithreaded inferiors
Pavel Labath
2015-09-01
1
-5
/
+11
*
[NativeProcessLinux] Fix assertion failure when killing a process
Pavel Labath
2015-09-01
1
-1
/
+10
*
[LLDB][MIPS] Aligning code with rL245831
Mohit K. Bhakkad
2015-08-28
1
-1
/
+1
*
[NativeProcessLinux] Pass around threads by reference
Pavel Labath
2015-08-24
1
-238
/
+177
*
[NativeProcessLinux] Reduce the number of casts
Pavel Labath
2015-08-21
1
-62
/
+52
*
[NativeProcessLinux] Fix a bug in instruction-stepping over thread creation
Pavel Labath
2015-08-20
1
-211
/
+100
*
On Linux, clear the signal mask of the launched inferior
Pavel Labath
2015-08-19
1
-1
/
+11
*
Fix lldb-server arm-linux-g++ build
Omair Javaid
2015-08-19
1
-1
/
+1
*
[LLGS] Avoid misrepresenting log lines as inferior output
Pavel Labath
2015-08-18
1
-1
/
+4
*
Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Pavel Labath
2015-07-23
1
-28
/
+20
*
[NativeProcessLinux] Fix a couple of warnings
Pavel Labath
2015-07-23
1
-3
/
+3
*
Add jstopinfo support to llgs
Pavel Labath
2015-07-23
1
-1
/
+1
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-21
1
-614
/
+203
*
[NativeProcessLinux] Bugfix in the monitor thread
Pavel Labath
2015-07-20
1
-0
/
+3
*
Revert "[NativeProcessLinux] Integrate MainLoop"
Pavel Labath
2015-07-16
1
-203
/
+611
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-15
1
-611
/
+203
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-14
/
+6
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-5
/
+12
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-12
/
+5
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-5
/
+12
*
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 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
1
-42
/
+23
*
[NativeProcessLinux] Use lambdas in DoOperation calls
Pavel Labath
2015-06-26
1
-244
/
+75
*
[LLDB][MIPS] MIPS32 branch emulation and single-stepping
Jaydeep Patil
2015-06-23
1
-6
/
+8
*
Fetch object file load address if it isn't specified by the linker
Tamas Berghammer
2015-06-18
1
-0
/
+33
*
[LLDB][MIPS] Hardware Watchpoints for MIPS
Mohit K. Bhakkad
2015-06-18
1
-0
/
+21
*
[NativeProcessLinux] Use fast memory reads, if the system supports it
Pavel Labath
2015-06-17
1
-2
/
+63
*
[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...
Sagar Thakur
2015-06-03
1
-0
/
+4
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-50
/
+53
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
[NativeProcessLinux] clean up #includes
Pavel Labath
2015-05-29
1
-6
/
+4
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
1
-17
/
+3
*
[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
1
-663
/
+67
*
[NativeProcessLinux] Fix handling of SIGSTOP
Pavel Labath
2015-05-21
1
-25
/
+9
*
Fixed arm64 build error
Vince Harron
2015-05-16
1
-2
/
+2
*
[NativeProcessLinux] Fix removal of temporary breakpoints
Pavel Labath
2015-05-15
1
-17
/
+19
*
[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
1
-10
/
+8
*
This patch adds support for setting/clearing hardware watchpoints and breakpo...
Omair Javaid
2015-05-15
1
-1
/
+113
*
Remove handling of eStateStopped from NativeProcessLinux::Resume
Pavel Labath
2015-05-12
1
-106
/
+7
*
[NativeProcessLinux] Remove event mutex and clean functions using it
Pavel Labath
2015-05-12
1
-198
/
+65
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-49
/
+5
*
[NativeProcessLinux] Remove double thread state accounting
Pavel Labath
2015-05-11
1
-125
/
+57
*
[NativeProcessLinux] Remove the stop callback
Pavel Labath
2015-05-08
1
-89
/
+38
*
[NativeProcessLinux] Remove logging and error callbacks
Pavel Labath
2015-05-07
1
-235
/
+135
*
[LLDB][MIPS] Software single stepping
Mohit K. Bhakkad
2015-05-07
1
-4
/
+8
[next]