Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/core/
H A Dlldbwrap.py775 def GetValueForExpressionPath(self, path): member in SBValue
783 return self.xDereference().GetValueForExpressionPath(path)
1049 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1085 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1115 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1151 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
1187 lldbwrap_raise(ValueError, self.GetValueForExpressionPath, None, path)
H A Dstandard.py259 obj = obj.GetValueForExpressionPath(path)
H A Dcvalue.py139 child_sbvalue = sbv.GetValueForExpressionPath("[%i]" % key)
/xnu-11215/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-11215/tools/lldbmacros/
H A Dkext.py143 arr = hdr.GetValueForExpressionPath('.summaries[0]')
H A Dktrace.py475 store = self.kd_bufs.GetValueForExpressionPath('[{}].kdr_addr[{}]'.format(idx, offs))
H A Dmemory.py58 t = t.GetValueForExpressionPath('.{}'.format(cmd_args[1]))