This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix a bug on uploading tsv
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 03 Sep 2012 16:43:13 +0100
- Subject: Re: [PATCH] Fix a bug on uploading tsv
- References: <1346686250-17361-1-git-send-email-yao@codesourcery.com>
On 09/03/2012 04:30 PM, Yao Qi wrote:
> gdb/gdbserver:
>
> 2012-09-03 Yao Qi <yao@codesourcery.com>
>
> * tracepoint.c (cmd_qtsv): Adjust debug message.
> Remove an incorrect condition checking.
OK, thanks.
Note that "incorrect" is a more of a _why_ than a _what_.
A _what_ entry would be something like:
2012-09-03 Yao Qi <yao@codesourcery.com>
Remove an incorrect condition check.
* tracepoint.c (cmd_qtsv): Adjust debug message.
Don't check CUR_TPOINT.
--
Pedro Alves