Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dcollections.py29 first_field_or_path = None): argument
68 if first_field_or_path is None:
70 elif first_field_or_path[0] == '.':
71 elt = head_value.chkGetValueForExpressionPath(first_field_or_path)
73 elt = head_value.chkGetChildMemberWithName(first_field_or_path)