• Teng Qin's avatar
    Don't refresh already gone PIDs · 552f4c69
    Teng Qin authored
    Currently we check if `ProcSyms` needs refresh for every symboling call.
    However if the `ProcSyms` was loaded, but the Process terminated later,
    we will see it as a "need refresh" and effectively clear the symbol
    table and not able to resovle anything anymore.
    
    This commit changes so that we only refresh when the PID still exists
    (but differnt from what loaded).
    552f4c69
bcc_syms.cc 12.6 KB