Red Hat Developer Toolset 2.1 is distributed with GDB 7.6.1, which provides a number of bug fixes over the Red Hat Enterprise Linux system version and version 7.6 included in Red Hat Developer Toolset 2.0. Below is a comprehensive list of new features in this release.
The following features have been added since the release of GDB included in Red Hat Developer Toolset 2.0:
- It is now possible to use the
expression to access non-static member variables of a particular class in the current scope of implicit parameterClassName::MemberVariablethis. - GDB now automatically loads files with the
.gdband.pyfile extension located in the/opt/rh/devtoolset-2/root/etc/gdbinit.d/directory on startup.