-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request