flatpak: add symbol dirs on host

This commit is contained in:
Christian Hergert
2019-08-02 19:39:28 -07:00
parent 066b3011bb
commit 3b7a253c57

View File

@ -108,6 +108,10 @@ _sysprof_flatpak_debug_dirs (GPtrArray *dirs)
get_arch (arch, sizeof arch);
g_ptr_array_add (dirs, g_strdup ("/var/run/host/usr/lib/debug"));
g_ptr_array_add (dirs, g_strdup ("/var/run/host/usr/lib32/debug"));
g_ptr_array_add (dirs, g_strdup ("/var/run/host/usr/lib64/debug"));
/* For each of the installations, we want to look at all of the runtimes that
* exist within it. Of those runtimes, we want to limit ourselves to the active
* version of each runtime, and see if we have a deployment for the current