Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go的debug工具Delve #408

Open
realqhc opened this issue Jun 24, 2022 · 2 comments
Open

Go的debug工具Delve #408

realqhc opened this issue Jun 24, 2022 · 2 comments

Comments

@realqhc
Copy link

realqhc commented Jun 24, 2022

https://github.com/go-delve/delve
要检查go程序的coredump,不能用gdb,而是要用这个工具。不知道它对RV的支持如何?

更新:
service/debugger/debugger.go:32:2: found packages native (dump_linux.go) and your_linux_architecture_is_not_supported_by_delve (support_sentinel_linux.go) in /home/.../delve/pkg/proc/native

@lazyparser
Copy link
Member

ok. Let's try again.

看看是否有希望放到2023的路线图中。

@qjivy
Copy link
Contributor

qjivy commented Feb 20, 2023

RISCV尚且还不支持,dlv可以作为Roadmap中新的一项。

https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel_linux.go

// This file is used to detect build on unsupported GOOS/GOARCH combinations.

//go:build linux && !amd64 && !arm64 && !386
// +build linux,!amd64,!arm64,!386

package your_linux_architecture_is_not_supported_by_delve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants