Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gdb: A GNU source-level debugger for C, C++, Java and other languages
- Summary
- GDB, the GNU debugger, allows you to debug programs written in C, C++,
Java, and other languages, by executing them in a controlled fashion
and printing their data.
Changelog
- * Tue Nov 18 16:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 6.8-27
- Enable ia64 hardware watchpoints if created before starting inferior (BZ 471875)
- * Wed Nov 12 16:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 6.8-26
- Remove ia64 breakpoints warning as it is correct in gdb-6.8 (BZ 467502).
- * Wed Nov 5 16:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 6.8-25
- Remove the Fortran dynamic arrays support (BZ 469681, formerly BZ 377541).
- Fix conditional watchpoints from upstream (BZ 469720).
- Fix on PPC spurious SIGTRAPs on active watchpoints (BZ 469749);
still the PPC watchpoints are not reliable due to RHEL-5.3 kernel BZ 437970.