You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This would add the ability to read symbols from processes with debug information on Linux through
LinuxProcessHandle::GetSymbolName
andLinuxProcessHandle::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
The text was updated successfully, but these errors were encountered: