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
*
[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
*
[NativeProcessLinux] Remove the post-stop lambda
Pavel Labath
2015-05-06
1
-97
/
+38
*
[NativeProcessLinux] fold ThreadStateCoordinator into NPL
Pavel Labath
2015-05-06
1
-70
/
+627
*
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
1
-96
/
+93
*
Remove trap code from disassembly.
Chaoren Lin
2015-04-29
1
-29
/
+34
*
[NativeProcessLinux] Add back synchronisation of thread create events
Pavel Labath
2015-04-28
1
-15
/
+82
*
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
1
-114
/
+16
*
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Mohit K. Bhakkad
2015-04-23
1
-0
/
+6
*
Fix signle stepping on arm when multiple thread is involved
Tamas Berghammer
2015-04-22
1
-168
/
+199
*
NativeProcessLinux: Merge operation and monitor threads
Pavel Labath
2015-04-20
1
-352
/
+211
*
Auto advance pc for signle stepping on arm when emulation failes
Tamas Berghammer
2015-04-20
1
-17
/
+37
*
Fix LLDB ARM GCC4.7 broken build
Omair Javaid
2015-04-19
1
-1
/
+1
*
Use non-blocking waitpid in NativeProcessLinux
Pavel Labath
2015-04-17
1
-67
/
+285
*
Add single stepping logic for linux arm
Tamas Berghammer
2015-04-15
1
-0
/
+161
*
Fix breakpoint trap opcode detection for arm linux
Tamas Berghammer
2015-04-15
1
-5
/
+31
*
[LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.
Mohit K. Bhakkad
2015-04-09
1
-1
/
+6
*
[LLDB][MIPS] Read/Write register for MIPS64
Mohit K. Bhakkad
2015-03-31
1
-0
/
+19
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-19
/
+20
*
Remove virtual and add override for lots of function.
Tamas Berghammer
2015-03-25
1
-13
/
+13
*
Fix wrong type convesrion in ReadRegOperation
Tamas Berghammer
2015-03-25
1
-1
/
+1
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-5
/
+43
*
Report watchpoint hits during single stepping.
Chaoren Lin
2015-03-19
1
-80
/
+111
*
Change reinterpret_casts to static_casts in NativeProcessLinux
Tamas Berghammer
2015-03-17
1
-34
/
+34
*
[MIPS] - Register Context for MIPS64
Mohit K. Bhakkad
2015-03-17
1
-0
/
+7
*
Create NativeRegisterContext for android-arm64
Tamas Berghammer
2015-03-13
1
-23
/
+17
*
Add code to exit the NativeProcessLinux Monitor thread on android
Tamas Berghammer
2015-03-13
1
-4
/
+5
*
Test Commit: Spell correction
Bhushan D. Attarde
2015-03-12
1
-2
/
+2
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
1
-21
/
+0
*
Initialize ProcessPOSIXLog by NativeProcessLinux
Tamas Berghammer
2015-03-06
1
-0
/
+21
*
Fix deadlock in operation thread in NativeProcessLinux
Tamas Berghammer
2015-03-04
1
-9
/
+13
*
Fix errors building on linux.
Zachary Turner
2015-03-03
1
-0
/
+1
[next]