Searched refs:GetValueForExpressionPath (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/tools/lldbmacros/core/ |
| H A D | lldbwrap.py | 759 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 D | standard.py | 259 obj = obj.GetValueForExpressionPath(path)
|
| H A D | cvalue.py | 139 child_sbvalue = sbv.GetValueForExpressionPath("[%i]" % key)
|
| /xnu-10063.101.15/tools/lldbmacros/ |
| H A D | kext.py | 127 arr = hdr.GetValueForExpressionPath('.summaries[0]')
|
| H A D | ktrace.py | 475 store = self.kd_bufs.GetValueForExpressionPath('[{}].kdr_addr[{}]'.format(idx, offs))
|
| H A D | memory.py | 56 t = t.GetValueForExpressionPath('.{}'.format(cmd_args[1]))
|