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
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-3
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+1
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+0
*
Remove lldb streams from the Log class completely
Pavel Labath
2017-03-15
1
-1
/
+0
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Implement QPassSignals GDB package in lldb-server
Pavel Labath
2017-02-24
1
-5
/
+1
*
Switch "posix" to the new log channel registration mechanism
Pavel Labath
2017-02-23
2
-204
/
+22
*
Remove some dead code from ProcessPOSIXLog
Pavel Labath
2017-02-13
2
-41
/
+0
*
Convert Log class to llvm streams
Pavel Labath
2017-02-10
2
-5
/
+7
*
Remove the verbose category in the posix channel
Pavel Labath
2017-02-06
2
-3
/
+0
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+7
*
Fix -Wunused-function warning by preprocessor conditionalizing the function t...
David Blaikie
2017-01-06
1
-0
/
+2
*
Fix a crash in ProcessPOSIXLog
Pavel Labath
2016-11-28
1
-2
/
+2
*
Fix build failure on lldb-amd64-ninja-freebsd11 error caused by rL283474
Valentina Giusti
2016-10-07
2
-9
/
+22
*
Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...
Valentina Giusti
2016-10-06
2
-4
/
+41
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
6
-766
/
+689
*
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
[next]