Debugging Tools
Tools for debugging misbehaving applications and diagnosing performance problems.
- abrt-addon-ccpp - abrt's C/C++ addon
- abrt-addon-python - abrt's addon for catching and analyzing Python exceptions
- abrt-cli - Virtual package to install all necessary packages for usage from command line environment
- cas - Tool to analyze and configure core file environment
- crash - Kernel crash and live system analysis utility
- crash-gcore-command - Gcore extension module for the crash utility
- crash-trace-command - trace extension module for the crash utility
- elfutils - A collection of utilities and DSOs to handle compiled objects
- flightrecorder - flightrecorder - runs trace-cmd to enable ftrace with predefined events
- gdb - A GNU source-level debugger for C, C++, Java and other languages
- gdb-gdbserver - A standalone server for GDB (the GNU source-level debugger)
- glibc-utils - Development utilities from GNU C library
- kexec-tools - The kexec/kdump userspace component.
- latrace - LD_AUDIT feature frontend for glibc 2.4+
- lslk - A lock file lister
- ltrace - Tracks runtime library calls from dynamically linked executables
- memtest86+ - Stand-alone memory tester for x86 and x86-64 computers
- ps_mem - Memory profiling tool
- strace - Tracks and displays system calls associated with a running process
- systemtap-client - Programmable system-wide instrumentation system - client
- systemtap-initscript - Systemtap Initscripts
- systemtap-runtime - Programmable system-wide instrumentation system - runtime
- trace-cmd - trace-cmd is a user interface to Ftrace
- valgrind - Tool for finding memory management bugs in programs