Home
last modified time | relevance | path

Searched defs:OkayToDiscard (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlanBase.h37 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
DThreadPlan.h588 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlan.cpp155 bool ThreadPlan::OkayToDiscard() { in OkayToDiscard() function in ThreadPlan