Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
Dlibpython.py122 def __init__(self, gdbval, cast_to=None): argument
124 self._gdbval = gdbval.cast(cast_to)
126 self._gdbval = gdbval
337 def from_pyobject_ptr(cls, gdbval): argument
343 p = PyObjectPtr(gdbval)
345 return cls(gdbval, cast_to=cls.get_gdb_type())
350 return cls(gdbval)
789 def __init__(self, gdbval, cast_to): argument
790 PyObjectPtr.__init__(self, gdbval, cast_to)
1073 def int_from_int(gdbval): argument
[all …]