X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=DbgTerminal.py;h=5c5cbd2968e0c7ae1de392087f857e5f2a7aa5b2;hp=aa04b3d7900e8f6e721a615f4b982211db5dc4c7;hb=382465d6c2f07b99c0263314405d1d8411072d23;hpb=379760912de740354f07f223b308d5092c0700ad diff --git a/DbgTerminal.py b/DbgTerminal.py index aa04b3d..5c5cbd2 100644 --- a/DbgTerminal.py +++ b/DbgTerminal.py @@ -214,6 +214,9 @@ class DbgTerminal (vte.Terminal): def listCodeSnippet(self): raise NotImplementedError() + def getBacktrace(self): + raise NotImplementedError() + def waitForPrompt(self, his): raise NotImplementedError()