X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=DbgTerminal.py;h=ab365deb4245bde09116810e2ecdea9c84cbe779;hb=5fba34e38f10fddd81997b9596e20820018bad61;hp=5c5cbd2968e0c7ae1de392087f857e5f2a7aa5b2;hpb=382465d6c2f07b99c0263314405d1d8411072d23;p=pygdb.git diff --git a/DbgTerminal.py b/DbgTerminal.py index 5c5cbd2..ab365de 100644 --- a/DbgTerminal.py +++ b/DbgTerminal.py @@ -199,6 +199,9 @@ class DbgTerminal (vte.Terminal): def setStepin(self): raise NotImplementedError() + def setStepout(self): + raise NotImplementedError() + def setQuit(self): raise NotImplementedError()