summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
diff options
context:
space:
mode:
authorHan Ming Ong <hanming@apple.com>2013-05-22 21:32:42 +0000
committerHan Ming Ong <hanming@apple.com>2013-05-22 21:32:42 +0000
commitb153c2f7491b44ccb0fa547e11aebfe518a077b8 (patch)
tree3e5b653eae6ca1c84fb55ba008c5130eae717991 /lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
parent972b0d3b0c4f4f4b2fed3b0284b50336db50a8f3 (diff)
downloadbcm5719-llvm-b153c2f7491b44ccb0fa547e11aebfe518a077b8.tar.gz
bcm5719-llvm-b153c2f7491b44ccb0fa547e11aebfe518a077b8.zip
<rdar://problem/13963648>
Collect 'anonymous memory' info, if possible llvm-svn: 182523
Diffstat (limited to 'lldb/tools/debugserver/source/MacOSX/MachVMMemory.h')
-rw-r--r--lldb/tools/debugserver/source/MacOSX/MachVMMemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
index 3c544a08c63..565ead071c5 100644
--- a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
+++ b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
@@ -28,7 +28,7 @@ public:
nub_size_t Write(task_t task, nub_addr_t address, const void *data, nub_size_t data_count);
nub_size_t PageSize(task_t task);
nub_bool_t GetMemoryRegionInfo(task_t task, nub_addr_t address, DNBRegionInfo *region_info);
- nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics_data_t &vm_stats, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size);
+ nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics_data_t &vm_stats, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgable, mach_vm_size_t &anonymous);
protected:
nub_size_t MaxBytesLeftInPage(task_t task, nub_addr_t addr, nub_size_t count);
OpenPOWER on IntegriCloud