derived from its associated source files.

External build targets have an associated build command which can produce the target.

Targets are the end product of a build, as distinguished from intermediate files (.o files or generated .C files) which are produced as an intermediate step in the build.

Not every target is an executable file, and not every executable file in a project is a target. SoftBench treats files that are added via the "Project: Add File(s) to Project…" operation as files. It treats files that are added via the "Target: New…" operation as targets.

Toggle Buttons Independent buttons which set the (offon) state of selected options. If selected, the button remains selected until you press the button again.

Token A unit of text, delimited by spaces or punctuation. Within text, a token is a "word". Within source code, a token is an "identifier" or a "constant".

Tracepoint A SoftBench Debugger feature that "traces" the execution of a program, notifying the user when certain points in the program are executed.

Transform A transform takes a specific type of file, processes it, and produces a new type of file. A transform is the basic building block that allows SoftBench to build a target. Transforms are used by packages which are in turn used by build configurations.

Unlock You can unlock files when you check them into the archive. Unlocked archive files are available for check out by any user with the appropriate permissions. If you remove the lock on a locked file and do not check in the file, you will cancel any changes you made to that file.

Update The process of retrieving the most current set of archive files onto your local system. This process updates your mapped, local file system so that it matches the most current version files.

Version One isntance of a file in a seris of changes A particular instance of a file in a series of changes to that file that are stored in the SoftBench CM archive.

Watchpoint A debugger monitor that "watches" the value of a variable

387