GDB 7.1 released
A new version of the great console debugger
GDB has been released . Changes:
- Support for multiprogram debugging has been added (i.e., you can now work with several programs within one debugging session)
- Added support for Position Independent Executable (PIE)
- Xilinx MicroBlaze and Renesas RX platform support
- Improvements in Python support (I remind you that you can write Python scripts for GDB)
- Extended C ++ support
- New features when working with tracepoints
- Process Record Improvements
- Improvements in the remote debugging protocol
I myself have not yet “felt” the new version, so for all the details, please refer to the
documentation .
To my surprise, I did not find on Habré topics dedicated to this program. So I want to ask: Would you be interested in reading the topic on debugging basics in GDB?
')
Source: https://habr.com/ru/post/88291/
All Articles