Searched refs:ThreadPlanCallFunction (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp48 ThreadPlanCallFunction (thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error, ignore_breakpoints, this_arg, cmd_arg),
63 ThreadPlanCallFunction::GetDescription (s, level);
69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo();
H A DThreadPlanCallFunction.cpp1 //===-- ThreadPlanCallFunction.cpp ------------------------------*- C++ -*-===//
10 #include "lldb/Target/ThreadPlanCallFunction.h"
37 // ThreadPlanCallFunction: Plan to call a single function
40 ThreadPlanCallFunction::ConstructorSetup (Thread &thread,
73 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
83 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
95 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
105 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
118 m_constructor_errors.Printf ("Setting up ThreadPlanCallFunction, failed to checkpoint thread state.");
120 log->Printf ("ThreadPlanCallFunction(
128 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, function in class:ThreadPlanCallFunction
191 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, function in class:ThreadPlanCallFunction
[all...]
H A DAndroid.mk33 ThreadPlanCallFunction.cpp \
H A DThread.cpp31 #include "lldb/Target/ThreadPlanCallFunction.h"
1474 ThreadPlanSP thread_plan_sp (new ThreadPlanCallFunction (*this,
/external/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h21 #include "lldb/Target/ThreadPlanCallFunction.h"
25 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction
47 ThreadPlanCallFunction::WillPop();
H A DThreadPlanCallFunction.h1 //===-- ThreadPlanCallFunction.h --------------------------------*- C++ -*-===//
23 class ThreadPlanCallFunction : public ThreadPlan class in namespace:lldb_private
29 ThreadPlanCallFunction (Thread &thread,
39 ThreadPlanCallFunction (Thread &thread,
53 ~ThreadPlanCallFunction ();
188 DISALLOW_COPY_AND_ASSIGN (ThreadPlanCallFunction);
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp19 #include "lldb/Target/ThreadPlanCallFunction.h"
80 ThreadPlanCallFunction *call_function_thread_plan
81 = new ThreadPlanCallFunction (*thread,
172 lldb::ThreadPlanSP call_plan_sp (new ThreadPlanCallFunction (*thread,
226 ThreadPlanCallFunction *call_function_thread_plan
227 = new ThreadPlanCallFunction (*thread,
/external/lldb/source/Expression/
H A DClangFunction.cpp43 #include "lldb/Target/ThreadPlanCallFunction.h"
423 ThreadPlan *new_plan = new ThreadPlanCallFunction (*thread,
442 // FIXME: Create our ThreadPlanCallFunction with the return ClangASTType, and then use GetReturnValueObject
H A DClangUserExpression.cpp876 lldb::addr_t function_stack_pointer = static_cast<ThreadPlanCallFunction *>(call_plan_sp.get())->GetFunctionStackPointer();

Completed in 186 milliseconds