symbolizer: Allow Symbolizer to take a path to binary
Summary: Previously by default, `Symbolizer` would always use the current process's binary by looking at `/proc/self/exe`. This change allows passing a different binary name to `Symbolizer` so that we can reuse this library to look up symbol information of a different process that is executed from a different binary. Reviewed By: Gownta Differential Revision: D33558166 fbshipit-source-id: 12c6ae3aa8c5d88caaef7933edb2c69bc896d75b
Showing
Please register or sign in to comment