diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-09-06 15:47:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-09-06 15:47:08 (GMT) |
commit | 3173b904d5d56a8b5e6bf549c97e3fc49da6c5ba (patch) | |
tree | f5ea74177fcbc05558b85b9f2e6db36aa1ca3b86 /ChangeLog | |
parent | ef3b996ad359e0da5e93184dab9200fad9105faf (diff) |
Provided some methods to interact with a GDB server.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@110 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |