2011-01-25 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Tue, 25 Jan 2011 10:09:19 +0000 (10:09 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 25 Jan 2011 10:09:19 +0000 (10:09 +0000)
commitd08aafeffe7dcdff4c4f876c6b8f730ce0270847
tree6d1be3ef6bfa5408fcf5c8e7ac8344c04869328e
parentefc0eabd6019406ff92286a36713d41a42515e09
2011-01-25  Pedro Alves  <pedro@codesourcery.com>

* server.h (decode_xfer_write): Change prototype.
* remote-utils.c (decode_xfer_write): Remove `annex' parameter,
and don't extract the annex here.
* server.c (decode_xfer_read): Remove `annex' parameter,
and don't extract the annex here.
(decode_xfer): New.
(struct qxfer): New.
(handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
(handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
(handle_qxfer_statictrace): New functions, abstracted out from
handle_query, and made to use the struct qxfer interface.
(handle_threads_qxfer_proper): Rename to ...
(handle_qxfer_threads_proper): ... this.
(handle_threads_qxfer): Rename to ...
(handle_qxfer_threads): ... this.  Adjust.
(qxfer_packets): New array.
(handle_qxfer): New function.
(handle_query): Use handle_qxfer.
gdb/gdbserver/ChangeLog
gdb/gdbserver/remote-utils.c
gdb/gdbserver/server.c
gdb/gdbserver/server.h
This page took 0.024547 seconds and 4 git commands to generate.