In This Book

quali￿ed name

The name of a variable, speci￿ed in a format that allows you to refer to variables in any scope. See block quali￿ed name, frame block quali￿ed name, fully quali￿ed name, and image quali￿ed name.

radio buttons

An X construct consisting of several buttons representing several choices. Only one button may be selected at a time. When a button is selected, all other buttons are automatically deselected.

registers

Hardware registers. Most of these are directly accessible by the debugger through symbolic names (for example, fr0). Many registers have special meaning; some cannot be modi￿ed by the debugger user. Actual modi￿cation of hardware registers should not normally be necessary while debugging. Correct program execution depends highly on registers and their contents.

resource

A component of the X Window System resource data base. Resources control the appearance and behavior of parts of the system.

run environment See environment.

scope

The region of source code over which a name's declaration is active.

scroll bar

In OSF/Motif or the X Window System, a graphical device used to scroll data displayed in a window. A scroll bar consists of a slider, scroll area, and scroll arrows.

shared library

Like an archive library, a shared library con tains relocatable object code. However, ld treats shared libraries quite di￿eren tly from arc hive libraries. When linking an object ￿le with a shared library , ld does not copy object code from the library in to the executable ￿le; instead, the linker simply notes in the executable ￿le that the code calls a routine in the shared

Glossary-10