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
*
Implementation of Intel(R) Processor Trace support for Linux
Ravitheja Addepally
2017-06-28
1
-0
/
+54
*
Add pretty-printer for wait(2) statuses and modernize the code handling them
Pavel Labath
2017-06-19
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-43
/
+44
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
1
-0
/
+6
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
1
-0
/
+2
*
Improve the performance of jModulesInfo in lldb-server
Tamas Berghammer
2017-01-03
1
-1
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-168
/
+123
*
Unify process launching code on linux
Pavel Labath
2016-07-21
1
-6
/
+0
*
[NPL] Simplify process launch code
Pavel Labath
2016-07-15
1
-39
/
+3
*
[LLGS] Log more precise errors during inferior launch
Pavel Labath
2016-07-06
1
-0
/
+3
*
Remove Platform usages from NativeProcessLinux
Pavel Labath
2016-06-14
1
-11
/
+3
*
Remove Mutex from NativeProcessLinux
Pavel Labath
2016-05-16
1
-2
/
+0
*
Work around a stepping bug in arm64 android M
Pavel Labath
2016-02-23
1
-13
/
+3
*
[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
[next]