delve icon indicating copy to clipboard operation
delve copied to clipboard

delve: add ppc64le support

Open alexsaezm opened this issue 2 years ago • 4 comments

This adds support to PPC64LE architecture. This is still in an early stage of development but I'm opening this draft pull request to keep track of suggestions about the port and other things that might happen.

Currently runtime.Breakpoint is broken for ppc64le so I'm using a patched version of Go.

alexsaezm avatar Apr 06 '22 09:04 alexsaezm

Adding the v1.9.1 milestone as I'd like to get this in for the next release. Of course this also depends on CI availability so we might slip a bit, but I wanted to at least aim for it to be included.

derekparker avatar Jul 05 '22 17:07 derekparker

Is this marked as Draft by accident or is it still a draft?

aarzilli avatar Jul 14 '22 09:07 aarzilli

Is this marked as Draft by accident or is it still a draft?

It's still not 100% functional so I guess it's still a draft...?

alexsaezm avatar Jul 14 '22 11:07 alexsaezm

No problem, I just thought I'd remind you.

aarzilli avatar Jul 14 '22 11:07 aarzilli

Removed the draft status. Some tests are still failing but it is functional.

Related issue #1564

alexsaezm avatar Nov 23 '22 17:11 alexsaezm

@alexsaezm thanks for this! Any test that is still failing please just skip explicitly and provide some explanation.

We can work on adding CI for this as well.

derekparker avatar Nov 23 '22 18:11 derekparker