Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp106 m_latest_stop_hook_id(0), m_valid(true), m_suppress_stop_hooks(false), in Target()
190 m_latest_stop_hook_id = 0; in CleanupProcess()
2912 if (last_natural_stop != 0 && m_latest_stop_hook_id == last_natural_stop) in RunStopHooks()
2915 m_latest_stop_hook_id = last_natural_stop; in RunStopHooks()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1581 uint32_t m_latest_stop_hook_id; /// This records the last natural stop at variable