Searched refs:GetValueForExpressionPath (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/tools/lldbmacros/core/ |
| H A D | lldbwrap.py | 784 def GetValueForExpressionPath(self, path): member in SBValue 792 return self.xDereference().GetValueForExpressionPath(path) 1058 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path) 1094 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path) 1124 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path) 1160 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path) 1196 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
|
| H A D | standard.py | 261 obj = obj.GetValueForExpressionPath(path)
|
| H A D | cvalue.py | 140 child_sbvalue = sbv.GetValueForExpressionPath("[%i]" % key)
|
| /xnu-11417.121.6/tools/lldbmacros/tests/lldb_tests/ |
| H A D | test_scripted_process.py | 294 sbv.GetValueForExpressionPath('.dthpv_pattr.dtpa_mod.dtat_name') 299 sbv.GetValueForExpressionPath('.dthpv_pattr.dtpa_args.dtat_class')
|
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | kext.py | 144 arr = hdr.GetValueForExpressionPath('.summaries[0]')
|
| H A D | ktrace.py | 474 store = self.kd_bufs.GetValueForExpressionPath('[{}].kdr_addr[{}]'.format(idx, offs))
|
| H A D | memory.py | 58 t = t.GetValueForExpressionPath('.{}'.format(cmd_args[1]))
|