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
bt_has_any: fall back to symbol name when indexing
We currently use the "frame.name" which may not be present when using
CTF. Instead, we should fallback to the symbol name.
The frame_name() function is not appropriate, since this may include
additional information, such as the module containing the symbol. So
introduce a new helper, func_name() for this case.
Signed-off-by: Stephen Brennan <[email protected]>
0 commit comments