Searched defs:cstr_refs (Results 1 - 1 of 1) sorted by relevance

/external/lldb/examples/darwin/heap_find/
H A Dheap.py679 parser = optparse.OptionParser(description=description, prog='cstr_refs',usage=usage)
683 def cstr_refs(debugger, command, result, dict): function
1119 cstr_refs.__doc__ = get_cstr_refs_options().format_help()
1123 lldb.debugger.HandleCommand('command script add -f %s.cstr_refs cstr_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 54 milliseconds