Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h286 MMapMap m_addr_to_mmap_size; variable
H A DProcessGDBRemote.cpp258 m_addr_to_mmap_size(), m_thread_create_bp_sp(), in ProcessGDBRemote()
2794 m_addr_to_mmap_size[allocated_addr] = size; in DoAllocateMemory()
2854 MMapMap::iterator pos = m_addr_to_mmap_size.find(addr); in DoDeallocateMemory()
2855 if (pos != m_addr_to_mmap_size.end() && in DoDeallocateMemory()
2857 m_addr_to_mmap_size.erase(pos); in DoDeallocateMemory()