Home
last modified time | relevance | path

Searched refs:head_value (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/tools/lldbmacros/core/
H A Dcollections.py32 def iter_linked_list(head_value, next_field_or_path, argument
73 elt = head_value
75 elt = head_value.chkGetValueForExpressionPath(first_field_or_path)
77 elt = head_value.chkGetChildMemberWithName(first_field_or_path)
91 def iter_queue_entries(head_value, elt_type, field_name_or_path, backwards=False): argument
109 stop = head_value.GetLoadAddress()
110 elt = head_value
124 def iter_queue(head_value, elt_type, field_name_or_path, backwards=False, unpack=None): argument
145 stop = head_value.GetLoadAddress()
146 elt = head_value
[all …]