]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/ChangeLog
gdb/
authorYao Qi <yao@codesourcery.com>
Mon, 16 Apr 2012 11:24:47 +0000 (11:24 +0000)
committerYao Qi <yao@codesourcery.com>
Mon, 16 Apr 2012 11:24:47 +0000 (11:24 +0000)
commit42476b702c78006853f79b2013af919c313c1f7a
tree8655c361c05aff36eb6782afa9e6e0a8a0ac4c43
parent7bc83639079c1ba45fae3c16a00eb1806107ae28
gdb/

* common/agent.c (agent_run_command): Add one more parameter `len'.
Update callers.
* common/agent.h: Update declaration.
* linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
Update.
(linux_child_static_tracepoint_markers_by_strid): Ditto.

gdb/gdbserver/

* tracepoint.c (COPY_FIELD_TO_BUF): New macro.
(struct tracepoint_action_ops) <send>: New field.
(m_tracepoint_action_send, r_tracepoint_action_send): New.
(agent_expr_send, x_tracepoint_action_send): New.
(l_tracepoint_action_send): New.
(cmd_qtdp): Download and install tracepoint
according to `use_agent'.
(run_inferior_command): Add one more parameter `len'.
Update callers.
(tracepoint_send_agent): New.
(cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
gdb/ChangeLog
gdb/common/agent.c
gdb/common/agent.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/tracepoint.c
gdb/linux-nat.c