delve
delve copied to clipboard
Support PowerPC
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output, stacktraces, etc) as linked gists.
- What version of Delve are you using (master version)?
- What version of Go are you using? (go version go1.10 linux/ppc64le)?
- What operating system and processor architecture are you using?( ubuntu 16.04 ppc64le)
- What did you do?(build dlv)
- What did you expect to see?
- What did you see instead?
go get -u github.com/go-delve/delve/cmd/dlv
# github.com/go-delve/delve/pkg/proc
src/github.com/go-delve/delve/pkg/proc/disasm.go:12:14: undefined: archInst
@hmtai Maybe like this ? https://github.com/go-delve/delve/issues/1323
I install on ubuntu 16.04 ppc64le.
That architecture is not currently supported.
Can any one suggest how to add delve support for PowerPC(ppc64le) with ubuntu linux os.