summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-07 21:04:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-07 21:04:46 (GMT)
commit648bf475951e6d588d13539441d8a0e54eab2706 (patch)
treeb654558a0c6bb4bc9d15eb9d65c124acb8a3522a
parentc980546e8bca6f1c0c340634a4c3640e14fd1228 (diff)
Moved some core features into plugins.
-rw-r--r--configure.ac6
-rw-r--r--plugins/gdbrsp/Makefile.am (renamed from src/debug/gdbrsp/Makefile.am)0
-rw-r--r--plugins/gdbrsp/aops.h (renamed from src/debug/gdbrsp/aops.h)0
-rw-r--r--plugins/gdbrsp/gdb-int.h (renamed from src/debug/gdbrsp/gdb-int.h)0
-rw-r--r--plugins/gdbrsp/gdb.c (renamed from src/debug/gdbrsp/gdb.c)0
-rw-r--r--plugins/gdbrsp/gdb.h (renamed from src/debug/gdbrsp/gdb.h)0
-rw-r--r--plugins/gdbrsp/helpers.c (renamed from src/debug/gdbrsp/helpers.c)0
-rw-r--r--plugins/gdbrsp/helpers.h (renamed from src/debug/gdbrsp/helpers.h)0
-rw-r--r--plugins/gdbrsp/helpers_arm.c (renamed from src/debug/gdbrsp/helpers_arm.c)0
-rw-r--r--plugins/gdbrsp/helpers_arm.h (renamed from src/debug/gdbrsp/helpers_arm.h)0
-rw-r--r--plugins/gdbrsp/helpers_arm64.c (renamed from src/debug/gdbrsp/helpers_arm64.c)0
-rw-r--r--plugins/gdbrsp/helpers_arm64.h (renamed from src/debug/gdbrsp/helpers_arm64.h)0
-rw-r--r--plugins/gdbrsp/packet.c (renamed from src/debug/gdbrsp/packet.c)0
-rw-r--r--plugins/gdbrsp/packet.h (renamed from src/debug/gdbrsp/packet.h)0
-rw-r--r--plugins/gdbrsp/python/Makefile.am (renamed from plugins/pychrysalide/debug/gdbrsp/Makefile.am)0
-rw-r--r--plugins/gdbrsp/python/gdb.c (renamed from plugins/pychrysalide/debug/gdbrsp/gdb.c)0
-rw-r--r--plugins/gdbrsp/python/gdb.h (renamed from plugins/pychrysalide/debug/gdbrsp/gdb.h)0
-rw-r--r--plugins/gdbrsp/python/module.c (renamed from plugins/pychrysalide/debug/gdbrsp/module.c)0
-rw-r--r--plugins/gdbrsp/python/module.h (renamed from plugins/pychrysalide/debug/gdbrsp/module.h)0
-rw-r--r--plugins/gdbrsp/stream-int.h (renamed from src/debug/gdbrsp/stream-int.h)0
-rw-r--r--plugins/gdbrsp/stream.c (renamed from src/debug/gdbrsp/stream.c)0
-rw-r--r--plugins/gdbrsp/stream.h (renamed from src/debug/gdbrsp/stream.h)0
-rw-r--r--plugins/gdbrsp/support.c (renamed from src/debug/gdbrsp/support.c)0
-rw-r--r--plugins/gdbrsp/support.h (renamed from src/debug/gdbrsp/support.h)0
-rw-r--r--plugins/gdbrsp/target.c (renamed from src/debug/gdbrsp/target.c)0
-rw-r--r--plugins/gdbrsp/target.h (renamed from src/debug/gdbrsp/target.h)0
-rw-r--r--plugins/gdbrsp/tcp.c (renamed from src/debug/gdbrsp/tcp.c)0
-rw-r--r--plugins/gdbrsp/tcp.h (renamed from src/debug/gdbrsp/tcp.h)0
-rw-r--r--plugins/gdbrsp/utils.c (renamed from src/debug/gdbrsp/utils.c)0
-rw-r--r--plugins/gdbrsp/utils.h (renamed from src/debug/gdbrsp/utils.h)0
-rw-r--r--plugins/java/Makefile.am (renamed from src/format/java/Makefile.am)0
-rw-r--r--plugins/java/attribute.c (renamed from src/format/java/attribute.c)0
-rw-r--r--plugins/java/attribute.h (renamed from src/format/java/attribute.h)0
-rw-r--r--plugins/java/e_java.c (renamed from src/format/java/e_java.c)0
-rw-r--r--plugins/java/e_java.h (renamed from src/format/java/e_java.h)0
-rw-r--r--plugins/java/field.c (renamed from src/format/java/field.c)0
-rw-r--r--plugins/java/field.h (renamed from src/format/java/field.h)0
-rw-r--r--plugins/java/java-int.c (renamed from src/format/java/java-int.c)0
-rw-r--r--plugins/java/java-int.h (renamed from src/format/java/java-int.h)0
-rw-r--r--plugins/java/java.c (renamed from src/format/java/java.c)0
-rw-r--r--plugins/java/java.h (renamed from src/format/java/java.h)0
-rw-r--r--plugins/java/java_def.h (renamed from src/format/java/java_def.h)0
-rw-r--r--plugins/java/method.c (renamed from src/format/java/method.c)0
-rw-r--r--plugins/java/method.h (renamed from src/format/java/method.h)0
-rw-r--r--plugins/java/pool.c (renamed from src/format/java/pool.c)0
-rw-r--r--plugins/java/pool.h (renamed from src/format/java/pool.h)0
-rw-r--r--plugins/jvm/Makefile.am (renamed from src/arch/jvm/Makefile.am)0
-rw-r--r--plugins/jvm/instruction.c (renamed from src/arch/jvm/instruction.c)0
-rw-r--r--plugins/jvm/instruction.h (renamed from src/arch/jvm/instruction.h)0
-rw-r--r--plugins/jvm/op_add.c (renamed from src/arch/jvm/op_add.c)0
-rw-r--r--plugins/jvm/op_const.c (renamed from src/arch/jvm/op_const.c)0
-rw-r--r--plugins/jvm/op_convert.c (renamed from src/arch/jvm/op_convert.c)0
-rw-r--r--plugins/jvm/op_dup.c (renamed from src/arch/jvm/op_dup.c)0
-rw-r--r--plugins/jvm/op_getput.c (renamed from src/arch/jvm/op_getput.c)0
-rw-r--r--plugins/jvm/op_invoke.c (renamed from src/arch/jvm/op_invoke.c)0
-rw-r--r--plugins/jvm/op_load.c (renamed from src/arch/jvm/op_load.c)0
-rw-r--r--plugins/jvm/op_monitor.c (renamed from src/arch/jvm/op_monitor.c)0
-rw-r--r--plugins/jvm/op_nop.c (renamed from src/arch/jvm/op_nop.c)0
-rw-r--r--plugins/jvm/op_pop.c (renamed from src/arch/jvm/op_pop.c)0
-rw-r--r--plugins/jvm/op_ret.c (renamed from src/arch/jvm/op_ret.c)0
-rw-r--r--plugins/jvm/op_store.c (renamed from src/arch/jvm/op_store.c)0
-rw-r--r--plugins/jvm/opcodes.h (renamed from src/arch/jvm/opcodes.h)0
-rw-r--r--plugins/jvm/operand.c (renamed from src/arch/jvm/operand.c)0
-rw-r--r--plugins/jvm/operand.h (renamed from src/arch/jvm/operand.h)0
-rw-r--r--plugins/jvm/processor.c (renamed from src/arch/jvm/processor.c)0
-rw-r--r--plugins/jvm/processor.h (renamed from src/arch/jvm/processor.h)0
-rw-r--r--plugins/pychrysalide/debug/Makefile.am5
-rw-r--r--plugins/pychrysalide/debug/module.c5
-rw-r--r--src/arch/Makefile.am8
-rw-r--r--src/debug/Makefile.am5
-rw-r--r--src/format/Makefile.am2
71 files changed, 8 insertions, 23 deletions
diff --git a/configure.ac b/configure.ac
index 8450923..3943a2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -364,8 +364,11 @@ AC_CONFIG_FILES([Makefile
plugins/elf/Makefile
plugins/elf/python/Makefile
plugins/fmtp/Makefile
+ plugins/gdbrsp/Makefile
+ plugins/gdbrsp/python/Makefile
plugins/itanium/Makefile
plugins/itanium/python/Makefile
+ plugins/java/Makefile
plugins/javadesc/Makefile
plugins/javadesc/python/Makefile
plugins/libcsem/Makefile
@@ -382,7 +385,6 @@ AC_CONFIG_FILES([Makefile
plugins/pychrysalide/common/Makefile
plugins/pychrysalide/core/Makefile
plugins/pychrysalide/debug/Makefile
- plugins/pychrysalide/debug/gdbrsp/Makefile
plugins/pychrysalide/format/Makefile
plugins/pychrysalide/glibext/Makefile
plugins/pychrysalide/gtkext/Makefile
@@ -411,9 +413,7 @@ AC_CONFIG_FILES([Makefile
src/common/Makefile
src/core/Makefile
src/debug/Makefile
- src/debug/gdbrsp/Makefile
src/format/Makefile
- src/format/java/Makefile
src/glibext/Makefile
src/glibext/generators/Makefile
src/gtkext/Makefile
diff --git a/src/debug/gdbrsp/Makefile.am b/plugins/gdbrsp/Makefile.am
index 5ee8df6..5ee8df6 100644
--- a/src/debug/gdbrsp/Makefile.am
+++ b/plugins/gdbrsp/Makefile.am
diff --git a/src/debug/gdbrsp/aops.h b/plugins/gdbrsp/aops.h
index 1599615..1599615 100644
--- a/src/debug/gdbrsp/aops.h
+++ b/plugins/gdbrsp/aops.h
diff --git a/src/debug/gdbrsp/gdb-int.h b/plugins/gdbrsp/gdb-int.h
index 11b4753..11b4753 100644
--- a/src/debug/gdbrsp/gdb-int.h
+++ b/plugins/gdbrsp/gdb-int.h
diff --git a/src/debug/gdbrsp/gdb.c b/plugins/gdbrsp/gdb.c
index 1d0ffe5..1d0ffe5 100644
--- a/src/debug/gdbrsp/gdb.c
+++ b/plugins/gdbrsp/gdb.c
diff --git a/src/debug/gdbrsp/gdb.h b/plugins/gdbrsp/gdb.h
index a338f98..a338f98 100644
--- a/src/debug/gdbrsp/gdb.h
+++ b/plugins/gdbrsp/gdb.h
diff --git a/src/debug/gdbrsp/helpers.c b/plugins/gdbrsp/helpers.c
index 1bdf6f7..1bdf6f7 100644
--- a/src/debug/gdbrsp/helpers.c
+++ b/plugins/gdbrsp/helpers.c
diff --git a/src/debug/gdbrsp/helpers.h b/plugins/gdbrsp/helpers.h
index 0492ea3..0492ea3 100644
--- a/src/debug/gdbrsp/helpers.h
+++ b/plugins/gdbrsp/helpers.h
diff --git a/src/debug/gdbrsp/helpers_arm.c b/plugins/gdbrsp/helpers_arm.c
index 4b486d4..4b486d4 100644
--- a/src/debug/gdbrsp/helpers_arm.c
+++ b/plugins/gdbrsp/helpers_arm.c
diff --git a/src/debug/gdbrsp/helpers_arm.h b/plugins/gdbrsp/helpers_arm.h
index ec82b27..ec82b27 100644
--- a/src/debug/gdbrsp/helpers_arm.h
+++ b/plugins/gdbrsp/helpers_arm.h
diff --git a/src/debug/gdbrsp/helpers_arm64.c b/plugins/gdbrsp/helpers_arm64.c
index 810c8b3..810c8b3 100644
--- a/src/debug/gdbrsp/helpers_arm64.c
+++ b/plugins/gdbrsp/helpers_arm64.c
diff --git a/src/debug/gdbrsp/helpers_arm64.h b/plugins/gdbrsp/helpers_arm64.h
index 5e89deb..5e89deb 100644
--- a/src/debug/gdbrsp/helpers_arm64.h
+++ b/plugins/gdbrsp/helpers_arm64.h
diff --git a/src/debug/gdbrsp/packet.c b/plugins/gdbrsp/packet.c
index 806c6b0..806c6b0 100644
--- a/src/debug/gdbrsp/packet.c
+++ b/plugins/gdbrsp/packet.c
diff --git a/src/debug/gdbrsp/packet.h b/plugins/gdbrsp/packet.h
index 7f362bd..7f362bd 100644
--- a/src/debug/gdbrsp/packet.h
+++ b/plugins/gdbrsp/packet.h
diff --git a/plugins/pychrysalide/debug/gdbrsp/Makefile.am b/plugins/gdbrsp/python/Makefile.am
index 8ece12b..8ece12b 100644
--- a/plugins/pychrysalide/debug/gdbrsp/Makefile.am
+++ b/plugins/gdbrsp/python/Makefile.am
diff --git a/plugins/pychrysalide/debug/gdbrsp/gdb.c b/plugins/gdbrsp/python/gdb.c
index 77b72b0..77b72b0 100644
--- a/plugins/pychrysalide/debug/gdbrsp/gdb.c
+++ b/plugins/gdbrsp/python/gdb.c
diff --git a/plugins/pychrysalide/debug/gdbrsp/gdb.h b/plugins/gdbrsp/python/gdb.h
index 057a38d..057a38d 100644
--- a/plugins/pychrysalide/debug/gdbrsp/gdb.h
+++ b/plugins/gdbrsp/python/gdb.h
diff --git a/plugins/pychrysalide/debug/gdbrsp/module.c b/plugins/gdbrsp/python/module.c
index c077aa7..c077aa7 100644
--- a/plugins/pychrysalide/debug/gdbrsp/module.c
+++ b/plugins/gdbrsp/python/module.c
diff --git a/plugins/pychrysalide/debug/gdbrsp/module.h b/plugins/gdbrsp/python/module.h
index 0ed3719..0ed3719 100644
--- a/plugins/pychrysalide/debug/gdbrsp/module.h
+++ b/plugins/gdbrsp/python/module.h
diff --git a/src/debug/gdbrsp/stream-int.h b/plugins/gdbrsp/stream-int.h
index ab26dc2..ab26dc2 100644
--- a/src/debug/gdbrsp/stream-int.h
+++ b/plugins/gdbrsp/stream-int.h
diff --git a/src/debug/gdbrsp/stream.c b/plugins/gdbrsp/stream.c
index f86f630..f86f630 100644
--- a/src/debug/gdbrsp/stream.c
+++ b/plugins/gdbrsp/stream.c
diff --git a/src/debug/gdbrsp/stream.h b/plugins/gdbrsp/stream.h
index a64485a..a64485a 100644
--- a/src/debug/gdbrsp/stream.h
+++ b/plugins/gdbrsp/stream.h
diff --git a/src/debug/gdbrsp/support.c b/plugins/gdbrsp/support.c
index 3d27c06..3d27c06 100644
--- a/src/debug/gdbrsp/support.c
+++ b/plugins/gdbrsp/support.c
diff --git a/src/debug/gdbrsp/support.h b/plugins/gdbrsp/support.h
index 2f6259c..2f6259c 100644
--- a/src/debug/gdbrsp/support.h
+++ b/plugins/gdbrsp/support.h
diff --git a/src/debug/gdbrsp/target.c b/plugins/gdbrsp/target.c
index cf28a49..cf28a49 100644
--- a/src/debug/gdbrsp/target.c
+++ b/plugins/gdbrsp/target.c
diff --git a/src/debug/gdbrsp/target.h b/plugins/gdbrsp/target.h
index bbdbec1..bbdbec1 100644
--- a/src/debug/gdbrsp/target.h
+++ b/plugins/gdbrsp/target.h
diff --git a/src/debug/gdbrsp/tcp.c b/plugins/gdbrsp/tcp.c
index 8458dc6..8458dc6 100644
--- a/src/debug/gdbrsp/tcp.c
+++ b/plugins/gdbrsp/tcp.c
diff --git a/src/debug/gdbrsp/tcp.h b/plugins/gdbrsp/tcp.h
index 3472fd2..3472fd2 100644
--- a/src/debug/gdbrsp/tcp.h
+++ b/plugins/gdbrsp/tcp.h
diff --git a/src/debug/gdbrsp/utils.c b/plugins/gdbrsp/utils.c
index 1088e51..1088e51 100644
--- a/src/debug/gdbrsp/utils.c
+++ b/plugins/gdbrsp/utils.c
diff --git a/src/debug/gdbrsp/utils.h b/plugins/gdbrsp/utils.h
index 833fe69..833fe69 100644
--- a/src/debug/gdbrsp/utils.h
+++ b/plugins/gdbrsp/utils.h
diff --git a/src/format/java/Makefile.am b/plugins/java/Makefile.am
index 0e40bfa..0e40bfa 100644
--- a/src/format/java/Makefile.am
+++ b/plugins/java/Makefile.am
diff --git a/src/format/java/attribute.c b/plugins/java/attribute.c
index 3e04ea9..3e04ea9 100644
--- a/src/format/java/attribute.c
+++ b/plugins/java/attribute.c
diff --git a/src/format/java/attribute.h b/plugins/java/attribute.h
index 155aa7e..155aa7e 100644
--- a/src/format/java/attribute.h
+++ b/plugins/java/attribute.h
diff --git a/src/format/java/e_java.c b/plugins/java/e_java.c
index 7d05fa9..7d05fa9 100644
--- a/src/format/java/e_java.c
+++ b/plugins/java/e_java.c
diff --git a/src/format/java/e_java.h b/plugins/java/e_java.h
index 65befbd..65befbd 100644
--- a/src/format/java/e_java.h
+++ b/plugins/java/e_java.h
diff --git a/src/format/java/field.c b/plugins/java/field.c
index e7df342..e7df342 100644
--- a/src/format/java/field.c
+++ b/plugins/java/field.c
diff --git a/src/format/java/field.h b/plugins/java/field.h
index 686c13f..686c13f 100644
--- a/src/format/java/field.h
+++ b/plugins/java/field.h
diff --git a/src/format/java/java-int.c b/plugins/java/java-int.c
index c1c8aa5..c1c8aa5 100644
--- a/src/format/java/java-int.c
+++ b/plugins/java/java-int.c
diff --git a/src/format/java/java-int.h b/plugins/java/java-int.h
index 1636d1e..1636d1e 100644
--- a/src/format/java/java-int.h
+++ b/plugins/java/java-int.h
diff --git a/src/format/java/java.c b/plugins/java/java.c
index dcd8299..dcd8299 100644
--- a/src/format/java/java.c
+++ b/plugins/java/java.c
diff --git a/src/format/java/java.h b/plugins/java/java.h
index ad70e43..ad70e43 100644
--- a/src/format/java/java.h
+++ b/plugins/java/java.h
diff --git a/src/format/java/java_def.h b/plugins/java/java_def.h
index 2b1da67..2b1da67 100644
--- a/src/format/java/java_def.h
+++ b/plugins/java/java_def.h
diff --git a/src/format/java/method.c b/plugins/java/method.c
index 371ba8c..371ba8c 100644
--- a/src/format/java/method.c
+++ b/plugins/java/method.c
diff --git a/src/format/java/method.h b/plugins/java/method.h
index 35b04e1..35b04e1 100644
--- a/src/format/java/method.h
+++ b/plugins/java/method.h
diff --git a/src/format/java/pool.c b/plugins/java/pool.c
index 625e9cc..625e9cc 100644
--- a/src/format/java/pool.c
+++ b/plugins/java/pool.c
diff --git a/src/format/java/pool.h b/plugins/java/pool.h
index 7f1a1db..7f1a1db 100644
--- a/src/format/java/pool.h
+++ b/plugins/java/pool.h
diff --git a/src/arch/jvm/Makefile.am b/plugins/jvm/Makefile.am
index fc4ee0b..fc4ee0b 100644
--- a/src/arch/jvm/Makefile.am
+++ b/plugins/jvm/Makefile.am
diff --git a/src/arch/jvm/instruction.c b/plugins/jvm/instruction.c
index c7a9bfb..c7a9bfb 100644
--- a/src/arch/jvm/instruction.c
+++ b/plugins/jvm/instruction.c
diff --git a/src/arch/jvm/instruction.h b/plugins/jvm/instruction.h
index 8ec9c48..8ec9c48 100644
--- a/src/arch/jvm/instruction.h
+++ b/plugins/jvm/instruction.h
diff --git a/src/arch/jvm/op_add.c b/plugins/jvm/op_add.c
index fbcc682..fbcc682 100644
--- a/src/arch/jvm/op_add.c
+++ b/plugins/jvm/op_add.c
diff --git a/src/arch/jvm/op_const.c b/plugins/jvm/op_const.c
index fc7075c..fc7075c 100644
--- a/src/arch/jvm/op_const.c
+++ b/plugins/jvm/op_const.c
diff --git a/src/arch/jvm/op_convert.c b/plugins/jvm/op_convert.c
index 43d9d20..43d9d20 100644
--- a/src/arch/jvm/op_convert.c
+++ b/plugins/jvm/op_convert.c
diff --git a/src/arch/jvm/op_dup.c b/plugins/jvm/op_dup.c
index a42acd8..a42acd8 100644
--- a/src/arch/jvm/op_dup.c
+++ b/plugins/jvm/op_dup.c
diff --git a/src/arch/jvm/op_getput.c b/plugins/jvm/op_getput.c
index c4d2b26..c4d2b26 100644
--- a/src/arch/jvm/op_getput.c
+++ b/plugins/jvm/op_getput.c
diff --git a/src/arch/jvm/op_invoke.c b/plugins/jvm/op_invoke.c
index 118f3a5..118f3a5 100644
--- a/src/arch/jvm/op_invoke.c
+++ b/plugins/jvm/op_invoke.c
diff --git a/src/arch/jvm/op_load.c b/plugins/jvm/op_load.c
index faea478..faea478 100644
--- a/src/arch/jvm/op_load.c
+++ b/plugins/jvm/op_load.c
diff --git a/src/arch/jvm/op_monitor.c b/plugins/jvm/op_monitor.c
index 3e0b61a..3e0b61a 100644
--- a/src/arch/jvm/op_monitor.c
+++ b/plugins/jvm/op_monitor.c
diff --git a/src/arch/jvm/op_nop.c b/plugins/jvm/op_nop.c
index ff2f58b..ff2f58b 100644
--- a/src/arch/jvm/op_nop.c
+++ b/plugins/jvm/op_nop.c
diff --git a/src/arch/jvm/op_pop.c b/plugins/jvm/op_pop.c
index a9f98f1..a9f98f1 100644
--- a/src/arch/jvm/op_pop.c
+++ b/plugins/jvm/op_pop.c
diff --git a/src/arch/jvm/op_ret.c b/plugins/jvm/op_ret.c
index 6ab6df3..6ab6df3 100644
--- a/src/arch/jvm/op_ret.c
+++ b/plugins/jvm/op_ret.c
diff --git a/src/arch/jvm/op_store.c b/plugins/jvm/op_store.c
index 1804049..1804049 100644
--- a/src/arch/jvm/op_store.c
+++ b/plugins/jvm/op_store.c
diff --git a/src/arch/jvm/opcodes.h b/plugins/jvm/opcodes.h
index 7251fed..7251fed 100644
--- a/src/arch/jvm/opcodes.h
+++ b/plugins/jvm/opcodes.h
diff --git a/src/arch/jvm/operand.c b/plugins/jvm/operand.c
index 4168bcf..4168bcf 100644
--- a/src/arch/jvm/operand.c
+++ b/plugins/jvm/operand.c
diff --git a/src/arch/jvm/operand.h b/plugins/jvm/operand.h
index 8f4288d..8f4288d 100644
--- a/src/arch/jvm/operand.h
+++ b/plugins/jvm/operand.h
diff --git a/src/arch/jvm/processor.c b/plugins/jvm/processor.c
index f25dabc..f25dabc 100644
--- a/src/arch/jvm/processor.c
+++ b/plugins/jvm/processor.c
diff --git a/src/arch/jvm/processor.h b/plugins/jvm/processor.h
index 7123d0c..7123d0c 100644
--- a/src/arch/jvm/processor.h
+++ b/plugins/jvm/processor.h
diff --git a/plugins/pychrysalide/debug/Makefile.am b/plugins/pychrysalide/debug/Makefile.am
index a5d7da3..3586321 100644
--- a/plugins/pychrysalide/debug/Makefile.am
+++ b/plugins/pychrysalide/debug/Makefile.am
@@ -5,8 +5,7 @@ libpychrysadebug_la_SOURCES = \
debugger.h debugger.c \
module.h module.c
-libpychrysadebug_la_LIBADD = \
- gdbrsp/libpychrysadebuggdbrsp.la
+libpychrysadebug_la_LIBADD =
libpychrysadebug_la_LDFLAGS =
@@ -21,4 +20,4 @@ AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJE
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-SUBDIRS = gdbrsp
+SUBDIRS =
diff --git a/plugins/pychrysalide/debug/module.c b/plugins/pychrysalide/debug/module.c
index a2df8bf..1ce4fe8 100644
--- a/plugins/pychrysalide/debug/module.c
+++ b/plugins/pychrysalide/debug/module.c
@@ -26,7 +26,6 @@
#include "debugger.h"
-#include "gdbrsp/module.h"
#include "../helpers.h"
@@ -63,8 +62,6 @@ bool add_debug_module(PyObject *super)
result = (module != NULL);
- if (result) result = add_debug_gdbresp_module(module);
-
if (!result)
Py_XDECREF(module);
@@ -93,8 +90,6 @@ bool populate_debug_module(void)
if (result) result = ensure_python_binary_debugger_is_registered();
- if (result) result = populate_debug_gdbresp_module();
-
assert(result);
return result;
diff --git a/src/arch/Makefile.am b/src/arch/Makefile.am
index 4c15349..ce5db57 100644
--- a/src/arch/Makefile.am
+++ b/src/arch/Makefile.am
@@ -29,13 +29,6 @@ libarch_la_SOURCES = \
undefined.h undefined.c \
vmpa.h vmpa.c
-# libarch_la_LIBADD = \
-# arm/libarcharm.la \
-# dalvik/libarchdalvik.la \
-# jvm/libarchjvm.la \
-# mips/libarchmips.la \
-# x86/libarchx86.la
-
libarch_la_LIBADD = \
operands/libarchoperands.la
@@ -52,5 +45,4 @@ AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-#SUBDIRS = arm dalvik jvm mips x86
SUBDIRS = operands
diff --git a/src/debug/Makefile.am b/src/debug/Makefile.am
index bafceda..41de8b3 100644
--- a/src/debug/Makefile.am
+++ b/src/debug/Makefile.am
@@ -12,8 +12,7 @@ libdebug_la_SOURCES = \
stream-int.h \
stream.h stream.c
-libdebug_la_LIBADD = \
- gdbrsp/libdebuggdbrsp.la
+libdebug_la_LIBADD =
libdebug_la_CFLAGS = $(AM_CFLAGS)
@@ -27,4 +26,4 @@ AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-SUBDIRS = gdbrsp
+SUBDIRS =
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 9cabaee..1ab4825 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -31,4 +31,4 @@ AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-# SUBDIRS = java
+SUBDIRS =