Function locate_dwarf::locate_debug_symbols[][src]

pub fn locate_debug_symbols<'a, O, T>(
    object: &'a O,
    path: T
) -> Result<PathBuf, Error> where
    O: Object<'a, 'a>,
    T: AsRef<Path>, 

Attempt to locate the path to separate debug symbols for object at path.

If object does not contain information that can be used to locate debug symbols for it, or if the debug symbol file is not present on disk, return an error.

Currently only locating Mach-O dSYM bundles is supported.