Searched refs:MachVMMemory (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachVMMemory.cpp | 29 MachVMMemory::MachVMMemory() : m_page_size(kInvalidPageSize), m_err(0) {} in MachVMMemory() function in MachVMMemory 31 MachVMMemory::~MachVMMemory() = default; 33 nub_size_t MachVMMemory::PageSize(task_t task) { in PageSize() 63 nub_size_t MachVMMemory::MaxBytesLeftInPage(task_t task, nub_addr_t addr, in MaxBytesLeftInPage() 118 nub_bool_t MachVMMemory::GetMemoryRegionInfo(task_t task, nub_addr_t address, in GetMemoryRegionInfo() 167 nub_bool_t MachVMMemory::GetMemoryProfile( in GetMemoryProfile() 210 nub_size_t MachVMMemory::Read(task_t task, nub_addr_t address, void *data, in Read() 253 nub_size_t MachVMMemory::Write(task_t task, nub_addr_t address, in Write() 301 nub_size_t MachVMMemory::WriteRegion(task_t task, const nub_addr_t address, in WriteRegion()
|
| H A D | MachVMMemory.h | 20 class MachVMMemory { 22 MachVMMemory(); 23 ~MachVMMemory();
|
| H A D | MachTask.h | 95 MachVMMemory m_vm_memory; // Special mach memory reading class that will take
|
| /llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/ |
| H A D | project.pbxproj | 30 …05B4115C36380022F371 /* MachVMMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C637F60C… 60 …67521AD46CE9002850C2 /* MachVMMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C637F60C… 155 …4A0024798E /* MachVMMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 156 …1334A0024798E /* MachVMMemory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 355 26C637F70C71334A0024798E /* MachVMMemory.h */, 356 26C637F60C71334A0024798E /* MachVMMemory.cpp */, 518 26CE05B4115C36380022F371 /* MachVMMemory.cpp in Sources */, 560 456F67521AD46CE9002850C2 /* MachVMMemory.cpp in Sources */,
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 344 * MacOSX/MachVMMemory.cpp (MachVMMemory::Read): Improved logging. 345 (MachVMMemory::Write): Ditto. 346 (MachVMMemory::WriteRegion): Ditto. 1276 * MachVMMemory.cpp (MachVMMemory::WriteRegion): Flush caches in inferior 1401 * MachVMMemory.cpp (MachVMMemory::Read): Cleaned up logging 1403 (MachVMMemory::Write): Ditto. 1404 (MachVMMemory::WriteRegion): Added logging. 1451 * MacOSX/MachVMMemory.cpp: Ditto.
|
| H A D | CMakeLists.txt | 227 MacOSX/MachVMMemory.cpp
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4762 lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
|