Function breakpad_symbols::code_info_breakpad_sym_lookup

source ·
pub fn code_info_breakpad_sym_lookup(
    module: &(dyn Module + Sync)
) -> Option<String>
Expand description

Get a relative symbol path at which to locate symbols for module using the code file and code identifier. This is helpful for Microsoft modules where we don’t have a valid debug filename and debug id to retrieve the symbol file with and the symbol server supports looking up debug filename and debug id using the code file and code id.

If code file ends with .dll the leaf filename will have that removed. extension is the expected extension for the symbol filename, generally sym if Breakpad text format symbols are expected.

<code file>/<code identifier>/<code file>.sym