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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[NativeProcessLinux] fold ThreadStateCoordinator into NPL
Pavel Labath
2015-05-06
1
-4
/
+222
*
[NativeProcessLinux] Get rid of the thread state coordinator thread
Pavel Labath
2015-05-05
1
-14
/
+6
*
Remove trap code from disassembly.
Chaoren Lin
2015-04-29
1
-3
/
+6
*
[NativeProcessLinux] Add back synchronisation of thread create events
Pavel Labath
2015-04-28
1
-0
/
+3
*
[NativeProcessLinux] Fix race condition during inferior thread creation
Pavel Labath
2015-04-23
1
-3
/
+0
*
Fix signle stepping on arm when multiple thread is involved
Tamas Berghammer
2015-04-22
1
-0
/
+6
*
NativeProcessLinux: Merge operation and monitor threads
Pavel Labath
2015-04-20
1
-60
/
+8
*
Use non-blocking waitpid in NativeProcessLinux
Pavel Labath
2015-04-17
1
-8
/
+11
*
Add single stepping logic for linux arm
Tamas Berghammer
2015-04-15
1
-0
/
+4
*
Fix breakpoint trap opcode detection for arm linux
Tamas Berghammer
2015-04-15
1
-1
/
+1
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-27
/
+30
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-1
/
+4
*
Report watchpoint hits during single stepping.
Chaoren Lin
2015-03-19
1
-0
/
+9
*
Add code to exit the NativeProcessLinux Monitor thread on android
Tamas Berghammer
2015-03-13
1
-2
/
+2
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
1
-6
/
+0
*
Initialize ProcessPOSIXLog by NativeProcessLinux
Tamas Berghammer
2015-03-06
1
-0
/
+3
*
Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...
Oleksiy Vyalov
2015-02-19
1
-6
/
+3
*
Moving header files from source/Host/common to proper location.
Chaoren Lin
2015-02-03
1
-1
/
+1
*
Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...
Chaoren Lin
2015-02-03
1
-0
/
+3
*
Refactor ptrace commands in NativeProcessLinux to use Error as result return ...
Chaoren Lin
2015-02-03
1
-14
/
+14
*
Fix up NativeProcessLinux::Interrupt() to use thread state coordinator mechan...
Chaoren Lin
2015-02-03
1
-0
/
+3
*
llgs: more work on thread stepping.
Chaoren Lin
2015-02-03
1
-0
/
+5
*
Get initial thread state coordinator integration working.
Chaoren Lin
2015-02-03
1
-18
/
+25
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
1
-9
/
+9
*
llgs: fix Ctrl-C inferior interrupt handling to do the right thing.
Todd Fiala
2014-09-11
1
-0
/
+16
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-2
/
+3
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-1
/
+4
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+379
[prev]