pub async fn get_compact_symbol_table<'h>(
    debug_name: &str,
    debug_id: DebugId,
    helper: &'h impl FileAndPathHelper<'h>
) -> Result<CompactSymbolTable>
Expand description

Returns a symbol table in CompactSymbolTable format for the requested binary. FileAndPathHelper must be implemented by the caller, to provide file access.