Hi all Clewn 1.10 has been released.
Clewn implements full gdb support in the vim editor: breakpoints, watch variables, gdb command completion, assembly windows, etc. You can get clewn from <http://clewn.sourceforge.net>. New features: Use GNU automake to build, install and distribute clewn. The project file stores the current gdb settings. They are automatically sourced by clewn on gdb startup and saved by clewn when quitting or when restarting gdb. These settings are the gdb current working directory, the program file to debug, the command line arguments passed to this program when run by gdb, and the list of enabled and disabled breakpoints set in this program. When using a version of vim that supports netbeans 2.4 (vim version 7.0 after the patch 163), clewn saves in the project file the current sign position in the vim buffer instead of the old position that was set in gdb before the source file was edited. Changes: When a project file is being used, a message is printed in Vim when the user attempts to quit Vim, to warn him that the breakpoints will not be saved to the project file if he proceeds with the operation. When $cdir is set in the gdb directories variable (the default),clewn uses the source full path name instead of the short name in remote debugging, to map the gdb path name to the vim path name. The list of source full path names can be obtained with the gdb command 'interpreter-exec mi "-file-list-exec-source-files"'. This is only available with GDB 6.2.1 or higher. Close the asm buffers when running netbeans version 2.4 (Vim version 7.0 after the patch 163). Bug fixes: Fix: cannot unmap vim keys set by clewn, when using vim 7.0 or above. Fix: when '-va -g' is missing from the command line, vim does not start the GUI. Get the source file list from gdb after a 'source' command, in case the sourced command file includes a command loading a new program. Fix: the error message "Clewn cannot find file foobar.c in GDB source directories" is printed at each prompt instead of once. -- http://clewn.sourceforge.net gdb support in Vim
