This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb.trace: Add a testcase for tdesc in tfile.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]