Lines Matching +full:port +full:- +full:def
26 def __init__(self):
27 super(LxCmdLine, self).__init__("lx-cmdline", gdb.COMMAND_DATA)
29 def invoke(self, arg, from_tty):
40 def __init__(self):
41 super(LxVersion, self).__init__("lx-version", gdb.COMMAND_DATA)
43 def invoke(self, arg, from_tty):
55 def get_resources(resource, depth):
67 def show_lx_resources(resource_str):
75 "{0:0{1}x}-".format(start, width) +
85 def __init__(self):
86 super(LxIOMem, self).__init__("lx-iomem", gdb.COMMAND_DATA)
88 def invoke(self, arg, from_tty):
96 """Identify the IO port resource locations defined by the kernel
100 def __init__(self):
101 super(LxIOPorts, self).__init__("lx-ioports", gdb.COMMAND_DATA)
103 def invoke(self, arg, from_tty):
113 def info_opts(lst, opt):
145 def __init__(self):
146 super(LxMounts, self).__init__("lx-mounts", gdb.COMMAND_DATA)
151 def invoke(self, arg, from_tty):
210 def __init__(self):
211 super(LxFdtDump, self).__init__("lx-fdtdump", gdb.COMMAND_DATA,
214 def fdthdr_to_cpu(self, fdt_header):
233 def invoke(self, arg, from_tty):