reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2989     allocated_addr = m_gdb_comm.AllocateMemory(size, permissions);
 2990     if (allocated_addr != LLDB_INVALID_ADDRESS ||
 2992       return allocated_addr;
 3005     if (InferiorCallMmap(this, allocated_addr, 0, size, prot,
 3007       m_addr_to_mmap_size[allocated_addr] = size;
 3009       allocated_addr = LLDB_INVALID_ADDRESS;
 3018   if (allocated_addr == LLDB_INVALID_ADDRESS)
 3024   return allocated_addr;