This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 13/16] move sizeof_pkt into remote_trace_find
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Mon, 24 Jun 2013 08:25:12 -0600
- Subject: Re: [PATCH 13/16] move sizeof_pkt into remote_trace_find
- References: <1371835506-15691-1-git-send-email-tromey at redhat dot com> <1371835506-15691-14-git-send-email-tromey at redhat dot com> <51C65C0A dot 3050400 at codesourcery dot com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
>> * remote.c (sizeof_pkt): Remove.
>> (remote_trace_find): Use rs->buf, not sizeof_pkt.
Yao> "Use rs->buf_size" is the right text to describe the change.
Thanks. I've fixed this locally.
Tom