svn commit: r224683 - head/lib/libthread_db
Marcel Moolenaar
marcel at xcllnt.net
Sun Aug 7 18:41:05 UTC 2011
On Aug 7, 2011, at 4:52 AM, Marius Strobl wrote:
>
> Okay, but then I don't know how to properly fix this given that
> thr_p{read,write}_long() still seem to do the wrong thing as they
> supply sizeof(long) rather than the size of a long on the target
> to thr_p{read,write}() as the size of the value in the target
> address space.
Don't worry about cross use. The implementation isn't quite there
yet. That's why you see sizeof(long) in some places even though
that's obviously only vid for the native case.
FYI,
--
Marcel Moolenaar
marcel at xcllnt.net
More information about the svn-src-all
mailing list