pygdb saves command now
[pygdb.git] / DbgTerminal.py
index 9c1d8b38b770ecef1f0eee25b3d82c3773f1f999..ab365deb4245bde09116810e2ecdea9c84cbe779 100644 (file)
@@ -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()
 
@@ -238,6 +244,10 @@ def quitHandler(*w):
                pass
 
 
+def updateVim():
+       os.system('gvim --servername pygdb --remote-send "<ESC> :GDBLoadConfig<CR>"')
+
+
 def relToAbsPath(absfile, relfile):
        """When an absfile is given and a relfile is given by
        relative paths relative to absfile, determine the abs