Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1382 bool GetRunAtInitialStop() const { return m_at_initial_stop; } in GetRunAtInitialStop() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3075 !at_initial_stop || p.second->GetRunAtInitialStop(); in RunStopHooks()
3136 if (at_initial_stop && !cur_hook_sp->GetRunAtInitialStop()) in RunStopHooks()