Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/core/
H A Dlldbwrap.py759 def GetValueForExpressionPath(self, path): member in SBValue
760 v = super(SBValue, self).GetValueForExpressionPath(path)
767 return self.xDereference().GetValueForExpressionPath(path)
1013 v = super(SBValue, self).GetValueForExpressionPath(path)
1020 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1050 v = super(SBValue, self).GetValueForExpressionPath(path)
1057 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1083 v = super(SBValue, self).GetValueForExpressionPath(path)
1088 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1116 v = super(SBValue, self).GetValueForExpressionPath(path)
[all …]
H A Dstandard.py259 obj = obj.GetValueForExpressionPath(path)
H A Dcvalue.py139 child_sbvalue = sbv.GetValueForExpressionPath("[%i]" % key)
/xnu-10063.101.15/tools/lldbmacros/
H A Dkext.py127 arr = hdr.GetValueForExpressionPath('.summaries[0]')
H A Dktrace.py475 store = self.kd_bufs.GetValueForExpressionPath('[{}].kdr_addr[{}]'.format(idx, offs))
H A Dmemory.py56 t = t.GetValueForExpressionPath('.{}'.format(cmd_args[1]))