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] Improve the speed of scanning PE binaries for line number information.


*** TEST RESULTS FOR COMMIT e643cb45bf85fa5c8c49a89ff177de246af4212e ***

Author: Nick Clifton <nickc@redhat.com>
Branch: master
Commit: e643cb45bf85fa5c8c49a89ff177de246af4212e

Improve the speed of scanning PE binaries for line number information.

	PR binutils/18025
	* coff-bfd.h (struct coff_section_data): Add new fields:
	saved_bias and bias.
	* coffgen.c (coff_find_nearest_line_with_names): Cache the bias
	computed for PE binaries.
	* dwarf2.c (scan_unit_for_symbols): Only warn once about each
	missing abbrev.


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