symbols: provide minimal API to specify symbol directories

This gives us the ability to locate symbols by directory in a much more
maintainable manner. Library consumers can adjust their location based
on where they know symbols are likely to be located.
This commit is contained in:
Christian Hergert
2017-02-25 21:35:21 -08:00
parent 9c7a31cbf6
commit c8fa62e839
6 changed files with 188 additions and 18 deletions

View File

@ -46,6 +46,7 @@ G_BEGIN_DECLS
# include "sp-profiler.h"
# include "sp-selection.h"
# include "sp-source.h"
# include "sp-symbol-dirs.h"
# include "sp-symbol-resolver.h"
# include "sysprof-version.h"
#undef SYSPROF_INSIDE