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

  /external/lldb/include/lldb/Target/
ThreadPlanBase.h 45 virtual bool OkayToDiscard()
ThreadPlan.h 127 // discarded, it can return true to OkayToDiscard, and it and all its dependent plans will be preserved when
130 // The other effect of being a master plan is that when the Master plan is done , if it has set "OkayToDiscard" to false,
131 // then it will be popped & execution will stop and return to the user. Remember that if OkayToDiscard is false, the
132 // plan will be popped and control will be given to the next plan above it on the stack So setting OkayToDiscard to
140 // FIXME: MasterPlan & OkayToDiscard aren't really orthogonal. MasterPlan designation means that this plan controls
141 // it's fate and the fate of plans below it. OkayToDiscard tells whether the MasterPlan wants to stay on the stack. I
401 OkayToDiscard();
641 OkayToDiscard ()
  /external/lldb/source/Target/
ThreadPlan.cpp 197 ThreadPlan::OkayToDiscard()

Completed in 54 milliseconds