Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/core/
H A Dlldbwrap.py771 def GetValueForExpressionPath(self, path): member in SBValue
772 v = super(SBValue, self).GetValueForExpressionPath(path)
779 return self.xDereference().GetValueForExpressionPath(path)
1028 v = super(SBValue, self).GetValueForExpressionPath(path)
1035 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1065 v = super(SBValue, self).GetValueForExpressionPath(path)
1072 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1098 v = super(SBValue, self).GetValueForExpressionPath(path)
1103 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1131 v = super(SBValue, self).GetValueForExpressionPath(path)
[all …]
H A Dstandard.py263 obj = obj.GetValueForExpressionPath(path)
H A Dcvalue.py146 child_sbvalue = sbv.GetValueForExpressionPath("[%i]" % key)
/xnu-8796.141.3/tools/lldbmacros/
H A Dkext.py134 arr = hdr.GetValueForExpressionPath('.summaries[0]')
H A Dktrace.py482 store = self.kd_bufs.GetValueForExpressionPath('[{}].kdr_addr[{}]'.format(idx, offs))
H A Dmemory.py65 t = t.GetValueForExpressionPath('.{}'.format(cmd_args[1]))