Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2911 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks() local
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()