summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-12-08 23:29:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-12-08 23:29:18 (GMT)
commit544dfe87adfe15c8588ccffea712672e1b7c4179 (patch)
tree573d0e865741fdd8272738a3e041852d877a083c /ChangeLog
parent78b82a19a4f45cfd57f3cea7faf34968f86fb160 (diff)
Deleted the useless ptrace() based debugger for portability.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@200 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dea666b..f94a726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
10-12-09 Cyrille Bagard <nocbos@gmail.com>
+ * configure.ac:
+ * src/debug/debugger.c:
+ * src/debug/Makefile.am:
+ Update code.
+
+ * src/debug/ptrace/Makefile.am:
+ * src/debug/ptrace/options.c:
+ * src/debug/ptrace/options.h:
+ * src/debug/ptrace/ptrace.c:
+ * src/debug/ptrace/ptrace.h:
+ Remove entries: delete the useless ptrace() based debugger for portability.
+
+ * src/Makefile.am:
+ Update code.
+
+10-12-09 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/dalvik/dop_arithm.c:
* src/arch/dalvik/instruction.c:
* src/arch/dalvik/translate.h: