This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb.trace: Add a testcase for tdesc in tfile.
- From: Pedro Alves <palves at redhat dot com>
- To: Marcin KoÅcielnicki <koriakin at 0x04 dot net>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 11 Feb 2016 13:00:24 +0000
- Subject: Re: [PATCH] gdb.trace: Add a testcase for tdesc in tfile.
- Authentication-results: sourceware.org; auth=none
- References: <56BB4004 dot 1090708 at redhat dot com> <1455185675-27574-1-git-send-email-koriakin at 0x04 dot net>
On 02/11/2016 10:14 AM, Marcin KoÅcielnicki wrote:
> This tests whether $ymm15 can be correctly collected and printed from
> tfile. It covers:
>
> - storing tdesc in tfile (without that, $ymm15 doesn't exist)
> - ax_pseudo_register_collect for x86 (without that, $ymm15 cannot be
> collected)
> - register order in tfile_fetch_registers (without that, $ymm15h is
> fetched from wrong position)
> - off-by-one in tfile_fetch_registers (without that, $ymm15h is
> incorrectly considered to be out of bounds)
> - using proper tdesc in encoding tracepoint actions (without that,
> internal error happens due to $ymm15h being
OK once prereqs are in.
Thanks,
Pedro Alves