retrace-server-interact(1) - Linux man page

Name

retrace-server-interact - use Retrace server's chroot for interactive debugging.

Synopsis

retrace-server-interact [-h] [--priv] task_id action

Description

The tool makes Retrace server's chroot available for interactive debugging. It enables user to jump into the chroot and execute the correct tool (gdb/crash), automatically loading all relevant files.

Actions

shell

Jump to a shell. Not available if mock chroot is not used. This is the case of vmcores from the same architecture as host system.
gdb
Run GDB, load executable and coredump and jump to prompt. Only available for binary crashes (coredumps).
crash
Run Crash, load vmcore and vmlinux and jump to prompt. Only available for kernel crashes (vmcores).

Options

-h

Display help and exit.
--priv
Use the chroot as privileged user.

Authors

• Michal Toman <mtoman@redhat.com>