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

src/gdb ChangeLog dwarf2loc.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_4-branch
Changes by:	wilson@sourceware.org	2005-11-14 22:23:32

Modified files:
	gdb            : ChangeLog dwarf2loc.c 

Log message:
	Fix gcc bug 24490, location list query failed due to out-of-range address.
	PR 2024
	* dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block
	instead of get_frame_pc.
	(loclist_read_variable): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.7401.2.17&r2=1.7401.2.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2loc.c.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.29.4.1&r2=1.29.4.2


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