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
/
ProcessMonitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit lldb realtime output for POSIX.
Matt Kopec
2013-03-14
1
-1
/
+2
*
Improve/Cleanup ptrace wrapper and remove dependency on user.h
Matt Kopec
2013-03-06
1
-51
/
+68
*
Add initial support to trace spawned threads in a process on Linux.
Matt Kopec
2013-01-08
1
-1
/
+18
*
Implement -w flag to process launch (allow launching inferior process in diff...
Daniel Malea
2013-01-08
1
-3
/
+16
*
Allow reading registers by thread ID in ProcessMonitor (Linux implementation)
Daniel Malea
2012-12-18
1
-32
/
+40
*
Avoid possible overflow when reading inferior memory (and logging is enabled)
Daniel Malea
2012-12-14
1
-4
/
+8
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-13
/
+12
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Fix Linux bug that leaves lldb in invalid state after expression evaluation t...
Daniel Malea
2012-11-23
1
-7
/
+23
*
Remove call to StopMonitor() from ProcessMonitor::Detach()
Daniel Malea
2012-11-22
1
-2
/
+2
*
Patch from Matt Kopec:
Greg Clayton
2012-10-16
1
-29
/
+25
*
Patch from Daniel Malea that cleans up the process parameters for Process/Thr...
Greg Clayton
2012-10-12
1
-4
/
+2
*
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
*
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
1
-2
/
+4
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-48
/
+44
*
Patch from Dawn that fixes up linux debugging and a first passs at an
Greg Clayton
2011-11-29
1
-7
/
+33
*
Update ProcessMonitor::MonitorCallback signature.
Peter Collingbourne
2011-11-21
1
-0
/
+1
*
Patch from Dragos Tatulea which was a modified version of a patch from
Greg Clayton
2011-11-05
1
-2
/
+74
*
This patch fixes debugging of single threaded apps on Linux.
Johnny Chen
2011-10-18
1
-20
/
+155
*
Patch from dawn@burble.org to build on linux!
Johnny Chen
2011-10-10
1
-1
/
+1
*
Primitive attach support for linux
Johnny Chen
2011-06-14
1
-16
/
+162
*
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
1
-0
/
+70
*
This patch add a "fake" attach waiting for a real implementation and
Johnny Chen
2011-05-13
1
-7
/
+8
*
linux: initial support for 'real' signal handling
Stephen Wilson
2011-03-30
1
-75
/
+262
*
linux: simple support for process input and output
Stephen Wilson
2011-03-23
1
-0
/
+27
*
linux: use IS_VALID_LLDB_HOST_THREAD.
Stephen Wilson
2011-02-09
1
-4
/
+4
*
Delay sync with the parent thread in ProcessLinux/ProcessMonitor.
Stephen Wilson
2011-01-19
1
-4
/
+7
*
Support the reading of registers en masse via the linux ProcessMonitor.
Stephen Wilson
2011-01-19
1
-0
/
+70
*
Miscellaneous cleanups in ProcessMonitor.
Stephen Wilson
2011-01-15
1
-8
/
+15
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-2
/
+2
*
Host::StopMonitoringChildProcess has been removed. Provide a substitute.
Stephen Wilson
2011-01-04
1
-3
/
+16
*
Replace old "CurrentThread" calls with equivalent "SelectedThread" calls.
Stephen Wilson
2011-01-04
1
-1
/
+1
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
1
-0
/
+925