retrace-server-interact (1) Linux Manual Page
retrace-server-interact – use Retrace server’s chroot for interactive debugging.
Synopsis
retrace-server-interact [-h] [–priv] task_id actionDescription
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 <m[blue]_mtoman [at] redhat.com_m[][1]>
Notes
- 1.
- _mtoman [at] redhat.com_
- mailto:_mtoman [at] redhat.com_
