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
/
ThreadPlanStepThrough.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-8
/
+8
*
[Target] Generalize language-specific behavior in ThreadPlanStepThrough
Alex Langford
2019-05-30
1
-16
/
+10
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+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
-1
/
+24
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Adding support to step into the callable wrapped by libc++ std::function
Shafik Yaghmour
2018-10-12
1
-0
/
+10
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-20
/
+12
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-226
/
+194
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-10
/
+4
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Not all processes have a Dynamic Loader. Be sure to check that it exists bef...
Jim Ingham
2014-09-30
1
-1
/
+4
*
Revert change I didn't mean to check in.
Greg Clayton
2013-12-10
1
-1
/
+1
*
Fix autocompletion for multi-word commands.
Greg Clayton
2013-12-10
1
-1
/
+1
*
If the StepThrough plan makes it back to the frame in which it started, it sh...
Jim Ingham
2013-12-07
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-3
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-1
/
+1
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-0
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
If the ObjC Step Through Trampoline plan causes a target crash, properly prop...
Jim Ingham
2012-05-10
1
-27
/
+41
*
Purge a couple more uses of stack count for stepping.
Jim Ingham
2012-03-01
1
-5
/
+5
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-7
/
+7
*
Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...
Jim Ingham
2011-12-03
1
-30
/
+160
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-0
/
+9
*
Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...
Jim Ingham
2010-06-19
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+137