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
*
[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
*
Make it possible to stop the operation thread in NativeProcessLinux
Tamas Berghammer
2015-03-02
1
-2
/
+11
*
Fix attaching to 32 bit inferior with 64 bit llgs.
Chaoren Lin
2015-03-01
1
-2
/
+2
*
Casting pid to ::pid_t when invoking syscall.
Chaoren Lin
2015-02-28
1
-1
/
+2
*
Truncate target file for stdout and stderr
Tamas Berghammer
2015-02-25
1
-2
/
+2
*
Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...
Oleksiy Vyalov
2015-02-19
1
-1
/
+3
*
Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86)
Tamas Berghammer
2015-02-06
1
-17
/
+15
*
Fix TestThreadSpecificBreakpoint with LLGS
Tamas Berghammer
2015-02-06
1
-135
/
+134
*
Avoid leakage of file descriptors in LLDB and LLGS
Pavel Labath
2015-02-04
1
-1
/
+9
*
Fix TestThreadStepOut on Linux with LLGS
Chaoren Lin
2015-02-03
1
-1
/
+8
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-1
/
+1
*
Moving header files from source/Host/common to proper location.
Chaoren Lin
2015-02-03
1
-2
/
+2
*
Make ThreadStateCoordinator to handle properly failed stop/resume operations.
Chaoren Lin
2015-02-03
1
-11
/
+12
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-4
/
+3
*
Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...
Chaoren Lin
2015-02-03
1
-94
/
+85
*
Refactor ptrace commands in NativeProcessLinux to use Error as result return ...
Chaoren Lin
2015-02-03
1
-260
/
+174
*
LLGS local - signal stops inferior in debugger
Chaoren Lin
2015-02-03
1
-20
/
+1
[next]