rubrikinc / wachy

A UI for eBPF-based performance debugging
https://rubrikinc.github.io/wachy/
Other
551 stars 17 forks source link

Fix function search for stripped binary with separate debug info file #7

Closed cfsnyder closed 2 years ago

cfsnyder commented 2 years ago

I noticed that wachy was failing to find functions for a stripped binary because it was only looking at symbols in the binary itself. This update allows it to search for function symbols in the separate DWARF file if the binary is stripped.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

mgaurav commented 2 years ago

LGTM. Thanks for fixing.