Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 62f1a3b

Browse files
committedAug 22, 2019
Revert [heap.py] Add missing declaration for malloc_get_all_zones
This reverts r369684 (git commit cc62e38d258f414c196b566374c606e83a85a034) Adding a declaration doesn't appear to be a sufficient fix. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@369706 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7131577 commit 62f1a3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎examples/darwin/heap_find/heap.py

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def get_iterate_memory_expr(
129129
void *reserved1[12];
130130
struct malloc_introspection_t *introspect;
131131
} malloc_zone_t;
132-
kern_return_t malloc_get_all_zones(task_t task, memory_reader_t reader, vm_address_t **addresses, unsigned *count);
133132
memory_reader_t task_peek = [](task_t task, vm_address_t remote_address, vm_size_t size, void **local_memory) -> kern_return_t {
134133
*local_memory = (void*) remote_address;
135134
return KERN_SUCCESS;

0 commit comments

Comments
 (0)