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

gdb: provide a stack unwinder in Python #12395

Open
minux opened this issue Aug 29, 2015 · 5 comments
Open

gdb: provide a stack unwinder in Python #12395

minux opened this issue Aug 29, 2015 · 5 comments
Milestone

Comments

@minux
Copy link
Member

minux commented Aug 29, 2015

The recently released Gdb 7.10 added support for writing a frame unwinder in Python,
which is ideal for us.
doc: https://sourceware.org/gdb/current/onlinedocs/gdb/Unwinding-Frames-in-Python.html#Unwinding-Frames-in-Python

The issue tracks that.

@minux minux added this to the Go1.6 milestone Aug 29, 2015
@shanemhansen
Copy link
Contributor

I'd like to take a crack at this.

@minux
Copy link
Member Author

minux commented Sep 25, 2015 via email

@rsc rsc modified the milestones: Unplanned, Go1.6 Nov 5, 2015
@hyangah
Copy link
Contributor

hyangah commented Dec 21, 2016

Is it a duplicate of #17575 where @aclements provided a sketch?

@randall77
Copy link
Contributor

See also #16638 (using frame pointers for unwinding in the runtime).

@aclements
Copy link
Member

@minux, are you proposing any additional things we could do with a custom unwinder besides work correctly on core files (which issue #17575 tracks)?

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

6 participants