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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch from Matt Kopec:
Greg Clayton
2012-10-16
2
-36
/
+30
*
Patch from Daniel Malea that cleans up the process parameters for Process/Thr...
Greg Clayton
2012-10-12
2
-6
/
+3
*
Modified patch from Matt Kopec that makes sure the run lock is acquired when ...
Greg Clayton
2012-10-12
1
-0
/
+2
*
Patch from Andrew Kaylor for linux:
Greg Clayton
2012-09-07
1
-26
/
+26
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
2
-3
/
+3
*
Linux/ProcessMonitor: include sys/user.h for user_regs_struct and user_fpregs...
Benjamin Kramer
2012-04-07
1
-0
/
+1
*
Linux fix patch from Dmitry Vyukov.
Greg Clayton
2012-02-21
3
-9
/
+14
*
Fix indentation.
Johnny Chen
2012-01-05
1
-30
/
+30
*
Add back the file I wrongly deleted in r147613.
Johnny Chen
2012-01-05
1
-0
/
+44
*
Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...
Johnny Chen
2012-01-05
13
-44
/
+0
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
18
-3746
/
+74
*
Patch from Dawn that fixes up linux debugging and a first passs at an
Greg Clayton
2011-11-29
3
-17
/
+47
*
Update ProcessMonitor::MonitorCallback signature.
Peter Collingbourne
2011-11-21
2
-1
/
+2
*
Patch from Dragos Tatulea which was a modified version of a patch from
Greg Clayton
2011-11-05
3
-22
/
+119
*
This patch fixes debugging of single threaded apps on Linux.
Johnny Chen
2011-10-18
13
-31
/
+600
*
Patch by Dawn to add the logging capabilities to ProcessLinux.cpp.
Johnny Chen
2011-10-11
3
-1
/
+255
*
Patch from dawn@burble.org to build on linux!
Johnny Chen
2011-10-10
3
-1
/
+12
*
Update ProcessLinux::CanDebug prototype
Peter Collingbourne
2011-07-22
2
-2
/
+2
*
Remove duplicate m_monitor field from LaunchArgs
Peter Collingbourne
2011-06-20
1
-1
/
+0
*
Primitive attach support for linux
Johnny Chen
2011-06-14
3
-24
/
+214
*
Improve error reporting in ProcessMonitor::Launch
Peter Collingbourne
2011-06-14
1
-8
/
+46
*
Fix mistakes relating to ProcessMonitor::DupDescriptor
Peter Collingbourne
2011-06-14
1
-4
/
+4
*
If ProcessMonitor::Launch fails, post semaphore to notify caller
Peter Collingbourne
2011-06-14
1
-1
/
+3
*
Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValues
Peter Collingbourne
2011-06-03
4
-1
/
+118
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
2
-19
/
+0
*
Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/mun...
Peter Collingbourne
2011-06-03
2
-12
/
+34
*
A bit of clean up.
Johnny Chen
2011-05-19
3
-113
/
+9
*
This patch add a "fake" attach waiting for a real implementation and
Johnny Chen
2011-05-13
6
-10
/
+63
*
linux: initial support for 'real' signal handling
Stephen Wilson
2011-03-30
12
-221
/
+927
*
linux: minor updates to account for recent namespace changes
Stephen Wilson
2011-03-26
2
-4
/
+4
*
linux: simple support for process input and output
Stephen Wilson
2011-03-23
3
-0
/
+72
*
Add register context for i386 on Linux.
Stephen Wilson
2011-02-28
3
-4
/
+791
*
linux: Use ArchSpec::GetCore and the ArchSpec::Core enums.
Stephen Wilson
2011-02-24
2
-5
/
+5
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
2
-20
/
+0
*
linux: use IS_VALID_LLDB_HOST_THREAD.
Stephen Wilson
2011-02-09
1
-4
/
+4
*
Namespace patch for linux builds from Jai Menon.
Greg Clayton
2011-02-07
1
-1
/
+2
*
A missed endian fix for the linux register context for x86_64.
Greg Clayton
2011-02-01
1
-1
/
+1
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
2
-2
/
+4
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-6
/
+7
*
Delay sync with the parent thread in ProcessLinux/ProcessMonitor.
Stephen Wilson
2011-01-19
2
-5
/
+8
*
Make LinuxThread use the LLDB unwinder.
Stephen Wilson
2011-01-19
2
-3
/
+17
*
Do not enable hardware stepping when resuming a step-enabled thread.
Stephen Wilson
2011-01-19
1
-1
/
+1
*
Fix implementation of LinuxThread::HardwareSingleStep.
Stephen Wilson
2011-01-19
1
-1
/
+22
*
Implement RegisterContextLinux_x86_64::ReadRegisterBytes.
Stephen Wilson
2011-01-19
2
-10
/
+59
*
Support the reading of registers en masse via the linux ProcessMonitor.
Stephen Wilson
2011-01-19
2
-0
/
+78
*
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
2
-0
/
+39
*
Make a mandatory call to DestroyThread() in ~LinuxThread().
Stephen Wilson
2011-01-16
2
-0
/
+7
*
Add empty implementation of pure virtual RegisterContext::InvalidateAllRegist...
Stephen Wilson
2011-01-15
2
-0
/
+8
[next]