Lines Matching refs:self
26 def __init__(self): argument
27 super(LxCmdLine, self).__init__("lx-cmdline", gdb.COMMAND_DATA)
29 def invoke(self, arg, from_tty): argument
40 def __init__(self): argument
41 super(LxVersion, self).__init__("lx-version", gdb.COMMAND_DATA)
43 def invoke(self, arg, from_tty): argument
85 def __init__(self): argument
86 super(LxIOMem, self).__init__("lx-iomem", gdb.COMMAND_DATA)
88 def invoke(self, arg, from_tty): argument
100 def __init__(self): argument
101 super(LxIOPorts, self).__init__("lx-ioports", gdb.COMMAND_DATA)
103 def invoke(self, arg, from_tty): argument
145 def __init__(self): argument
146 super(LxMounts, self).__init__("lx-mounts", gdb.COMMAND_DATA)
151 def invoke(self, arg, from_tty): argument
210 def __init__(self): argument
211 super(LxFdtDump, self).__init__("lx-fdtdump", gdb.COMMAND_DATA,
214 def fdthdr_to_cpu(self, fdt_header): argument
233 def invoke(self, arg, from_tty): argument
247 fdt_header = self.fdthdr_to_cpu(py_fdt_header)