fdebugrpm — install missing debuginfo packages
fdebugrpm
[
options
] {
program
arg
...
|
pid
... |
core-file
[
core-executable
]
... }
fdebugrpm
is a bash script that uses
the utility fdebuginfo(1) to determine any missing Debug
Information, allowing the user to install the missing debuginfo
packages. User needs to be in the sudoers(5) file.
-exe
The full path of the executable to read.
-noexe
Do not attempt to read the corresponding executable when loading a core file.
-sysroot directory
The system root directory under which all executables, libraries, and source are located.
-debug class
=level
...
Set internal debug-tracing of the specified
Java class
to level
(level can be NONE,
INFO, WARNING, FINE, and FINEST). If
the level
is absent, FINE is
assumed; if the class
is absent,
the global level is set.