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
/
LinuxThread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
1
-41
/
+0
*
Fix Linux build after r196787
Ed Maste
2013-12-09
1
-0
/
+4
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-1
/
+38
*
Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.
Michael Sartain
2013-09-14
1
-1
/
+1
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-0
/
+63
*
Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...
Johnny Chen
2012-01-05
1
-0
/
+0
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-350
/
+0
*
This patch fixes debugging of single threaded apps on Linux.
Johnny Chen
2011-10-18
1
-1
/
+95
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
1
-12
/
+0
*
linux: initial support for 'real' signal handling
Stephen Wilson
2011-03-30
1
-40
/
+72
*
Add register context for i386 on Linux.
Stephen Wilson
2011-02-28
1
-4
/
+10
*
linux: Use ArchSpec::GetCore and the ArchSpec::Core enums.
Stephen Wilson
2011-02-24
1
-2
/
+2
*
Make LinuxThread use the LLDB unwinder.
Stephen Wilson
2011-01-19
1
-3
/
+14
*
Do not enable hardware stepping when resuming a step-enabled thread.
Stephen Wilson
2011-01-19
1
-1
/
+1
*
Make a mandatory call to DestroyThread() in ~LinuxThread().
Stephen Wilson
2011-01-16
1
-0
/
+5
*
Have LinuxThread cache it's current StopInfo object.
Stephen Wilson
2011-01-15
1
-17
/
+33
*
Fix a few small issues in r122981 to ensure compilation on Linux.
Stephen Wilson
2011-01-07
1
-3
/
+5
*
First try at patching linux for the recent RegisterContext patch. Can someone
Greg Clayton
2011-01-06
1
-21
/
+31
*
Provide LinuxThread with an implementation of Thread::GetUnwinder.
Stephen Wilson
2011-01-04
1
-0
/
+6
*
Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason.
Stephen Wilson
2011-01-04
1
-7
/
+8
*
Use default implementation of Thread::GetStackFrameCount and Thread::GetStack...
Stephen Wilson
2011-01-04
1
-20
/
+1
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
1
-0
/
+198