Installation guide

Intel® Parallel Studio XE 2015 Composer Edition for C++ Linux*
Installation Guide and Release Notes 25
If you have already created a static analysis result that was affected by this issue and you are
able to open that result in the Intel® Inspector XE GUI, then you can hide the undesired
messages as follows:
The messages you will want to suppress are “Arg count mismatch” and “Arg type
mismatch”. For each problem type, do the following:
Click on the undesired problem type in the Problem filter. This hides all other problem
types.
Click on any problem in the table of problem sets
Type control-A to select all the problems
Right click and select Change State -> Not a problem from the pop-up menu to set the
state of all the undesired problems
Reset the filter on problem type to All
Repeat for the other unwanted problem type
Set the Investigated/Not investigated filter to Not investigated. You may have to scroll
down in the filter pane to see it as it is near the bottom. This hides all the undesired
messages because the “Not a problem” state is considered a “not investigated” state.
4 GNU* GDB Debugger
This section summarizes the changes, new features, customizations and known issues related
to the GNU* GDB provided with Intel® Parallel Studio XE 2015.
4.1 Features
GNU* GDB provided with Intel® Parallel Studio XE 2015 is based on GDB 7.7 with
enhancements provided by Intel. This debugger replaces the Intel® Debugger from previous
releases. In addition to features found in GDB 7.7, there are several other new features:
Support for Intel® Many Integrated Core Architecture (Intel® MIC Architecture)
Support for Intel® Transactional Synchronization Extensions (Intel® TSX)
Register support for Intel® Memory Protection Extensions (Intel® MPX) and Intel®
Advanced Vector Extensions 512 (Intel® AVX-512)
Data Race Detection (pdbx):
Detect and locate data races for applications threaded using POSIX* thread (pthread) or
OpenMP* models
Branch Trace Store (btrace):
Record branches taken in the execution flow to backtrack easily after events like
crashes, signals, exceptions, etc.
Pointer Checker:
Assist in finding pointer issues if compiled with Intel® C++ Compiler and having Pointer
Checker feature enabled (see Intel® C++ Compiler documentation for more information)
Improved Intel® Cilk™ Plus Support
Serialized execution of Intel® Cilk™ Plus parallel applications can be turned on and off
during a debug session using the following command:
(gdb) set cilk-serialization [on|off]