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
/
ThreadPlan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-1
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-0
/
+1
*
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
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix incorrect logging in ThreadPlan::ShouldReportStop
Pavel Labath
2017-02-03
1
-5
/
+2
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-6
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-251
/
+187
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-12
/
+12
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-17
/
+17
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-17
/
+5
*
Most thread plans don't handle eStopReasonInstrumentation stop reasons,
Jim Ingham
2015-07-23
1
-0
/
+18
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-0
/
+1
*
Add null RegisterContext assertions
Ed Maste
2015-02-23
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-10
/
+5
*
clean up about 22 warnings messages
Michael Sartain
2013-08-07
1
-12
/
+12
*
<rdar://problem/14526890>
Greg Clayton
2013-07-30
1
-0
/
+141
*
Add some useful logging for tracking thread matching problems.
Jim Ingham
2013-06-22
1
-2
/
+3
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-1
/
+19
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
If the ObjC Step Through Trampoline plan causes a target crash, properly prop...
Jim Ingham
2012-05-10
1
-0
/
+1
*
Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...
Jim Ingham
2012-05-03
1
-1
/
+1
*
Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...
Jim Ingham
2012-05-01
1
-2
/
+4
*
Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...
Jim Ingham
2012-04-09
1
-1
/
+2
*
First stage of implementing step by "run to next branch". Doesn't work yet, ...
Jim Ingham
2012-03-09
1
-43
/
+0
*
Convert the thread plans over from using the stack count to do their logic to...
Jim Ingham
2012-03-01
1
-2
/
+4
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-1
/
+1
*
Moved the code in ClangUserExpression that set up & ran the thread plan with ...
Jim Ingham
2010-11-30
1
-0
/
+7
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-0
/
+11
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Cleaned up step logging a bit.
Greg Clayton
2010-09-03
1
-3
/
+4
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-4
/
+27
*
Fix constructor initialization order. Patch by Bill Lynch.
Benjamin Kramer
2010-07-16
1
-4
/
+4
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-3
/
+3
*
Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...
Jim Ingham
2010-06-19
1
-1
/
+2
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+185