Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304317 Details for
Bug 444886
make dwfl_linux_kernel_report_offline function (from libdwfl/linux-kernel-modules.c) aware of "/lib/modules/$(uname -r)/bulid/vmlinux"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
An alternative solution to this problem, this patch is to apply on top of systemtap.
debuginfo-path-arr.patch (text/plain), 1.03 KB, created by
rae
on 2008-05-01 16:00:04 UTC
(
hide
)
Description:
An alternative solution to this problem, this patch is to apply on top of systemtap.
Filename:
MIME Type:
Creator:
rae
Created:
2008-05-01 16:00:04 UTC
Size:
1.03 KB
patch
obsolete
>diff --git a/tapsets.cxx b/tapsets.cxx >index 27de940..ea5bf34 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[] = "-:build:.debug:/usr/lib/debug"; > static char *debuginfo_env_arr = getenv("SYSTEMTAP_DEBUGINFO_PATH"); > > static char *debuginfo_path = (debuginfo_env_arr ? >diff --git a/translate.cxx b/translate.cxx >index 4ccf3bb..1b73631 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[] = "-:build:.debug:/usr/lib/debug"; > static char *debuginfo_env_arr = getenv("SYSTEMTAP_DEBUGINFO_PATH"); > > static char *debuginfo_path = (debuginfo_env_arr ?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 444886
:
304312
| 304317