Searched refs:ThreadPlanBase (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanBase.cpp1 //===-- ThreadPlanBase.cpp --------------------------------------*- C++ -*-===//
10 #include "lldb/Target/ThreadPlanBase.h"
31 // ThreadPlanBase: This one always stops, and never has anything particular
36 ThreadPlanBase::ThreadPlanBase (Thread &thread) : function in class:ThreadPlanBase
53 ThreadPlanBase::~ThreadPlanBase ()
59 ThreadPlanBase::GetDescription (Stream *s, lldb::DescriptionLevel level)
65 ThreadPlanBase::ValidatePlan (Stream *error)
71 ThreadPlanBase
[all...]
H A DAndroid.mk32 ThreadPlanBase.cpp \
H A DThread.cpp32 #include "lldb/Target/ThreadPlanBase.h"
1356 ThreadPlanSP thread_plan_sp (new ThreadPlanBase(*this));
H A DProcess.cpp42 #include "lldb/Target/ThreadPlanBase.h"
4748 stopper_base_plan_sp.reset(new ThreadPlanBase (*thread));
/external/lldb/include/lldb/Target/
H A DThreadPlanBase.h1 //===-- ThreadPlanBase.h ----------------------------------------*- C++ -*-===//
30 class ThreadPlanBase : public ThreadPlan class in namespace:lldb_private
34 virtual ~ThreadPlanBase ();
59 ThreadPlanBase (Thread &thread);
65 DISALLOW_COPY_AND_ASSIGN (ThreadPlanBase);
H A DStopInfo.h27 friend class ThreadPlanBase;
191 // ProcessEventData::DoOnRemoval, though the ThreadPlanBase needs to consult this later on.
/external/lldb/include/lldb/
H A Dlldb-forward.h216 class ThreadPlanBase;

Completed in 205 milliseconds