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 v2 05/19] gdb/testsuite: Add "get_endianness" convenience proc


On 17-05-09 19:46:01, Andreas Arnez wrote:
> The test suite contains multiple instances of determining the target's
> endianness with GDB's "show endian" command.  This patch replaces these by
> an invocation of a new convenience proc 'get_endianness'.
> 
> gdb/testsuite/ChangeLog:
> 
> 	* lib/gdb.exp (get_endianness): New proc.
> 	* gdb.arch/aarch64-fp.exp: Use it.
> 	* gdb.arch/altivec-regs.exp: Likewise.
> 	* gdb.arch/e500-regs.exp: Likewise.
> 	* gdb.arch/vsx-regs.exp: Likewise.
> 	* gdb.base/dump.exp: Likewise.
> 	* gdb.base/funcargs.exp: Likewise.
> 	* gdb.base/gnu_vector.exp: Likewise.
> 	* gdb.dwarf2/formdata16.exp: Likewise.
> 	* gdb.dwarf2/implptrpiece.exp: Likewise.
> 	* gdb.dwarf2/nonvar-access.exp: Likewise.
> 	* gdb.python/py-inferior.exp: Likewise.
> 	* gdb.trace/unavailable-dwarf-piece.exp: Likewise.

LGTM.
-- 
Yao


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