Russell Bateman wrote:
> Pardon my ignorance. Is this for using gdb to debug vim itself or a
> gdb-vim integration for use in better debugging of any piece of software?
AFAIK, it is for the second meaning, why not visit the
http://clewn.sourceforge.net to get more details?
Good Luck!
BR
Linsong
>
>
>
> Xavier de Gaye wrote:
>
>> Hi all
>>
>> Clewn and vimGdb 1.6 have been released.
>>
>> The clewn project implements full gdb support in the vim editor:
>> breakpoints, watch variables, gdb command completion, assembly
>> windows, etc.
>>
>> You can get clewn and vimGdb from <http://clewn.sourceforge.net>.
>>
>>
>> Here are the release notes:
>>
>> Clewn new features:
>>
>> VIM is forked by clewn when starting. A new command line option
>> '-f', can be used to customize how gvim is run.
>>
>> The gdb program that is forked by clewn can have command line
>> arguments, as for example in:
>> clewn -p 'gdb --args foobar "this is foobar argument"'
>>
>> Support for cross compilation.
>>
>> The new command line option '-x' allows to do remote debugging of a
>> target where Clewn and GDB are running, from a host where the
>> development is done and where VIM is running.
>>
>> Clewn changes:
>>
>> Option '-r' has its meaning reverted, now clewn sets the SO_REUSEADDR
>> socket option by default.
>> Option '-v' (disable variables watching) has been removed.
>> Option '-i' (disable saving history in .clewn_history) has been removed.
>> Option '-m' (enable GDB prompt for more messages) has been removed.
>>
>>
>> Clewn bug fix:
>>
>> The following bug has been fixed: when a watched variable is deleted,
>> the watched variables feature is not functionnal anymore.
>>
>>
>> VimGdb new feature:
>>
>> The gdb program that is forked by Vim can have command line
>> arguments. For example, you can set the Vim gdbprg variable to:
>>
>> :set gdbprg=gdb\ --args\ foobar\ \"this\ is\ foobar\ argument\"
>>
>>
>> Xavier
>>
>> --
>> http://clewn.sourceforge.net gdb support in Vim
>>
>>
>>
>>
>
|