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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-334
/
+0
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-16
/
+17
*
This patch adds support for setting/clearing hardware watchpoints and breakpo...
Omair Javaid
2015-05-15
1
-0
/
+12
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-5
/
+11
*
Fix TestProcesslaunch regression caused by D7372
Pavel Labath
2015-02-06
1
-1
/
+2
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-12
/
+0
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-2
/
+3
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-1
/
+4
*
Implement ProcessMonitor::Kill for Linux
Ed Maste
2014-04-01
1
-4
/
+2
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-0
/
+4
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
1
-0
/
+4
*
Improve stability of Linux ProcessMonitor by not using fds for synchronization:
Daniel Malea
2013-09-16
1
-9
/
+8
*
Stop process monitor from ProcessPOSIX::Finalize
Andrew Kaylor
2013-07-10
1
-3
/
+4
*
Reverting ProcessMonitor shared pointer changes
Andrew Kaylor
2013-07-09
1
-3
/
+3
*
Use shared pointers to hold the process in ProcessMonitor
Andrew Kaylor
2013-07-09
1
-3
/
+3
*
Add ability to attach/detach to multi-threaded inferiors on Linux.
Matt Kopec
2013-05-31
1
-1
/
+4
*
Adding support for stopping all threads of multithreaded inferiors on Linux. ...
Andrew Kaylor
2013-05-28
1
-0
/
+8
*
Fixed "log enable linux registers" and added a test.
Ashok Thirumurthi
2013-05-09
1
-4
/
+2
*
Add Linux support for reading/writing extended register sets.
Matt Kopec
2013-03-20
1
-2
/
+12
*
Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...
Matt Kopec
2013-03-15
1
-12
/
+2
*
Add ptrace extensions to query a register set.
Matt Kopec
2013-03-15
1
-2
/
+12
*
Improve/Cleanup ptrace wrapper and remove dependency on user.h
Matt Kopec
2013-03-06
1
-5
/
+5
*
Implement -w flag to process launch (allow launching inferior process in diff...
Daniel Malea
2013-01-08
1
-1
/
+4
*
Allow reading registers by thread ID in ProcessMonitor (Linux implementation)
Daniel Malea
2012-12-18
1
-6
/
+8
*
Fix Linux bug that leaves lldb in invalid state after expression evaluation t...
Daniel Malea
2012-11-23
1
-1
/
+1
*
Patch from Matt Kopec:
Greg Clayton
2012-10-16
1
-7
/
+5
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-3
/
+5
*
Patch from Dawn that fixes up linux debugging and a first passs at an
Greg Clayton
2011-11-29
1
-6
/
+6
*
Update ProcessMonitor::MonitorCallback signature.
Peter Collingbourne
2011-11-21
1
-1
/
+1
*
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
1
-7
/
+42
*
Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValues
Peter Collingbourne
2011-06-03
1
-0
/
+8
*
This patch add a "fake" attach waiting for a real implementation and
Johnny Chen
2011-05-13
1
-2
/
+2
*
linux: initial support for 'real' signal handling
Stephen Wilson
2011-03-30
1
-6
/
+37
*
Delay sync with the parent thread in ProcessLinux/ProcessMonitor.
Stephen Wilson
2011-01-19
1
-1
/
+1
*
Support the reading of registers en masse via the linux ProcessMonitor.
Stephen Wilson
2011-01-19
1
-0
/
+8
*
Use the correct type for thread handle.
Stephen Wilson
2011-01-15
1
-1
/
+1
*
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
-1
/
+4
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
1
-0
/
+208