• Teng Qin's avatar
    Don't always reload empty Modules · 7efd2dc8
    Teng Qin authored
    Currently we think the Module's symbol table is not loaed as long as its
    empty. But some times we were just not able to read the symbols from the
    binary / perf map, or didn't get symbol from the read. This commit makes
    so that we don't end up trying to do a read on each lookup.
    7efd2dc8
bcc_syms.cc 12.5 KB