mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Revert "elf: add docs for symbol dirs"
I found a better approach, so we can remove this.
This reverts commit 660634e988.
This commit is contained in:
@ -323,15 +323,6 @@ 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