llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
Jim Ingham f48169bb4f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming.
Added a ThreadPlanCallUserExpression that differs from ThreadPlanCallFunction in that it holds onto a shared pointer to its ClangUserExpression so that can't go away before the thread plan is done using it.

Fixed the stop message when you hit a breakpoint while running a user expression so it is more obvious what has happened.

llvm-svn: 120386
2010-11-30 02:22:11 +00:00
..
AppleObjCRuntime.cpp Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. 2010-11-30 02:22:11 +00:00
AppleObjCRuntime.h Fixed error handling when the utility functions 2010-11-05 00:57:06 +00:00
AppleObjCRuntimeV1.cpp Removed redundant code for object introspection. 2010-11-12 01:41:35 +00:00
AppleObjCRuntimeV1.h Removed redundant code for object introspection. 2010-11-12 01:41:35 +00:00
AppleObjCRuntimeV2.cpp Removed redundant code for object introspection. 2010-11-12 01:41:35 +00:00
AppleObjCRuntimeV2.h Removed redundant code for object introspection. 2010-11-12 01:41:35 +00:00
AppleObjCTrampolineHandler.cpp Modified the lldb_private::Type clang type resolving code to handle three 2010-11-13 03:52:47 +00:00
AppleObjCTrampolineHandler.h Handle stepping through ObjC vtable trampoline code. 2010-11-05 00:18:21 +00:00
AppleThreadPlanStepThroughObjCTrampoline.cpp Add ThreadPlanTracer class to allow instruction step tracing of execution. 2010-11-11 19:26:09 +00:00
AppleThreadPlanStepThroughObjCTrampoline.h Add ThreadPlanTracer class to allow instruction step tracing of execution. 2010-11-11 19:26:09 +00:00