Searched refs:ptr_refs (Results 1 - 1 of 1) sorted by relevance

/external/lldb/examples/darwin/heap_find/
H A Dheap.py588 parser = optparse.OptionParser(description=description, prog='ptr_refs',usage=usage)
592 def ptr_refs(debugger, command, result, dict): function
1118 ptr_refs.__doc__ = get_ptr_refs_options().format_help()
1122 lldb.debugger.HandleCommand('command script add -f %s.ptr_refs ptr_refs' % __name__)
1129 print '"malloc_info", "ptr_refs", "cstr_refs", and "objc_refs" commands have been installed, use the "--help" options on these commands for detailed help.'

Completed in 190 milliseconds