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

Declarations

tools/lldb/include/lldb/Target/Process.h
 1706   lldb::addr_t AllocateMemory(size_t size, uint32_t permissions, Status &error);

References

tools/lldb/source/Expression/FunctionCaller.cpp
  149     args_addr_ref = process->AllocateMemory(
tools/lldb/source/Expression/IRMemoryMap.cpp
   70     ret = process_sp->AllocateMemory(size, lldb::ePermissionsReadable |
  339             process_sp->AllocateMemory(allocation_size, permissions, error);
  366               process_sp->AllocateMemory(allocation_size, permissions, error);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1395   lldb::addr_t class_infos_addr = process->AllocateMemory(
 1699   lldb::addr_t class_infos_addr = process->AllocateMemory(
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  793   lldb::addr_t path_addr = process->AllocateMemory(path_len, 
  867     path_array_addr = process->AllocateMemory(path_array.size(), 
  895     buffer_addr = process->AllocateMemory(buffer_size, 
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  297     addr_t bufaddr = process_sp->AllocateMemory(
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  300     addr_t bufaddr = process_sp->AllocateMemory(
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  297     addr_t bufaddr = process_sp->AllocateMemory(
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  303     addr_t bufaddr = process_sp->AllocateMemory(
tools/lldb/source/Target/Process.cpp
 2327   addr_t return_addr = AllocateMemory(size, permissions, error);
 2340     uint64_t allocated_memory = AllocateMemory(