Lines Matching refs:self
55 def __init__(self): argument
56 super(LxTaskByPidFunc, self).__init__("lx_task_by_pid")
58 def invoke(self, pid): argument
72 def __init__(self): argument
73 super(LxPs, self).__init__("lx-ps", gdb.COMMAND_DATA)
75 def invoke(self, arg, from_tty): argument
113 def __init__(self): argument
114 super(LxThreadInfoFunc, self).__init__("lx_thread_info")
116 def invoke(self, task): argument
129 def __init__(self): argument
130 super(LxThreadInfoByPidFunc, self).__init__("lx_thread_info_by_pid")
132 def invoke(self, pid): argument