X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=DbgTerminal.py;h=a899a6358bdbdc3a4f4c6896bb6d16d69f8c6dba;hb=71d49bb703b17f3000aac3d13767d7779fae9895;hp=5cc7b279e5e41f636c05ee8c95967a38309fe4e1;hpb=ae13f1cd2401475e1fc58be3418fb349cd69fb98;p=pygdb.git diff --git a/DbgTerminal.py b/DbgTerminal.py index 5cc7b27..a899a63 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() @@ -214,6 +217,9 @@ class DbgTerminal (vte.Terminal): def listCodeSnippet(self): raise NotImplementedError() + def getBacktrace(self): + raise NotImplementedError() + def waitForPrompt(self, his): raise NotImplementedError() @@ -237,6 +243,7 @@ def quitHandler(*w): except: pass + def relToAbsPath(absfile, relfile): """When an absfile is given and a relfile is given by relative paths relative to absfile, determine the abs