From 3b7a253c573281a68456b164fe9c9eec4f127036 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 2 Aug 2019 19:39:28 -0700 Subject: [PATCH] flatpak: add symbol dirs on host --- src/libsysprof/sysprof-flatpak.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libsysprof/sysprof-flatpak.c b/src/libsysprof/sysprof-flatpak.c index 467b28cd..378127c5 100644 --- a/src/libsysprof/sysprof-flatpak.c +++ b/src/libsysprof/sysprof-flatpak.c @@ -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