Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h304 bool m_vfork_in_progress; variable
H A DProcessGDBRemote.cpp268 m_erased_flash_ranges(), m_vfork_in_progress(false) { in ProcessGDBRemote()
5625 assert(!m_vfork_in_progress); in DidVFork()
5626 m_vfork_in_progress = true; in DidVFork()
5680 assert(m_vfork_in_progress); in DidVForkDone()
5681 m_vfork_in_progress = false; in DidVForkDone()
5692 m_vfork_in_progress = false; in DidExec()