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
...
*
Revert unwanted changes in lldb when updating llvm::Error()
Mehdi Amini
2016-11-11
1
-23
/
+23
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-23
/
+23
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Don't set a software stepping breakpoint at 0 on arm or mips.
Pavel Labath
2016-10-26
1
-1
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2209
/
+2193
*
[NFC] Darwin llgs support from Week of Code
Todd Fiala
2016-09-04
1
-21
/
+0
*
Revert r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
1
-2
/
+4
*
Revert r280200 and put it a proper fix
Pavel Labath
2016-08-31
1
-4
/
+2
*
Update the Linux code to reflect the changes done by zturner in r280139
Sylvestre Ledru
2016-08-31
1
-1
/
+1
*
Remove SYS_tgkill from Android.h
Pavel Labath
2016-08-08
1
-1
/
+0
*
Support loading files even when incorrect file name specified by the linker
Tamas Berghammer
2016-07-22
1
-0
/
+14
*
Unify process launching code on linux
Pavel Labath
2016-07-21
1
-228
/
+19
*
[NPL] Simplify process launch code
Pavel Labath
2016-07-15
1
-141
/
+72
*
[NPL] Increase ETXTBSY workaround sleep
Pavel Labath
2016-07-12
1
-1
/
+1
*
Change the /proc/<pid>/maps to not assert on incorrect input
Tamas Berghammer
2016-07-11
1
-12
/
+9
*
[LLGS] Work around an adb bug on Android <=M
Pavel Labath
2016-07-07
1
-0
/
+12
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-12
/
+6
*
[LLGS] Log more precise errors during inferior launch
Pavel Labath
2016-07-06
1
-113
/
+126
*
Remove Platform usages from NativeProcessLinux
Pavel Labath
2016-06-14
1
-134
/
+30
*
Remove Mutex from NativeProcessLinux
Pavel Labath
2016-05-16
1
-18
/
+1
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+11
*
Work around a stepping bug in arm64 android M
Pavel Labath
2016-02-23
1
-41
/
+2
*
[linux] Remove all traces of signalfd(2)
Pavel Labath
2016-02-23
1
-1
/
+0
*
Revert "Use BKPT instead of UDF for arm/thumb breakpoints"
Tamas Berghammer
2016-02-16
1
-6
/
+6
*
Use BKPT instead of UDF for arm/thumb breakpoints
Tamas Berghammer
2016-02-10
1
-6
/
+6
*
[LLDB] Fix Read/Write memory to be compatible with both endians
Mohit K. Bhakkad
2015-12-23
1
-4
/
+2
*
Fix cast in arm watchpoint handling code
Tamas Berghammer
2015-10-13
1
-1
/
+1
*
[NativeProcessLinux] Fix detach of multithreaded inferiors
Pavel Labath
2015-09-01
1
-5
/
+11
*
[NativeProcessLinux] Fix assertion failure when killing a process
Pavel Labath
2015-09-01
1
-1
/
+10
*
[LLDB][MIPS] Aligning code with rL245831
Mohit K. Bhakkad
2015-08-28
1
-1
/
+1
*
[NativeProcessLinux] Pass around threads by reference
Pavel Labath
2015-08-24
1
-238
/
+177
*
[NativeProcessLinux] Reduce the number of casts
Pavel Labath
2015-08-21
1
-62
/
+52
*
[NativeProcessLinux] Fix a bug in instruction-stepping over thread creation
Pavel Labath
2015-08-20
1
-211
/
+100
*
On Linux, clear the signal mask of the launched inferior
Pavel Labath
2015-08-19
1
-1
/
+11
*
Fix lldb-server arm-linux-g++ build
Omair Javaid
2015-08-19
1
-1
/
+1
*
[LLGS] Avoid misrepresenting log lines as inferior output
Pavel Labath
2015-08-18
1
-1
/
+4
*
Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Pavel Labath
2015-07-23
1
-28
/
+20
*
[NativeProcessLinux] Fix a couple of warnings
Pavel Labath
2015-07-23
1
-3
/
+3
*
Add jstopinfo support to llgs
Pavel Labath
2015-07-23
1
-1
/
+1
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-21
1
-614
/
+203
*
[NativeProcessLinux] Bugfix in the monitor thread
Pavel Labath
2015-07-20
1
-0
/
+3
*
Revert "[NativeProcessLinux] Integrate MainLoop"
Pavel Labath
2015-07-16
1
-203
/
+611
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-15
1
-611
/
+203
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-14
/
+6
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-5
/
+12
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-12
/
+5
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-5
/
+12
*
Fix cmake build after recent JSON changes
Pavel Labath
2015-07-07
1
-1
/
+1
*
Fix aarch64 breakpoint PC offset
Tamas Berghammer
2015-07-03
1
-9
/
+3
*
Fix qMemoryRegionInfo packet to return current value for address after the la...
Tamas Berghammer
2015-07-03
1
-6
/
+19
[prev]
[next]