diff options
| author | Kent Sebastian <ksebasti@redhat.com> | 2008-12-05 11:46:56 -0500 |
|---|---|---|
| committer | Kent Sebastian <ksebasti@redhat.com> | 2008-12-05 11:46:56 -0500 |
| commit | 89b011d52e247d9a3933b5d37af72de4d44212bd (patch) | |
| tree | 0150b64dd034c5e91874ef25597033bc514640c0 /translate.cxx | |
| parent | dd007c24b6c447e0b87a7a711191e88328028f5c (diff) | |
| parent | a87d1bf186b8060231a374334e399737f6d860a4 (diff) | |
| download | systemtap-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 'translate.cxx')
| -rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index 976bae10..3f847b48 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4706,7 +4706,7 @@ emit_symbol_data (systemtap_session& s) unwindsym_dump_context ctx = { s, kallsyms_out, 0, s.unwindsym_modules }; // XXX: copied from tapsets.cxx dwflpp::, sadly - 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); |
