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 v5 7/8] Validate symbol file using build-id


On 14-03-21 12:58 PM, Jan Kratochvil wrote:
On Thu, 20 Mar 2014 14:13:06 +0100, Aleksandar Ristovski wrote:
On 14-03-19 06:31 PM, Jan Kratochvil wrote:
+@smallexample
+  warning: Shared object "libfoo.so.1" could not be validated (remote
+  build ID 2bc1745e does not match local build ID a08f8767) and will be

I am not sure 'remote' adds any clarity here, on-contrary, I think
it will confuse. This could all be happening in local scenario as
well. The gist should be: inferior so build-id (i.e. build-id of the
shared object loaded in the inferior memory) does not match build-id
of the so gdb loaded to get symbols.

Therefore:
s/remote/inferior/
s/local/symbol file/


Yes, I think this is better, thank you.

----
Aleksandar Ristovski
QNX Software Systems


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