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