aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure.srv
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2004-11-21 03:09:39 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2004-11-21 03:09:39 +0000
commitdb1d3e1b9706b64e129855a0e12eba74ca16befa (patch)
tree0831b2d63907f4577988479fd30260eaeca58ea0 /gdb/gdbserver/configure.srv
parentfefa18880beb0d6e2de40563fb6827ec019ee18b (diff)
downloadgdb-db1d3e1b9706b64e129855a0e12eba74ca16befa.zip
gdb-db1d3e1b9706b64e129855a0e12eba74ca16befa.tar.gz
gdb-db1d3e1b9706b64e129855a0e12eba74ca16befa.tar.bz2
* linux-m68k-low.c (m68k_num_gregs): Define.
(m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset) (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New. (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc) (m68k_breakpoint_at): New. Add to the_low_target. * configure.srv (m68*-*-linux*): Set srv_linux_regsets and srv_linux_thread_db to yes.
Diffstat (limited to 'gdb/gdbserver/configure.srv')
-rw-r--r--gdb/gdbserver/configure.srv2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index 251dd6b..991cb05 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -36,6 +36,8 @@ case "${target}" in
m68*-*-linux*) srv_regobj=reg-m68k.o
srv_tgtobj="linux-low.o linux-m68k-low.o"
srv_linux_usrregs=yes
+ srv_linux_regsets=yes
+ srv_linux_thread_db=yes
;;
mips*-*-linux*) srv_regobj=reg-mips.o
srv_tgtobj="linux-low.o linux-mips-low.o"