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
/
ProcessLinux.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-110
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-2
/
+2
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-22
/
+27
*
Remove virtual and add override for lots of function.
Tamas Berghammer
2015-03-25
1
-16
/
+16
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-2
/
+2
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-14
/
+0
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-2
/
+3
*
Make ProcessLinux return true for DetachRequiresHalt() because PTRACE_DETACH ...
Andrew MacPherson
2014-03-25
1
-0
/
+3
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
1
-6
/
+0
*
Fix Linux build after r196787
Ed Maste
2013-12-09
1
-0
/
+3
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-0
/
+3
*
Correct header guard #endif comments
Ed Maste
2013-12-04
1
-1
/
+1
*
Move detach to FreeBSD- and Linux-specific classes.
Ed Maste
2013-08-30
1
-0
/
+3
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-0
/
+4
*
Re-introduces ELF core file support for Linux x86-64
Ashok Thirumurthi
2013-07-17
1
-1
/
+7
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
1
-7
/
+1
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
1
-1
/
+7
*
Adding support for stopping all threads of multithreaded inferiors on Linux. ...
Andrew Kaylor
2013-05-28
1
-0
/
+8
*
The Linux process plugin wasn't returning the correct linux signals. This fix...
Matt Kopec
2013-05-17
1
-0
/
+9
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
1
-1
/
+1
*
Linux fix patch from Dmitry Vyukov.
Greg Clayton
2012-02-21
1
-2
/
+3
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-139
/
+3
*
Patch from Dragos Tatulea which was a modified version of a patch from
Greg Clayton
2011-11-05
1
-8
/
+2
*
This patch fixes debugging of single threaded apps on Linux.
Johnny Chen
2011-10-18
1
-1
/
+2
*
Patch from dawn@burble.org to build on linux!
Johnny Chen
2011-10-10
1
-0
/
+4
*
Update ProcessLinux::CanDebug prototype
Peter Collingbourne
2011-07-22
1
-1
/
+1
*
Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/mun...
Peter Collingbourne
2011-06-03
1
-4
/
+3
*
linux: initial support for 'real' signal handling
Stephen Wilson
2011-03-30
1
-0
/
+20
*
linux: simple support for process input and output
Stephen Wilson
2011-03-23
1
-0
/
+9
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-6
/
+0
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-1
/
+2
*
Initial support for a DynamicLoader plugin on Linux.
Stephen Wilson
2011-01-16
1
-0
/
+12
*
Implement ProcessLinux::GetImageInfoAddress().
Stephen Wilson
2011-01-15
1
-0
/
+3
*
Do not load sections manually when launching a Linux process.
Stephen Wilson
2011-01-04
1
-3
/
+0
*
Update ProcessLinux method signatures to be in line with LLDB's current API.
Stephen Wilson
2011-01-04
1
-1
/
+2
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
1
-0
/
+188