summary refs log tree commit diff stats
path: root/python (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée2-0/+15
This is a quality of life helper for plugins so they don't need to re-implement symbol lookup when dumping an address. The strings are constant so don't need to be duplicated. One minor tweak is to return NULL instead of a zero length string to show lookup failed. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Mahmoud Mandour <ma.man