OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OkayToDiscard
(Results
1 - 4
of
4
) 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
()
Thread.cpp
796
if (plan_ptr->IsMasterPlan() && !plan_ptr->
OkayToDiscard
())
845
if (should_stop && current_plan->IsMasterPlan() && !current_plan->
OkayToDiscard
())
[
all
...]
Completed in 285 milliseconds