Searched defs:ThreadPlanCallFunction (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
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/Target/
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...]

Completed in 258 milliseconds