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] Pass around threads by reference
Pavel Labath
2015-08-24
1
-11
/
+8
*
[NativeProcessLinux] Reduce the number of casts
Pavel Labath
2015-08-21
1
-6
/
+9
*
[NativeProcessLinux] Fix a bug in instruction-stepping over thread creation
Pavel Labath
2015-08-20
1
-33
/
+5
*
Fix for build errors on arm-linux-gnueabi-gcc
Omair Javaid
2015-08-09
1
-1
/
+1
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-21
1
-33
/
+10
*
Revert "[NativeProcessLinux] Integrate MainLoop"
Pavel Labath
2015-07-16
1
-10
/
+33
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-15
1
-33
/
+10
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-11
/
+7
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-7
/
+11
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-11
/
+7
*
[NativeProcessLinux] Refactor PtraceWrapper
Pavel Labath
2015-06-30
1
-2
/
+7
*
[NativeProcessLinux] Use lambdas in DoOperation calls
Pavel Labath
2015-06-26
1
-26
/
+3
*
Fetch object file load address if it isn't specified by the linker
Tamas Berghammer
2015-06-18
1
-0
/
+3
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-16
/
+17
*
[NativeProcessLinux] clean up #includes
Pavel Labath
2015-05-29
1
-6
/
+0
*
Move register reading form NativeProcessLinux to NativeRegisterContextLinux*
Tamas Berghammer
2015-05-26
1
-51
/
+38
*
[NativeProcessLinux] Fix removal of temporary breakpoints
Pavel Labath
2015-05-15
1
-2
/
+2
*
LLDB build broke after applying patch http://reviews.llvm.org/D9706
Omair Javaid
2015-05-15
1
-2
/
+1
*
This patch adds support for setting/clearing hardware watchpoints and breakpo...
Omair Javaid
2015-05-15
1
-0
/
+11
*
Remove handling of eStateStopped from NativeProcessLinux::Resume
Pavel Labath
2015-05-12
1
-29
/
+1
*
[NativeProcessLinux] Remove event mutex and clean functions using it
Pavel Labath
2015-05-12
1
-44
/
+7
*
[NativeProcessLinux] Remove double thread state accounting
Pavel Labath
2015-05-11
1
-42
/
+7
*
[NativeProcessLinux] Remove the stop callback
Pavel Labath
2015-05-08
1
-68
/
+33
*
[NativeProcessLinux] Remove logging and error callbacks
Pavel Labath
2015-05-07
1
-61
/
+21
*
[NativeProcessLinux] Remove the post-stop lambda
Pavel Labath
2015-05-06
1
-35
/
+17
*
[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
[next]