This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] Added verbosity to dwarf2*


On Sat, 14 Dec 2002, Michal Ludvig wrote:

> -      error ("dwarf cfi error: unsupported target address length.");
> +      error ("dwarf cfi error: unsupported target address length [%s]", 
> +		      bfd_get_filename (abfd));

Wouldn't it be better to say "[in module %s]"?  I'm afraid a BFD file 
name alone won't explain enough to the user.  After all, not everyone who 
uses GDB knows all the module names in their program by heart.


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