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
The module_has_debuginfo() function is heuristic and only checks the
first symbol to see whether drgn knows of it. Let's increase this to the
first 5 symbols (truly, just a magic number) which eliminates some
observed false positives in the wild.
I'm willing to do this somewhat scattershot approach beacuse we're not
far from switching to drgn's new Module API. This will allow us to drop
this heuristic function and just query the Module API for the status of
the debuginfo file.
Orabug: 37894875
Signed-off-by: Stephen Brennan <[email protected]>
0 commit comments