show backtrace in source view
[pygdb.git] / DbgTerminal.py
index aa04b3d7900e8f6e721a615f4b982211db5dc4c7..5c5cbd2968e0c7ae1de392087f857e5f2a7aa5b2 100644 (file)
@@ -214,6 +214,9 @@ class DbgTerminal (vte.Terminal):
        def listCodeSnippet(self):
                raise NotImplementedError()
 
+       def getBacktrace(self):
+               raise NotImplementedError()
+
        def waitForPrompt(self, his):           
                raise NotImplementedError()