# Copyright (C) March 2023- Linaro Limited (or its affiliates). All rights reserved.

# Copyright (C) 1995-2023 Arm Limited (or its affiliates). All rights reserved.

# 
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
               What has changed in GDB?
            (Organized release by release)

*** Changes since GDB 7.5

 * GDB now has support for the Intel(R) Many Integrated Core (MIC) architecture

 * GDB now supports data race detection based on Intel(R)'s PDBX data race
   detector for IA32, Intel64, and Intel(R) Many Integrated Core (MIC)
   architecture. See the "Debugging data races" chapter in the user manual for
   more details.

   Please make sure that the environment is setup correctly and that GDB finds
   the correct version of the Intel compiler's run-time support libraries. See
   PROBLEMS-INTEL for help on troubleshooting.

 * GDB now supports the Cilk offloading model

 * Two new MI commands have been added: -catch-load and -catch-unload.
