llvm-capstone/lldb/examples/darwin/heap_find
2012-08-11 02:26:26 +00:00
..
heap Added a new "objc_refs" command that will track down all allocations on the heap that have the "isa" for the objective C class at offset zero. This will need to be improved to deal with KVO classes, but it is a start. It also disallows looking up a pointer value of zero since that would return way too many matches. 2012-08-11 02:26:26 +00:00
heap.py Added a new "objc_refs" command that will track down all allocations on the heap that have the "isa" for the objective C class at offset zero. This will need to be improved to deal with KVO classes, but it is a start. It also disallows looking up a pointer value of zero since that would return way too many matches. 2012-08-11 02:26:26 +00:00