[PATCH] Fix library segment-address for 64bit values

Hannes Domani via gdb-patches gdb-patches@sourceware.org
Tue Jan 28 22:25:00 GMT 2020


 Am Dienstag, 28. Januar 2020, 19:47:38 MEZ hat Simon Marchi <simark@simark.ca> Folgendes geschrieben:

> On 2020-01-28 12:37 p.m., Hannes Domani via gdb-patches wrote:
>
> > The address was written as a long value, but long is always a 32bit value
> > on Windows.
>
>
> Perhaps just mention: ", which lead to truncated addresses.".
>
> The patch LGTM with that fixed, you can push it to both master and the gdb-9-branch.

Pushed to both with this change, thanks.

>
> Note that searching for '(long)' in that file reveals that there are probably more
> instances of this problem.

I will keep that in mind.



More information about the Gdb-patches mailing list