[patch] Re: Advice on fixing gdb/12528

Jan Kratochvil jan.kratochvil@redhat.com
Tue Mar 15 23:26:00 GMT 2011


On Tue, 15 Mar 2011 20:27:56 +0100, Paul Pluzhnikov wrote:
> +		      /* This line table is for a function which has been
> +			 GCd by the linker.  Ignore it.  PR gdb/12528 */
> +
> +		      complaint (&symfile_complaints,
> +				 _(".debug_line section at address 0"));

		      complaint (&symfile_complaints,
				 _(".debug_line offset 0x%lx uses address 0 "
				   "[in module %s]"),
				 (long) (line_ptr
					 - dwarf2_per_objfile->line.buffer),
				 cu->objfile->name);

(the offset is not right but better than nothing)


Thanks,
Jan



More information about the Gdb-patches mailing list