Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/core/
H A Dlldbwrap.py784 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 Dstandard.py261 obj = obj.GetValueForExpressionPath(path)
H A Dcvalue.py140 child_sbvalue = sbv.GetValueForExpressionPath("[%i]" % key)
/xnu-12377.41.6/tools/lldbmacros/tests/lldb_tests/
H A Dtest_scripted_process.py294 sbv.GetValueForExpressionPath('.dthpv_pattr.dtpa_mod.dtat_name')
299 sbv.GetValueForExpressionPath('.dthpv_pattr.dtpa_args.dtat_class')
/xnu-12377.41.6/tools/lldbmacros/
H A Dkext.py144 arr = hdr.GetValueForExpressionPath('.summaries[0]')
H A Dktrace.py476 store = self.kd_bufs.GetValueForExpressionPath('[{}].kdr_addr[{}]'.format(idx, offs))
H A Dmemory.py59 t = t.GetValueForExpressionPath('.{}'.format(cmd_args[1]))