Exemplo n.º 1
0
 def __init__(self, arguments, printLine):
     cmd.Cmd.__init__(self)
     self._out = printLine
     self.gdb = QGdbInterpreter(arguments, printLine)
     self.createCommandDb()