Lines Matching refs:GetValueForExpressionPath
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)
1137 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1167 v = super(SBValue, self).GetValueForExpressionPath(path)
1174 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)