diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index 4ccf3bba..3821e9cd 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4397,7 +4397,7 @@ get_symbols (Dwfl_Module *m, int emit_symbol_data_from_debuginfo(systemtap_session& s, ofstream& kallsyms_out) { - static char debuginfo_path_arr[] = "-:.debug:/usr/lib/debug"; + static char debuginfo_path_arr[] = "-:.debug:/usr/lib/debug:build"; static char *debuginfo_env_arr = getenv("SYSTEMTAP_DEBUGINFO_PATH"); static char *debuginfo_path = (debuginfo_env_arr ? |