X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=DbgTerminal.py;h=aa04b3d7900e8f6e721a615f4b982211db5dc4c7;hb=379760912de740354f07f223b308d5092c0700ad;hp=9c1d8b38b770ecef1f0eee25b3d82c3773f1f999;hpb=956e4f7845dc0bbf3f5c8e676d7227e32a75ba3a;p=pygdb.git diff --git a/DbgTerminal.py b/DbgTerminal.py index 9c1d8b3..aa04b3d 100644 --- a/DbgTerminal.py +++ b/DbgTerminal.py @@ -238,6 +238,10 @@ def quitHandler(*w): pass +def updateVim(): + os.system('gvim --servername pygdb --remote-send " :GDBLoadConfig"') + + def relToAbsPath(absfile, relfile): """When an absfile is given and a relfile is given by relative paths relative to absfile, determine the abs