diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-05 22:53:18 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-05 22:53:18 -0400 |
commit | 12603f28dc1abdfdff43c53b939ebb528382512e (patch) | |
tree | 0a94391933fb3cd03bc50b5d4146a817dbb85e91 /tapsets.cxx | |
parent | 5aee7bca54fce01fe97c8ca168695bfd53c16fda (diff) | |
download | systemtap-steved-12603f28dc1abdfdff43c53b939ebb528382512e.tar.gz systemtap-steved-12603f28dc1abdfdff43c53b939ebb528382512e.tar.xz systemtap-steved-12603f28dc1abdfdff43c53b939ebb528382512e.zip |
PR444886: add .../build/... to default debuginfo search path
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 27de9405..7cdf3c32 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -732,7 +732,7 @@ struct dwflpp void setup(bool kernel, bool debuginfo_needed = true) { // XXX: this is where the session -R parameter could come in - 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 ? |