C and C++ SoftBench User's Guide

385
Push Buttons Independent buttons found in top-level tool windows and
in dialog boxes, which when pushed initiate frequently used system
actions.
Query A request for cross-reference information about some part of your
project in SoftBench Static Analyzer.
Radio Buttons A graphical user interface construct consisting of
several buttons representing several choices. Only one button may be
selected at any time. When a button is selected, all other buttons are
automatically deselected.
Revision history A file kept by SoftBench CM that contains
information about the content of each file revision, as well as the author,
check-in date, check-in time, and a log message for each change.
Scope The region of source code over which a name's declaration is
active. Scoping is the ability to uniquely identify a program identifier in
SoftBench Static Analyzer based on its source code position.
Signal A software interrupt sent from the operating system to a
program. This can inform the program of any asynchronous event.
Signals are used for segment violation, divide by zero, or other hardware
problems, and they can be sent as a job control mechanism (stop,
continue, kill).
Single Step To execute a program one statement or instruction at a
time, to allow you to look at the values of variables and other information
between steps in SoftBench Debugger.
SQL Structured Query Language, the defacto standard database query
language used to perform operations on a Relational Database
Management System.
SQL Preprocessor A script or utility that converts Structured Query
Language source lines in your code to the native language you are using
in your application. This script or utility usually is provided by the
database vendor.
Static Database A file that contains cross-reference information that
SoftBench Static Analyzer requires to answer queries. The Static.sadb
file is generated by a parser when the Static compile mode is set during