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

Implement DWARF parsing in Linux #4

Open
codecat opened this issue Apr 12, 2021 · 0 comments
Open

Implement DWARF parsing in Linux #4

codecat opened this issue Apr 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@codecat
Copy link
Owner

codecat commented Apr 12, 2021

This would add the ability to read symbols from processes with debug information on Linux through LinuxProcessHandle::GetSymbolName and LinuxProcessHandle::GetSymbolAddress.

Depending on how complex this is, might need another dependency (such as libelfin which would probably also replace the ELFIO dependency) or we'd have to implement parsing manually based on the spec, if it's simple enough.

DWARF specification: http://www.dwarfstd.org/doc/DWARF5.pdf

@codecat codecat added the enhancement New feature or request label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant