mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
elf: add docs for symbol dirs
This commit is contained in:
@ -323,6 +323,15 @@ sp_elf_symbol_resolver_new (void)
|
|||||||
return g_object_new (SP_TYPE_ELF_SYMBOL_RESOLVER, NULL);
|
return g_object_new (SP_TYPE_ELF_SYMBOL_RESOLVER, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* sp_elf_symbol_resolver_set_symbol_dirs:
|
||||||
|
* @self: An #SpElfSymbolResolver
|
||||||
|
* @symbol_dirs: (element-type utf8 utf8): Mapping of srcdir to dstdir
|
||||||
|
*
|
||||||
|
* This allows setting a mapping of source paths to destination paths so that
|
||||||
|
* the location of the files with debug symbols can accessed during symbol
|
||||||
|
* resolving.
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
sp_elf_symbol_resolver_set_symbol_dirs (SpElfSymbolResolver *self,
|
sp_elf_symbol_resolver_set_symbol_dirs (SpElfSymbolResolver *self,
|
||||||
GHashTable *symbol_dirs)
|
GHashTable *symbol_dirs)
|
||||||
|
|||||||
Reference in New Issue
Block a user