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