Lines Matching refs:self
28 def __init__(self): argument
29 super(LxCmdLine, self).__init__("lx-cmdline", gdb.COMMAND_DATA)
31 def invoke(self, arg, from_tty): argument
42 def __init__(self): argument
43 super(LxVersion, self).__init__("lx-version", gdb.COMMAND_DATA)
45 def invoke(self, arg, from_tty): argument
87 def __init__(self): argument
88 super(LxIOMem, self).__init__("lx-iomem", gdb.COMMAND_DATA)
90 def invoke(self, arg, from_tty): argument
102 def __init__(self): argument
103 super(LxIOPorts, self).__init__("lx-ioports", gdb.COMMAND_DATA)
105 def invoke(self, arg, from_tty): argument
147 def __init__(self): argument
148 super(LxMounts, self).__init__("lx-mounts", gdb.COMMAND_DATA)
153 def invoke(self, arg, from_tty): argument
212 def __init__(self): argument
213 super(LxFdtDump, self).__init__("lx-fdtdump", gdb.COMMAND_DATA,
216 def fdthdr_to_cpu(self, fdt_header): argument
235 def invoke(self, arg, from_tty): argument
249 fdt_header = self.fdthdr_to_cpu(py_fdt_header)