Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: gdb/configure.tgt

Issue 10365030: Configure gdb for nacl target (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: 80 symbols Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« bfd/config.bfd ('K') | « bfd/config.bfd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/configure.tgt
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 137debae6fb4313504ad736c9700072ee9f98fb1..c66110e0ccb9353cad747a9aa3a249bc9e9b9873 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -224,6 +224,11 @@ i[34567]86-*-linux*)
fi
build_gdbserver=yes
;;
+*nacl*)
eaeltsin 2012/05/05 16:20:47 We need to be more specific here - imagine we want
halyavin 2012/05/10 08:21:42 Done.
+ # Target: NaCl, remote debugging only.
+ gdb_target_obs="i386-tdep.o glibc-tdep.o i387-tdep.o solib.o \
+ solib-svr4.o symfile-mem.o amd64-tdep.o"
+ ;;
i[34567]86-*-gnu*)
# Target: Intel 386 running the GNU Hurd
gdb_target_obs="i386-tdep.o i387-tdep.o i386gnu-tdep.o \
« bfd/config.bfd ('K') | « bfd/config.bfd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698