HomeSort by relevance Sort by last modified time
    Searched defs:ThreadPlanCallFunction (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Target/
ThreadPlanCallFunction.h 1 //===-- ThreadPlanCallFunction.h --------------------------------*- C++ -*-===//
23 class ThreadPlanCallFunction : public ThreadPlan
29 ThreadPlanCallFunction (Thread &thread,
39 ThreadPlanCallFunction (Thread &thread,
53 ~ThreadPlanCallFunction ();
188 DISALLOW_COPY_AND_ASSIGN (ThreadPlanCallFunction);
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 1 //===-- 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(%p): %s.", this, m_constructor_errors.GetData())
    [all...]

Completed in 315 milliseconds