Searched refs:m_supports_detach_stay_stopped (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h514 LazyBool m_supports_detach_stay_stopped; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp67 m_supports_detach_stay_stopped(eLazyBoolCalculate),
1417 if (m_supports_detach_stay_stopped == eLazyBoolCalculate) {
1427 m_supports_detach_stay_stopped = eLazyBoolYes;
1429 m_supports_detach_stay_stopped = eLazyBoolNo;
1433 if (m_supports_detach_stay_stopped == eLazyBoolNo) {

Completed in 72 milliseconds