summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorKent Sebastian <ksebasti@redhat.com>2008-12-05 11:46:56 -0500
committerKent Sebastian <ksebasti@redhat.com>2008-12-05 11:46:56 -0500
commit89b011d52e247d9a3933b5d37af72de4d44212bd (patch)
tree0150b64dd034c5e91874ef25597033bc514640c0 /tapsets.cxx
parentdd007c24b6c447e0b87a7a711191e88328028f5c (diff)
parenta87d1bf186b8060231a374334e399737f6d860a4 (diff)
downloadsystemtap-steved-89b011d52e247d9a3933b5d37af72de4d44212bd.tar.gz
systemtap-steved-89b011d52e247d9a3933b5d37af72de4d44212bd.tar.xz
systemtap-steved-89b011d52e247d9a3933b5d37af72de4d44212bd.zip
Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 178d2465..d49ea39d 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -895,7 +895,7 @@ struct dwflpp
if (! sess.module_cache)
sess.module_cache = new module_cache ();
- static const char *debuginfo_path_arr = "-:.debug:/usr/lib/debug:build";
+ static const char *debuginfo_path_arr = "+:.debug:/usr/lib/debug:build";
static const char *debuginfo_env_arr = getenv("SYSTEMTAP_DEBUGINFO_PATH");
static const char *debuginfo_path = (debuginfo_env_arr ?: debuginfo_path_arr );
@@ -957,7 +957,7 @@ struct dwflpp
void setup_user(string module_name, bool debuginfo_needed = true)
{
- static const char *debuginfo_path_arr = "-:.debug:/usr/lib/debug:build";
+ static const char *debuginfo_path_arr = "+:.debug:/usr/lib/debug:build";
static const char *debuginfo_env_arr = getenv("SYSTEMTAP_DEBUGINFO_PATH");
// NB: kernel_build_tree doesn't enter into this, as it's for
// kernel-side modules only.