Porting Valgrind to GNU/Hurd: Re: Need help with assembly code

2021-12-01 Thread Svante Signell
On Tue, 2021-11-30 at 22:22 +, jbra...@dismail.de wrote: > November 29, 2021 12:41 PM, "Svante Signell" > wrote: > > > Hello, > > > > I've been working lately with on how to port valgrind to GNU/Hurd, > > and found out that this is not a trivial task. Seems like one have > > to make a suitab

Re: Need help with assembly code

2021-11-30 Thread Samuel Thibault
Svante Signell, le mar. 30 nov. 2021 11:27:09 +0100, a ecrit: > On Mon, 2021-11-29 at 22:19 +0100, Samuel Thibault wrote: > > > Seems like one have to make a suitable mix of linux and darwin code > > > (and to some extent freebsd/solaris code). > > > > Also it'd need a fair amount of code to reimp

Re: Need help with assembly code

2021-11-30 Thread Svante Signell
On Mon, 2021-11-29 at 22:19 +0100, Samuel Thibault wrote: > Hello, > > Svante Signell, le lun. 29 nov. 2021 18:40:48 +0100, a ecrit: > > I've been working lately with on how to port valgrind to GNU/Hurd, and found > > out that this is not a trivial task. > > It is indeed very far from a trivial t

Re: Need help with assembly code

2021-11-29 Thread Samuel Thibault
Hello, Svante Signell, le lun. 29 nov. 2021 18:40:48 +0100, a ecrit: > I've been working lately with on how to port valgrind to GNU/Hurd, and found > out > that this is not a trivial task. It is indeed very far from a trivial task. I'd rather recommend to port gcc's lsan support, it will be most