Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp478 m_last_broadcast_state(eStateInvalid), m_destroy_in_process(false), in Process()
1200 if (os && !m_destroy_in_process) { in UpdateThreadListIfNeeded()
3439 m_destroy_in_process = true; in Detach()
3447 m_destroy_in_process = false; in Detach()
3453 m_destroy_in_process = false; in Detach()
3469 m_destroy_in_process = false; in Detach()
3512 m_destroy_in_process = true; in DestroyImpl()
3564 m_destroy_in_process = false; in DestroyImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3174 bool m_destroy_in_process; variable