Daniel Jacobowitz
|
c74d0ad827
|
* gdb.texinfo (Monitor commands for gdbserver): New subsection.
* remote-utils.c (monitor_output): New function.
* server.c (debug_threads): Define here.
(monitor_show_help): New function.
(handle_query): Handle qRcmd.
(main): Do not handle 'd' packet.
* server.h (debug_threads, remote_debug, monitor_output): Declare.
* linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
of debug_threads.
* gdb.server/server-mon.exp: New test.
|
2007-02-26 20:10:18 +00:00 |
|
Pedro Alves
|
ef57601be4
|
* target.h (target_ops): Rename send_signal to request_interrupt,
and remove enum target_signal parameter.
* linux-low.c (linux_request_interrupt): Rename from
linux_send_signal, and always send SIGINT.
* spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
and always send SIGINT.
* remote-utils.c (putpkt_binary): Call request_interrupt, instead
of send_signal.
(input_interrupt): Likewise.
|
2007-02-25 17:59:43 +00:00 |
|
Ulrich Weigand
|
ab39bf2466
|
* spu-low.c (spu_arch_string): New.
(spu_target_ops): Add spu_arch_string.
|
2007-02-22 17:41:37 +00:00 |
|
Daniel Jacobowitz
|
6aba47ca06
|
Copyright updates for 2007.
|
2007-01-09 17:59:20 +00:00 |
|
Ulrich Weigand
|
a13e2c95aa
|
ChangeLog:
* configure.tgt: Enable gdbserver for SPU target.
* configure.ac: Build gdbserver when gdb_native is yes.
* configure: Regenerate.
* regformats/reg-spu.dat: New file.
gdbserver/ChangeLog:
* configure.srv: Add target "spu*-*-*".
* Makefile.in (clean): Remove reg-spu.c.
(reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
* spu-low.c: New file.
|
2006-11-22 17:34:15 +00:00 |
|