def newer(self):
        newer = self._gdbframe.newer()
        if newer:
            return Frame(newer)
        else: