]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/remote.c: Eliminate target_buf/target_buf_size hack
authorPedro Alves <palves@redhat.com>
Fri, 29 Sep 2017 16:09:05 +0000 (17:09 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 29 Sep 2017 16:09:05 +0000 (17:09 +0100)
commitb6bb34680b9c99961b6cd635853552ec6569a2a4
treee6e735f6ed4f480df18c52958671d47e6ddb1066
parent5b9ca4d43ba0313612e8ad6e50221e8f20ebd129
gdb/remote.c: Eliminate target_buf/target_buf_size hack

This finally eliminates an old hack left in place when tracepoint RSP
support was migrated from tracepoint.c to remote.c, back in
35b1e5cca081 ("Make tracepoint operations go through target vector.")
over 7 years ago.

Tested on x86_64 GNU/Linux.

gdb/ChangeLog:
2017-09-29  Pedro Alves  <palves@redhat.com>

* remote.c (target_buf, target_buf_size): Delete.
(remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
Use the connection's packet buffer instead.
All callers adjusted.
(_initialize_remote): Remove references to target_buf and
target_buf_size.
gdb/ChangeLog
gdb/remote.c