Lines Matching refs:eLazyBoolYes
122 m_supports_not_sending_acks = eLazyBoolYes; in QueryNoAckModeSupported()
139 m_supports_threads_in_stop_reply = eLazyBoolYes; in GetListThreadsInStopReplySupported()
155 m_attach_or_wait_reply = eLazyBoolYes; in GetVAttachOrWaitSupported()
158 if (m_attach_or_wait_reply == eLazyBoolYes) in GetVAttachOrWaitSupported()
175 m_prepare_for_reg_writing_reply = eLazyBoolYes; in GetSyncThreadStateSupported()
178 if (m_prepare_for_reg_writing_reply == eLazyBoolYes) in GetSyncThreadStateSupported()
227 m_supports_thread_suffix = eLazyBoolYes; in GetThreadSuffixSupported()
248 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()
251 m_supports_vCont_C = eLazyBoolYes; in GetVContSupported()
254 m_supports_vCont_s = eLazyBoolYes; in GetVContSupported()
257 m_supports_vCont_S = eLazyBoolYes; in GetVContSupported()
259 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()
260 m_supports_vCont_C == eLazyBoolYes && in GetVContSupported()
261 m_supports_vCont_s == eLazyBoolYes && in GetVContSupported()
262 m_supports_vCont_S == eLazyBoolYes) in GetVContSupported()
264 m_supports_vCont_all = eLazyBoolYes; in GetVContSupported()
267 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()
268 m_supports_vCont_C == eLazyBoolYes || in GetVContSupported()
269 m_supports_vCont_s == eLazyBoolYes || in GetVContSupported()
270 m_supports_vCont_S == eLazyBoolYes) in GetVContSupported()
272 m_supports_vCont_any = eLazyBoolYes; in GetVContSupported()
1212 m_watchpoints_trigger_after_instruction = eLazyBoolYes; in GetHostInfo()
1220 m_qHostInfo_is_valid = eLazyBoolYes; in GetHostInfo()
1317 return m_qHostInfo_is_valid == eLazyBoolYes; in GetHostInfo()
1355 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1382 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1415 m_supports_detach_stay_stopped = eLazyBoolYes; in Detach()
1453 m_supports_memory_region_info = eLazyBoolYes; in GetMemoryRegionInfo()
1547 if (m_supports_watchpoint_support_info == eLazyBoolYes) in GetWatchpointSupportInfo()
1563 m_supports_watchpoint_support_info = eLazyBoolYes; in GetWatchpointSupportInfo()
1606 if (m_qHostInfo_is_valid != eLazyBoolYes) in GetWatchpointsTriggerAfterInstruction()
1807 if (m_qProcessInfo_is_valid == eLazyBoolYes) in GetCurrentProcessInfo()
1875 m_qProcessInfo_is_valid = eLazyBoolYes; in GetCurrentProcessInfo()