diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:50:09 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:50:09 +0000 |
commit | f3fbd1c0586ff6ec7895991e6c28f61a503c36a8 (patch) | |
tree | 48d008fd3df8c0e73271a4b18474e0aac6dbfe33 /tools/debugserver/source/MacOSX/MachTask.h | |
parent | 2fc5d2d1dfaf623ce4e24cd8590565902f8c557c (diff) |
Notes
Diffstat (limited to 'tools/debugserver/source/MacOSX/MachTask.h')
-rw-r--r-- | tools/debugserver/source/MacOSX/MachTask.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/debugserver/source/MacOSX/MachTask.h b/tools/debugserver/source/MacOSX/MachTask.h index 96b991478c78..d8021e8f7fe3 100644 --- a/tools/debugserver/source/MacOSX/MachTask.h +++ b/tools/debugserver/source/MacOSX/MachTask.h @@ -93,26 +93,6 @@ public: const MachProcess * Process () const { return m_process; } nub_size_t PageSize (); - - bool HasMallocLoggingEnabled (); - - // enumerate the malloc records for a given address (starting with Mac OS X 10.6 Snow Leopard it should include - // all allocations that *include* address, rather than just those *starting* at address) - bool EnumerateMallocRecords (mach_vm_address_t address, - MachMallocEvent *event_buffer, - uint32_t buffer_size, - uint32_t *count); - - // enumerate every malloc record generated by this task, no matter what the address - bool EnumerateMallocRecords (MachMallocEvent *event_buffer, - uint32_t buffer_size, - uint32_t *count); - - // given a malloc event, report every stack frame that led to this event - bool EnumerateMallocFrames (MachMallocEventId event_id, - mach_vm_address_t *function_addresses_buffer, - uint32_t buffer_size, - uint32_t *count); protected: MachProcess * m_process; // The mach process that owns this MachTask |