Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp450 m_last_broadcast_state(eStateInvalid), m_destroy_in_process(false), in Process()
1168 if (os && !m_destroy_in_process) { in UpdateThreadListIfNeeded()
3252 m_destroy_in_process = true; in Detach()
3260 m_destroy_in_process = false; in Detach()
3266 m_destroy_in_process = false; in Detach()
3282 m_destroy_in_process = false; in Detach()
3325 m_destroy_in_process = true; in DestroyImpl()
3377 m_destroy_in_process = false; in DestroyImpl()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3109 bool m_destroy_in_process; variable