summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-14/+11
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-5/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-2/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+6
* 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-181/+153
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-11/+8
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-7/+7
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-4/+4
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-8/+10
* This patch does a couple of things. Jim Ingham2013-11-071-6/+6
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-1/+8
* Now that we set ThreadPlanCallFunction to private in the constructor, it is c...Jim Ingham2012-12-071-1/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham2012-05-111-6/+3
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-52/+70
* We sometimes need to be able to call functions (via Process::RunThreadPlan) f...Jim Ingham2012-04-071-13/+42
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-8/+8
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-0/+2
* Added functions to lldb_private::Address to set an address from a load addressGreg Clayton2011-05-221-4/+5
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-10/+15
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-1/+7
* Changing the ObjC find method implementation to use a ClangUtilityFunction in...Jim Ingham2010-12-101-12/+27
* 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
* Handle stepping through ObjC vtable trampoline code.Jim Ingham2010-11-051-0/+7
* Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham2010-11-041-0/+156
OpenPOWER on IntegriCloud