Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3137 bool m_currently_handling_do_on_removals; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp475 m_private_run_lock(), m_currently_handling_do_on_removals(false), in Process()