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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-44
/
+0
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-3
/
+8
*
Remove virtual and add override for lots of function.
Tamas Berghammer
2015-03-25
1
-2
/
+2
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-1
/
+1
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
1
-4
/
+0
*
Fix Linux by partially reverting 196787
Ed Maste
2013-12-11
1
-4
/
+1
*
Fix Linux build after r196787
Ed Maste
2013-12-09
1
-1
/
+1
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-1
/
+4
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-0
/
+43
*
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
-102
/
+0
*
This patch fixes debugging of single threaded apps on Linux.
Johnny Chen
2011-10-18
1
-0
/
+14
*
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...
Peter Collingbourne
2011-06-03
1
-7
/
+0
*
linux: initial support for 'real' signal handling
Stephen Wilson
2011-03-30
1
-20
/
+10
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-6
/
+7
*
Make a mandatory call to DestroyThread() in ~LinuxThread().
Stephen Wilson
2011-01-16
1
-0
/
+2
*
Have LinuxThread cache it's current StopInfo object.
Stephen Wilson
2011-01-15
1
-0
/
+8
*
Fix a few small issues in r122981 to ensure compilation on Linux.
Stephen Wilson
2011-01-07
1
-2
/
+2
*
First try at patching linux for the recent RegisterContext patch. Can someone
Greg Clayton
2011-01-06
1
-7
/
+15
*
Provide LinuxThread with an implementation of Thread::GetUnwinder.
Stephen Wilson
2011-01-04
1
-0
/
+3
*
Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason.
Stephen Wilson
2011-01-04
1
-3
/
+3
*
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
1
-6
/
+0
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
1
-0
/
+89