This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
GDB remote user interface 0.0.1, vim2gdb 0.0.0 and libgdbrui 0.0.0 release
- From: teawater <teawater at gmail dot com>
- To: gdb at sourceware dot org
- Date: Sat, 27 May 2006 22:22:41 +0800
- Subject: GDB remote user interface 0.0.1, vim2gdb 0.0.0 and libgdbrui 0.0.0 release
Hi,
GDB remote user interface(GDBRUI) is a interpreter of GDB. After add
this interpreter, GDB can be controlled by the other programe(such as
an IDE) through TCP.
Vim2gdb is a plug-in of vim. After add this plug-in, you can control a
GDB through GDBRUI in vim. To get more message, read the readme.txt of
vim2gdb.
Libgdbrui is function library of GDBRUI client. It make the coder
write a GDBRUI client easy. Ruictl & vim2gdb already use it.
You can get these codes from http://sourceforge.net/projects/gdbrui/
Thanks,
teawater