diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 32 | 
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +09-09-06  Cyrille Bagard <nocbos@gmail.com> + +	* configure.ac: +	Add the new Makefile from the 'src/debug/remgdb' directory to AC_CONFIG_FILES. + +	* src/analysis/exporter.h: +	Typo. + +	* src/common/dllist.h: +	Define dl_list_push and dl_list_pop. + +	* src/debug/Makefile.am: +	Add remgdb to SUBDIRS. + +	* src/debug/remgdb/gdb.c: +	* src/debug/remgdb/gdb.h: +	* src/debug/remgdb/Makefile.am: +	* src/debug/remgdb/packet.c: +	* src/debug/remgdb/packet.h: +	* src/debug/remgdb/stream.c: +	* src/debug/remgdb/stream.h: +	* src/debug/remgdb/stream-int.h: +	* src/debug/remgdb/tcp.c: +	* src/debug/remgdb/tcp.h: +	New entries: provide some methods to interact with a GDB server. + +	* src/main.c: +	Keep by commenting debug code for the GDB client. + +	* src/Makefile.am: +	Include debug/remgdb/libdebugremgdb.a in openida_LDADD. +  09-08-30  Cyrille Bagard <nocbos@gmail.com>  	* configure.ac:  | 
