diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-14 18:16:30 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-08-14 18:16:30 +0000 |
commit | 88b496c367b7abc6edb286ff4e19807f1c84af00 (patch) | |
tree | c8728447c33753b4074192670ea6634754c55764 /gdb/ChangeLog | |
parent | 2f65bcb75d05d93af037229e084160fe25259322 (diff) | |
download | gdb-88b496c367b7abc6edb286ff4e19807f1c84af00.zip gdb-88b496c367b7abc6edb286ff4e19807f1c84af00.tar.gz gdb-88b496c367b7abc6edb286ff4e19807f1c84af00.tar.bz2 |
move async_client_callback and async_client_context into remote_state
This moves async_client_callback and async_client_context into
remote_state.
* remote.c (struct remote_state) <async_client_callback,
async_client_context>: New fields.
(async_client_callback, async_client_context): Remove.
(remote_async_serial_handler, remote_async): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08800de..522d86c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2013-08-14 Tom Tromey <tromey@redhat.com> + * remote.c (struct remote_state) <async_client_callback, + async_client_context>: New fields. + (async_client_callback, async_client_context): Remove. + (remote_async_serial_handler, remote_async): Update. + +2013-08-14 Tom Tromey <tromey@redhat.com> + * remote.c (sizeof_pkt): Remove. (remote_trace_find): Use rs->buf_size, not sizeof_pkt. |