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
/
POSIX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-32
/
+0
*
Use SI_KERNEL on platforms defining it
Stephane Sezer
2015-09-14
1
-2
/
+3
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
18
-4657
/
+0
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
2
-49
/
+48
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
2
-4
/
+0
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
1
-21
/
+21
*
Initial FreeBSD/arm live debugging support
Ed Maste
2015-05-13
1
-0
/
+4
*
Remove DoAttachToProcessWithId(lldb::pid_t).
Zachary Turner
2015-05-13
2
-10
/
+1
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-0
/
+2
*
Adds Register Context Linux/POSIX for ARM Architecture
Omair Javaid
2015-04-14
5
-0
/
+461
*
Fix compilation failure caused by r234366.
Chaoren Lin
2015-04-07
1
-1
/
+1
*
Make sure the OperatingSystem plug-ins will work on linux as well. This goes ...
Greg Clayton
2015-04-07
1
-1
/
+4
*
Remove dead code in ProcessPOSIX.
Davide Italiano
2015-04-01
1
-33
/
+0
*
Remove virtual and add override for lots of function.
Tamas Berghammer
2015-03-25
2
-45
/
+45
*
Create NativeRegisterContext for android-arm64
Tamas Berghammer
2015-03-13
1
-0
/
+3
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
2
-0
/
+24
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
4
-4
/
+8
*
Fix TestProcesslaunch regression caused by D7372
Pavel Labath
2015-02-06
1
-1
/
+10
*
Implement initial Altivec support
Justin Hibbits
2015-02-05
2
-0
/
+23
*
Add PowerPC FPR access to the process monitor
Justin Hibbits
2015-02-05
1
-21
/
+22
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
7
-254
/
+402
*
Add test for denied process attach by pid and fix found bugs in Process/Proce...
Oleksiy Vyalov
2014-11-19
1
-0
/
+5
*
Fix broken Linux build after signature change of ResolveExecutable.
Oleksiy Vyalov
2014-11-17
1
-6
/
+7
*
Improve PowerPC unwind support
Justin Hibbits
2014-11-12
1
-1
/
+6
*
Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.
Eric Christopher
2014-11-04
1
-28
/
+28
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
4
-0
/
+434
*
Minor tweak to Ed's FreeBSD fix.
Todd Fiala
2014-10-01
1
-1
/
+1
*
Add a bandaid to fix the FreeBSD build
Ed Maste
2014-10-01
1
-0
/
+4
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
6
-17
/
+17
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-2
/
+1
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-1
/
+5
*
Fix configure & make build with python disabled
Keno Fischer
2014-09-09
1
-4
/
+4
*
Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.
Todd Fiala
2014-09-08
2
-8
/
+11
*
Linux ARM64: add ProcessMonitor-related RegisterContext support.
Todd Fiala
2014-09-02
4
-0
/
+424
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
2
-16
/
+4
*
lldb - Register Context Linux ARM64
Todd Fiala
2014-08-29
1
-0
/
+5
*
lldb Missing ARM64 breakpoint opcode for ProcessPOSIX added.
Todd Fiala
2014-08-27
1
-0
/
+6
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-4
/
+6
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-0
/
+1
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
2
-7
/
+3
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
2
-4
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
2
-0
/
+16
*
Remove useless call
Sylvestre Ledru
2014-06-21
1
-1
/
+0
*
Refactored RegisterInfoInterface into its own header.
Todd Fiala
2014-05-16
4
-4
/
+4
*
Address hung tests in Linux.
Todd Fiala
2014-04-18
1
-1
/
+1
*
Use getpgid() with waitpid() in case the process pgid is not equal to its pid...
Andrew MacPherson
2014-04-02
1
-2
/
+10
*
Implement ProcessMonitor::Kill for Linux
Ed Maste
2014-04-01
1
-4
/
+0
*
Implement ProcessMonitor::Kill for FreeBSD
Ed Maste
2014-04-01
1
-3
/
+5
[next]