summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepOut.cpp
Commit message (Expand)AuthorAgeFilesLines
* In 'thread step-out' command, only insert a breakpoint in executable memory.Jim Ingham2019-12-201-1/+25
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+2
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-2/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+7
* 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-7/+20
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add support for artificial tail call framesVedant Kumar2018-10-051-3/+27
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-32/+23
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-475/+396
* Remove unused variables.Zachary Turner2016-08-311-2/+0
* Implementation "step out" plans shouldn't gather the return value.Jim Ingham2016-08-231-2/+7
* Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda2016-01-081-3/+26
* Revert r257117 "Performance improvement: Change lldb so that itJason Molenda2016-01-081-34/+3
* Performance improvement: Change lldb so that it puts a breakpointJason Molenda2016-01-081-3/+34
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-38/+19
* Add a space char so step logging doesn't print things likeJason Molenda2015-12-041-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-3/+3
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham2015-07-231-11/+3
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-11/+40
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-66/+113
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-8/+3
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-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-2/+2
* 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
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-0/+1
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* Fixed a problem where stepping out would turn intoSean Callanan2012-07-311-1/+6
* Relax the test for "is the frame I am going to step back out to the one I sta...Jim Ingham2012-07-261-0/+1
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-1/+14
* Hardened the step-out plan in case it receivesSean Callanan2012-03-131-0/+3
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-11/+44
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-8/+8
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-1/+46
* Make "next" and "step-out" work when in stepping over or out of inlined funct...Jim Ingham2011-10-151-31/+199
* Patches from Jean-Daniel:Johnny Chen2011-02-041-1/+1
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-13/+11
OpenPOWER on IntegriCloud