This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 3/7] Enable gdb process record on aarch64-linux targets
- From: Omair Javaid <omair dot javaid at linaro dot org>
- To: gdb-patches at sourceware dot org
- Cc: Omair Javaid <omair dot javaid at linaro dot org>
- Date: Wed, 4 Jun 2014 21:21:07 +0500
- Subject: [PATCH 3/7] Enable gdb process record on aarch64-linux targets
- Authentication-results: sourceware.org; auth=none
- References: <1401898871-2270-1-git-send-email-omair dot javaid at linaro dot org>
This patch adds linux-record.o to gdb_target_obs in configure.tgt for
aarch64*-linux* targets.
gdb:
2014-06-04 Omair Javaid <omair.javaid@linaro.org>
* configure.tgt: Add linux-record.o to gdb_target_obs.
---
gdb/configure.tgt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 01311b2..e9b906f 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -41,7 +41,7 @@ aarch64*-*-linux*)
# Target: AArch64 linux
gdb_target_obs="aarch64-tdep.o aarch64-linux-tdep.o \
glibc-tdep.o linux-tdep.o solib-svr4.o \
- symfile-mem.o"
+ symfile-mem.o linux-record.o"
build_gdbserver=yes
;;
--
1.9.1