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
/
ThreadPlanStepInRange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
1
-2
/
+2
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-1
/
+1
*
[lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHere...
Raphael Isemann
2019-11-12
1
-1
/
+1
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
1
-3
/
+3
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-19
/
+10
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-22
/
+25
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-4
/
+4
*
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
-10
/
+22
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Add missing constness.
Tatyana Krasnukha
2018-06-27
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-44
/
+29
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
1
-0
/
+13
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
1
-13
/
+0
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
1
-0
/
+13
*
Log whether we found a step out plan or not.
Jim Ingham
2017-08-23
1
-2
/
+6
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-3
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-462
/
+429
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-19
/
+11
*
Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
2015-07-24
1
-1
/
+1
*
Most thread plans don't handle eStopReasonInstrumentation stop reasons,
Jim Ingham
2015-07-23
1
-18
/
+12
*
Fix virtual step handling in ThreadPlanStepInRange
Tamas Berghammer
2015-05-15
1
-0
/
+1
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-2
/
+0
*
Remove unneeded local var initialization.
Jason Molenda
2014-10-15
1
-1
/
+0
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-7
/
+22
*
Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...
Jim Ingham
2014-08-08
1
-12
/
+4
*
When stepping, handle the case where the step leaves us with
Jim Ingham
2014-08-06
1
-2
/
+3
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-43
/
+78
*
Don't need to figure out the frame's module if we don't have any libraries
Jim Ingham
2014-01-23
1
-10
/
+14
*
Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se...
Jim Ingham
2014-01-23
1
-4
/
+27
*
Fix issue from r166732 found by Andrew Kaylor
Ed Maste
2013-11-25
1
-2
/
+2
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
This commit does two things. One, it converts the return value of the QueueT...
Jim Ingham
2013-07-18
1
-18
/
+32
*
If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...
Jim Ingham
2013-06-04
1
-1
/
+1
*
Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso...
Daniel Malea
2013-05-14
1
-0
/
+6
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-29
/
+40
*
<rdar://problem/13384801>
Greg Clayton
2013-04-03
1
-2
/
+5
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
Log the match substring as well in the case where we match the step-avoid reg...
Jim Ingham
2013-03-14
1
-4
/
+12
*
Add some logging to track cases where “step-in” steps out due to the avoi...
Jim Ingham
2013-03-14
1
-4
/
+21
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-1
/
+1
*
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
Andrew Kaylor
2012-12-20
1
-0
/
+1
*
Fixed a few bugs in the "step in" thread plan logic.
Jim Ingham
2012-12-12
1
-7
/
+55
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+1
*
Found a couple more places where we need to run all threads when stepping.
Jim Ingham
2012-10-25
1
-6
/
+9
*
Ensure that the ShouldStopHere plans get called even when doing "virtual" steps.
Jim Ingham
2012-09-07
1
-95
/
+112
[next]