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

/external/lldb/source/Target/
H A DThreadPlan.cpp1 //===-- ThreadPlan.cpp ------------------------------------------*- C++ -*-===//
12 #include "lldb/Target/ThreadPlan.h"
30 // ThreadPlan constructor
32 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote run_vote) : function in class:ThreadPlan
52 ThreadPlan::~ThreadPlan()
57 ThreadPlan::PlanExplainsStop (Event *event_ptr)
72 ThreadPlan::IsPlanComplete ()
79 ThreadPlan
[all...]
/external/lldb/include/lldb/Target/
H A DThreadPlan.h1 //===-- ThreadPlan.h --------------------------------------------*- C++ -*-===//
30 // ThreadPlan:
87 // Over the lifetime of the plan, various methods of the ThreadPlan are then called in response to changes of state in
142 // originally thought "MasterPlan-ness" would need to be a fixed characteristic of a ThreadPlan, in which case you needed
156 // SetPlanComplete and the ThreadPlan implementation of MischiefManaged will return "true", without your having
225 class ThreadPlan : class in namespace:lldb_private
259 ThreadPlan (ThreadPlanKind kind,
266 ~ThreadPlan();
378 // This is the wrapper for DoWillResume that does generic ThreadPlan logic, then
529 // Classes that inherit from ThreadPlan ca
[all...]

Completed in 710 milliseconds