summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepThrough.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-8/+8
* [Target] Generalize language-specific behavior in ThreadPlanStepThroughAlex Langford2019-05-301-16/+10
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-1/+24
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Adding support to step into the callable wrapped by libc++ std::functionShafik Yaghmour2018-10-121-0/+10
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-20/+12
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-226/+194
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-1/+1
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-10/+4
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Not all processes have a Dynamic Loader. Be sure to check that it exists bef...Jim Ingham2014-09-301-1/+4
* Revert change I didn't mean to check in.Greg Clayton2013-12-101-1/+1
* Fix autocompletion for multi-word commands.Greg Clayton2013-12-101-1/+1
* If the StepThrough plan makes it back to the frame in which it started, it sh...Jim Ingham2013-12-071-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-3/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-27/+41
* Purge a couple more uses of stack count for stepping.Jim Ingham2012-03-011-5/+5
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-7/+7
* Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham2011-12-031-30/+160
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-0/+9
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+137
OpenPOWER on IntegriCloud