This is the mail archive of the gdb-testers@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]

[binutils-gdb] Remove MAX_REGISTER_SIZE from py-unwind.c


*** TEST RESULTS FOR COMMIT 4fa847d78edd4a3901414655bd4b31234b91ba2a ***

Author: Alan Hayward <alan.hayward@arm.com>
Branch: master
Commit: 4fa847d78edd4a3901414655bd4b31234b91ba2a

Remove MAX_REGISTER_SIZE from py-unwind.c

gdb/
	* remote.c (cached_reg): Move from here...
	* regcache.h (cached_reg): ...to here.
	* python/py-unwind.c (struct reg_info): Remove.
	(cached_frame_info): Use cached_reg_t.
	(pyuw_prev_register): Likewise.
	(pyuw_sniffer): Use cached_reg_t and allocate registers.
	(pyuw_dealloc_cache): Free all registers.


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