Alessandro Arzilli

Results 227 comments of Alessandro Arzilli
trafficstars

> Yes, currently I do only a little test on raspberry pi4, and I am looking for help to make a more coverage test, do we have any guideline to...

Regarding testing this, I tried just adding an `export GOARCH=arm` to the build script. This works on my raspberry pi but it doesn't on Travis-CI, presumably because they didn't enable...

@derekparker we could probably do the same thing we do on 386 and run it inside docker. If the kernel is compiled with compatibility with arm32 binaries the tests can...

> i am using a patched dlv-binary (the code of the mr) and go 1.17 on linux-arm7 and remote-debugging. work's like charm until now. > do you plan to integrate...

Using the preexisting variable reading code for this would be prohibitively expensive for any heap of realistic size. You would have to integrate viewcore (or reimplement it) inside delve (not...

Neither gdbserver nor lldb-server have client authentication, why do you think Delve should do differently? By default we only listen on localhost and only accept connections from the same user...

This is a compiler bug, and it's compilcated, see $GOROOT/src/cmd/compile/internal/gc/pgen.go:425