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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
1
-125
/
+0
*
Fix Linux build after r196787
Ed Maste
2013-12-09
1
-1
/
+1
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-0
/
+125
*
Move detach to FreeBSD- and Linux-specific classes.
Ed Maste
2013-08-30
1
-0
/
+29
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-2
/
+10
*
Re-introduces ELF core file support for Linux x86-64
Ashok Thirumurthi
2013-07-17
1
-4
/
+18
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
1
-18
/
+3
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
1
-3
/
+18
*
Adding support for stopping all threads of multithreaded inferiors on Linux. ...
Andrew Kaylor
2013-05-28
1
-1
/
+37
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-10
/
+5
*
Add initial support to trace spawned threads in a process on Linux.
Matt Kopec
2013-01-08
1
-16
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Patch from Daniel Malea that cleans up the process parameters for Process/Thr...
Greg Clayton
2012-10-12
1
-2
/
+1
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
1
-2
/
+2
*
Linux fix patch from Dmitry Vyukov.
Greg Clayton
2012-02-21
1
-5
/
+7
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-502
/
+18
*
Patch from Dawn that fixes up linux debugging and a first passs at an
Greg Clayton
2011-11-29
1
-4
/
+8
*
Patch from Dragos Tatulea which was a modified version of a patch from
Greg Clayton
2011-11-05
1
-12
/
+43
*
This patch fixes debugging of single threaded apps on Linux.
Johnny Chen
2011-10-18
1
-4
/
+25
*
Patch by Dawn to add the logging capabilities to ProcessLinux.cpp.
Johnny Chen
2011-10-11
1
-1
/
+18
*
Patch from dawn@burble.org to build on linux!
Johnny Chen
2011-10-10
1
-0
/
+7
*
Update ProcessLinux::CanDebug prototype
Peter Collingbourne
2011-07-22
1
-1
/
+1
*
Primitive attach support for linux
Johnny Chen
2011-06-14
1
-1
/
+10
*
Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/mun...
Peter Collingbourne
2011-06-03
1
-8
/
+31
*
linux: initial support for 'real' signal handling
Stephen Wilson
2011-03-30
1
-62
/
+96
*
linux: simple support for process input and output
Stephen Wilson
2011-03-23
1
-0
/
+36
*
linux: Use ArchSpec::GetCore and the ArchSpec::Core enums.
Stephen Wilson
2011-02-24
1
-3
/
+3
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-14
/
+0
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-1
/
+2
*
Timeout if we fail to receive a state change event when destroying an inferior.
Stephen Wilson
2011-01-19
1
-4
/
+12
*
Only enqueue valid ProcessLinux messages.
Stephen Wilson
2011-01-19
1
-1
/
+5
*
Initial support for a DynamicLoader plugin on Linux.
Stephen Wilson
2011-01-16
1
-0
/
+27
*
Set the ID of a ProcessLinux instance to the PID of the inferior on launch.
Stephen Wilson
2011-01-15
1
-0
/
+1
*
Implement ProcessLinux::GetImageInfoAddress().
Stephen Wilson
2011-01-15
1
-0
/
+13
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Do not load sections manually when launching a Linux process.
Stephen Wilson
2011-01-04
1
-27
/
+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
/
+443