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
/
Target
/
ThreadList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-28
/
+27
*
Use the multi-lockable form of std::lock for operator=
Jim Ingham
2019-03-29
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-82
/
+66
*
Re-land "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-13
1
-0
/
+14
*
Revert "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-12
1
-14
/
+0
*
Don't assume backing thread shares protocol ID.
Jonas Devlieghere
2018-04-12
1
-0
/
+14
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-9
/
+4
*
Fixed a crasher that has been borking out heap for a long time.
Greg Clayton
2016-12-08
1
-1
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-732
/
+624
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-30
/
+35
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-0
/
+37
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-0
/
+5
*
Change the null check to an assert.
Zachary Turner
2015-11-13
1
-1
/
+3
*
Add a null check against the ThreadPlan
Zachary Turner
2015-11-13
1
-1
/
+1
*
Fix TestThreadSpecificBreakpoint.py on Linux after rL252355.
Chaoren Lin
2015-11-07
1
-1
/
+5
*
Another optimization to keep down gdb-remote traffic. If we have suspended a...
Jim Ingham
2015-11-06
1
-2
/
+18
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-1
/
+2
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-2
/
+2
*
Fix up some comments to be more explicit. Remove some long-commented out code.
Jim Ingham
2015-06-02
1
-0
/
+1
*
Enable debugging of multithreaded programs on Windows.
Adrian McCarthy
2015-05-18
1
-2
/
+2
*
Reverting r237392 since it broke TestNumThreads on ubuntu builder.
Oleksiy Vyalov
2015-05-15
1
-2
/
+2
*
Enable multithreaded debugging on Windows.
Adrian McCarthy
2015-05-14
1
-2
/
+2
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-0
/
+1
*
[lldb] Abstract a superclass for a generic thread container.
Kuba Brecka
2014-09-05
1
-21
/
+2
*
Fix the behavior when hand-calling a function times out on one thread,
Jim Ingham
2014-04-08
1
-1
/
+10
*
Fixed deadlocks that could occur when using python for breakpoints, operating...
Greg Clayton
2014-02-13
1
-0
/
+11
*
Correct logic checking for the first stop ID
Ed Maste
2014-01-17
1
-1
/
+1
*
Fix a bug where if we stop but nobody says there was a reason for the stop, w...
Jim Ingham
2014-01-15
1
-5
/
+19
*
Adding support for setting thread stop state when a process stops.
Andrew Kaylor
2013-05-10
1
-0
/
+22
*
Revert r181482 as it causes occasional hangs in LLDB buildbots
Daniel Malea
2013-05-09
1
-22
/
+0
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-13
/
+8
*
Adding code to set thread state to stopped when the process stops.
Andrew Kaylor
2013-05-08
1
-0
/
+22
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-0
/
+13
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-30
/
+32
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-32
/
+30
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
1
-30
/
+32
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-5
/
+51
*
Make sure all the threads get a chance to compute their StopInfo's before we ...
Jim Ingham
2013-04-16
1
-1
/
+12
*
<rdar://problem/13527167>
Greg Clayton
2013-03-28
1
-0
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-6
/
+6
*
If we stopped but no threads had a reason for stopping, we should tell the us...
Jim Ingham
2013-03-21
1
-1
/
+16
*
<rdar://problem/12976225>
Han Ming Ong
2013-01-08
1
-0
/
+23
*
Broadcast an event when the selected thread is changed.
Jim Ingham
2012-12-11
1
-2
/
+17
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Don't lock the thread list during ThreadList::ShouldStop. That does too
Jim Ingham
2012-11-15
1
-7
/
+20
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
[next]