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/