Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp103 m_latest_stop_hook_id(0), m_valid(true), m_suppress_stop_hooks(false), in Target()
187 m_latest_stop_hook_id = 0; in CleanupProcess()
2810 if (last_natural_stop != 0 && m_latest_stop_hook_id == last_natural_stop) in RunStopHooks()
2813 m_latest_stop_hook_id = last_natural_stop; in RunStopHooks()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1537 uint32_t m_latest_stop_hook_id; /// This records the last natural stop at variable