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

Re: [PATCH v12 06/32] Validate symbol file using build-id


On Sat, 22 Aug 2015 09:23:06 +0200, Eli Zaretskii wrote:
> I think this message is not a valid English sentence.  I suggest this
> instead:
> 
>   Validation of build-id match when loading a shared library is %s.\n

I have additionally changed it a bit as the meaning has been changed:
	Validation of build-id match when loading a binary is %s.\n


> Likewise here, I suggest this alternative:
> 
>  Set whether to validate build-id match when loading a shared library.

Used:
	Set whether to validate build-id match when loading a binary.


> > +Inferior shared library and symbol file may contain unique build-id.\n\
> > +If both build-ids are present but they do not match then this setting\n\
>                                 ^                     ^
> Commas missing where indicated.

Done.  Plus again s/shared library/binary/.


Set whether to validate build-id match when loading a binary."), _("\
Show whether to validate build-id match when loading a binary."), _("\
Inferior binary and symbol file may contain unique build-id.\n\
If both build-ids are present, but they do not match, then this setting\n\
enables (off) or disables (on) loading of such symbol file.\n\
Loading non-matching symbol file may confuse debugging including breakage\n\
of backtrace output."),



All changed only in GIT.


Thanks,
Jan


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