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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h512 LazyBool m_supports_memory_region_info; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp65 m_supports_memory_region_info(eLazyBoolCalculate),
284 m_supports_memory_region_info = eLazyBoolCalculate;
1458 if (m_supports_memory_region_info != eLazyBoolNo) {
1459 m_supports_memory_region_info = eLazyBoolYes;
1537 m_supports_memory_region_info = eLazyBoolNo;
1541 if (m_supports_memory_region_info == eLazyBoolNo) {

Completed in 61 milliseconds