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
*
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
*
Set the ID of a ProcessLinux instance to the PID of the inferior on launch.
Stephen Wilson
2011-01-15
1
-0
/
+1
*
Miscellaneous cleanups in ProcessMonitor.
Stephen Wilson
2011-01-15
1
-8
/
+15
*
Use the correct type for thread handle.
Stephen Wilson
2011-01-15
1
-1
/
+1
*
Implement ProcessLinux::GetImageInfoAddress().
Stephen Wilson
2011-01-15
2
-0
/
+16
*
Have LinuxThread cache it's current StopInfo object.
Stephen Wilson
2011-01-15
2
-17
/
+41
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
6
-11
/
+11
*
Fix a few small issues in r122981 to ensure compilation on Linux.
Stephen Wilson
2011-01-07
2
-5
/
+7
*
First try at patching linux for the recent RegisterContext patch. Can someone
Greg Clayton
2011-01-06
5
-34
/
+52
*
Fix typo (presumably carried over from the MacOSX plugin).
Stephen Wilson
2011-01-04
1
-1
/
+1
*
Provide LinuxThread with an implementation of Thread::GetUnwinder.
Stephen Wilson
2011-01-04
2
-0
/
+9
*
Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason.
Stephen Wilson
2011-01-04
2
-10
/
+11
*
StopInfo now lives in the lldb_private namespace. Qualify.
Stephen Wilson
2011-01-04
1
-1
/
+1
*
Use default implementation of Thread::GetStackFrameCount and Thread::GetStack...
Stephen Wilson
2011-01-04
2
-26
/
+1
*
Do not load sections manually when launching a Linux process.
Stephen Wilson
2011-01-04
2
-30
/
+0
*
Update ProcessLinux method signatures to be in line with LLDB's current API.
Stephen Wilson
2011-01-04
2
-2
/
+4
*
Host::StopMonitoringChildProcess has been removed. Provide a substitute.
Stephen Wilson
2011-01-04
2
-4
/
+20
*
Replace old "CurrentThread" calls with equivalent "SelectedThread" calls.
Stephen Wilson
2011-01-04
1
-1
/
+1
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-6
/
+10
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
11
-0
/
+3001