Home
last modified time | relevance | path

Searched refs:before_first_timeout (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4852 bool before_first_timeout) { in GetExpressionTimeout() argument
4858 if (before_first_timeout) in GetExpressionTimeout()
5116 bool before_first_timeout = true; // This is set to false the first time in RunThreadPlan() local
5128 before_first_timeout = false; in RunThreadPlan()
5132 before_first_timeout); in RunThreadPlan()
5174 do_resume, handle_running_event, before_first_timeout); in RunThreadPlan()
5263 GetExpressionTimeout(options, before_first_timeout); in RunThreadPlan()
5374 if (before_first_timeout) { in RunThreadPlan()
5465 if (before_first_timeout) { in RunThreadPlan()
5468 before_first_timeout = false; in RunThreadPlan()