Guardian Programmer's Guide

Table Of Contents
Glossary
Guardian Programmer’s Guide 421922-014
Glossary - 3
BREAK mode
BREAK mode. A mode of process execution where a process gains exclusive access to a
terminal when the BREAK key is pressed. BREAK mode is established using
SETPARAM function 3 or SETMODE function 11.
BREAK owner. The process that receives the Break-on-device message when the BREAK
key is pressed. The establishment of BREAK ownership is achieved using
SETPARAM function 3 or SETMODE function 11.
breakpoint. An object code location at which execution will be suspended so that you can
interactively examine and modify the process state. With symbolic debuggers,
breakpoints are usually at source line or statement boundaries.
In TNS/R or TNS/E native object code, breakpoints can be at any MIPS RISC
instruction or Intel® Itanium® instruction within a statement. In a TNS object file that
has not been accelerated, breakpoints can be at any TNS instruction location. In a
TNS object file that has been accelerated, breakpoints can be only at certain TNS
instruction locations (see memory-exact point), not at arbitrary instructions. Some
source statement boundaries are not available. However, breakpoints can be placed at
any instruction in the accelerated code.
C-series system. A system that is running a C-series version of the operating system.
CAID. See creator access ID (CAID).
central processing unit (CPU). Historically, the main data processing unit of a computer.
HP NonStop™ servers have multiple cooperating CPUs rather than a single CPU. See
also processor clock.
child process. A process created by another process. The creating process becomes the
parent process of the new process. See also pathname component.
CISC compiler. See complex instruction-set computing (CISC) and TNS compiler
CISC processor. An instruction processing unit (IPU) that is based on complex
instr
uction-set computing (CISC) architecture.
checkpoint. A line in a program at which specified information is copied from the primary
pr
ocess of a process pair to the backup process. This line then becomes the restart
point for the backup process in the event that the primary process should stop due to
CPU failure.
child process. A process created by the current process.
CISC. See complex instruction-set computing (CISC).
client. A software process, hardware device, or combination of the two that requests
services from a server. Often, the client is a process residing on a programmable
workstation and is the part of an application that provides the user interface. The
workstation client might also perform other portions of the application logic.