Search results

Jump to: navigation, search
  • <syntaxhighlight lang="Ada">Warning: Environment variable POWERADA is not set properly. Unable to continue.</syntaxhighlight> Then you need to set the environment variable POWERADA to the correct value for your installation. Check your Release Not
    2 KB (264 words) - 00:36, 25 April 2019
  • ...d the discriminants of such a variable can be changed by assignment to the variable. For a formal parameter of such a type, an attribute is provided to determi ...n>Yields the value True if A denotes a constant, a value, or a constrained variable, and False otherwise.
    1 KB (227 words) - 23:37, 4 May 2019
  • ...iable. The terms constant and variable by themselves refer to constant and variable views of objects. ...variable is ''updated'' when an assignment is performed to any part of the variable, or when an assignment is performed to an enclosing object.
    5 KB (731 words) - 23:36, 4 May 2019
  • ...m a probe in a scope where the variable is visible or you must specify the variable scope in the target expression. ...ables and globals within the same file using the target expression for the variable.
    5 KB (717 words) - 00:22, 16 August 2019
  • You can set this variable to the severity level at which you want to trigger Aprobe to dump core, lik You can set this variable to a string contained in the message you want to trigger Aprobe to dump cor
    1 KB (248 words) - 23:16, 3 October 2021
  • ...t, with the additional requirement that even if the nominal subtype of the variable is indefinite, its type shall not be a descendant of an untagged generic fo
    2 KB (354 words) - 23:38, 4 May 2019
  • ...]] variables facility allows you to construct debugger command lines using variable names to replace frequently used strings. There are several commands associ ...ogram variable is a string of the same length as the value in the debugger variable.
    14 KB (2,073 words) - 00:37, 25 April 2019
  • ...ed and '''$POWERADA/bin''' is included in the definition of the '''PATH''' variable. See [[PowerAda:Getting Started/Setting up a User Account to Use Ada#MARKER
    2 KB (280 words) - 00:35, 25 April 2019
  • ...unted disks available, you can use the <code>AP_NFS_TMP</code> environment variable to request that Aprobe put the APD file in <code>/tmp</code> then Aprobe wi
    540 bytes (92 words) - 21:29, 28 September 2017
  • * [[#MARKER-9-3222|Subprogram and Variable Definitions]] === Subprogram and Variable Definitions ===
    4 KB (666 words) - 01:05, 24 April 2019
  • ...t is explicitly specified on the command line. If the <code>DISPLAY</code> variable is undefined or invalid, or if '''-l''' is specified on the command line, L
    2 KB (347 words) - 00:35, 25 April 2019
  • ...rt. The properties of such a variable are similar to those of a ''static'' variable of C.
    5 KB (701 words) - 23:38, 4 May 2019
  • ...local system clock, which is determined by the value of the TZ environment variable.
    607 bytes (81 words) - 09:50, 24 April 2019
  • <li><p>A delayed-substitution debugger variable cannot be used in an expression that is the condition of a structured state <li><p>An immediate debugger variable can be used in a conditional expression:</p>
    17 KB (2,527 words) - 00:36, 25 April 2019
  • For each monitored variable in your program, call '''ap_CreateHistogram()''' to allocate an object that ...f the monitored variable. This can be done periodically, or every time the variable changes.
    6 KB (839 words) - 06:59, 20 March 2018
  • ...s the file name or line number to the editor, include these as part of the variable string. ...he variable that holds the editor name is a debugger variable, not a shell variable.</p></li>
    7 KB (1,066 words) - 00:36, 25 April 2019
  • An assignment_statement replaces the current value of a variable with the result of evaluating an expression. ...ch a value is being assigned; the target of an assignment_statement is the variable denoted by the ''variable_''name.
    5 KB (774 words) - 23:37, 4 May 2019
  • Sometimes you just want to print the value of a (complex) variable at runtime. You can do this using the logging facility of Aprobe using imm Normally you log a target program variable using the <code>log()</code> function of Aprobe, and then format the logged
    3 KB (417 words) - 18:02, 26 June 2017
  • ...n id="I4031"></span>A generic formal object can be used to pass a value or variable to a generic unit. ...mal object of mode '''in out''', the actual shall be a name that denotes a variable for which renaming is allowed (see [[Guide:95lrm/RM-8-5-1|8.5.1]]).
    3 KB (533 words) - 23:35, 4 May 2019
  • ...secutive components of a one-dimensional array. A slice of a variable is a variable; a slice of a constant is a constant; a slice of a value is a value.
    3 KB (459 words) - 23:37, 4 May 2019
  • ...mination'' on the last assignment to a variable prior to a point where the variable is inspectable. Thus an inspection point has the effect of an implicit refe
    3 KB (444 words) - 09:09, 2 May 2019
  • ...de is '''in out''' or '''out''', the actual shall be a name that denotes a variable. ...copy, the value of the formal parameter is converted to the subtype of the variable given as the actual parameter and assigned to it. <span id="I3032"></span>T
    4 KB (606 words) - 23:38, 4 May 2019
  • ...ENDIX E. Tools Reference/ada#MARKER-2-1745|Ada83_export_syntax environment variable]] ...a:APPENDIX E. Tools Reference/ada#MARKER-2-1748|Ada_heap_limit environment variable]]
    9 KB (1,101 words) - 15:40, 24 April 2019
  • ...e registry is defined by the [[#MARKER-9-992|APROBE_REGISTRY]] environment variable, and is generally under the [[#MARKER-9-971|.rootcause Directory]] so that ...d by the setup script. We suggest that you do not modify this environment variable.
    28 KB (4,452 words) - 03:18, 26 June 2018
  • ...ctly, or if it is explicitly specified on the command line. If the DISPLAY variable is undefined or invalid, or if <code>-l</code> is specified on the command
    4 KB (556 words) - 00:36, 25 April 2019
  • ...called an ''access discriminant'' and is of an anonymous general access-to-variable type whose designated subtype is denoted by the subtype_mark of the access_ ...inant, in which case the discriminant's subtype is the anonymous access-to-variable subtype defined by the access_definition.
    10 KB (1,501 words) - 23:37, 4 May 2019
  •  Variable : String := "Hello, there.";      Ada.Text_IO.Put_Line(Variable);
    5 KB (752 words) - 23:35, 4 May 2019
  • ...hen PowerAda will check for the existence of the corresponding environment variable at program startup to determine the limit to be imposed. ...he heap. Programs also use the heap to manage objects, such as arrays with variable bounds, whose size the compiler cannot determine at [[PowerAda:APPENDIX A.
    8 KB (1,317 words) - 02:34, 24 April 2019
  • ...access_to_object_definition, the access type is a pool-specific access-to-variable type. ..."I2079"></span>An access_definition defines an anonymous general access-to-variable type; the subtype_mark denotes its ''designated subtype''. An access_defini
    9 KB (1,371 words) - 23:36, 4 May 2019
  • ...ossary#MARKER-9-1032|''debugger'']] log file. When you enter LOG without a variable, the debugger displays information on whether a log file is open or not. If <syntaxhighlight lang="Ada">macro MacroName [(Parameter[,...])] [Variable[,...]] is</syntaxhighlight>
    12 KB (1,849 words) - 00:35, 25 April 2019
  • ...Ada. For example, to define an Ada variable to correspond to the C global variable '''errno''' in the read-write segment, you could use the declaration:
    3 KB (524 words) - 00:35, 25 April 2019
  • ''Example of a block statement with a local variable:''
    2 KB (221 words) - 23:37, 4 May 2019
  • ...variable and assigning the entire new value) unless a discriminant of the variable is changed by the assignment.
    8 KB (1,233 words) - 23:38, 4 May 2019
  • ...include the path <code>$APROBE/lib</code> in your library path environment variable (<code>LIBPATH</code> (AIX) or <code>LD_LIBRARY_PATH</code> (Linux)) using
    2 KB (324 words) - 17:16, 22 June 2018
  • ...all''' applies to the formal, then the actual shall be a general access-to-variable type (see [[Guide:95lrm/RM-3-10|3.10]]).
    2 KB (323 words) - 23:35, 4 May 2019
  • * [[PowerAda:APPENDIX A. Glossary#MARKER-9-1031|dead variable]]
    2 KB (268 words) - 15:42, 23 April 2019
  • Function sacrificing can be disabled by setting the environment variable <code>APROBE_DISABLE_SACRIFICE=TRUE</code>. This should only be used if pr ...e the search for patch areas in you application by setting the environment variable: <code>APROBE_DISABLE_PATCHAREA=TRUE</code>.
    5 KB (795 words) - 20:32, 13 June 2019
  • ...'A'' is an access-to-constant type, the view may be either a constant or a variable. ...ominal subtype is unconstrained, unless this subtype is indefinite, or the variable is aliased.
    12 KB (1,939 words) - 23:36, 4 May 2019
  • ...bugger variable is set, it first searches the directories specified in the variable before looking in the default (stored) location. The original source files
    6 KB (924 words) - 21:53, 14 April 2019
  • ...ine number at which the editor should start is substituted everywhere this variable appears.
    2 KB (297 words) - 02:04, 24 April 2019
  • An object_declaration without the reserved word '''constant''' declares a variable object. If it has a subtype_indication or an array_type_definition that def ...n. Similar definitions apply to ''stand-alone constant'' and ''stand-alone variable.'' A subcomponent of an object is not a stand-alone object, nor is an objec
    10 KB (1,413 words) - 23:36, 4 May 2019
  • ...Tools Reference/aprojbaseline#MARKER-2-1805|POWERADA BASELINES environment variable]] :POWERADA environment variable [[PowerAda:Getting Started/Setting up a User Account to Use Ada#MARKER-2-21
    10 KB (1,155 words) - 15:38, 24 April 2019
  • ...ER-9-1016|''baselines file'']] named by the POWERADA_BASELINES environment variable, in which the alias for the original baseline appeared, to reference the ne === How do I jump to the declaration of a variable? ===
    22 KB (3,202 words) - 01:14, 24 April 2019
  • ...ine number at which the editor should start is substituted everywhere this variable appears.
    2 KB (318 words) - 01:55, 24 April 2019
  • ...atements. For example, you cannot use a delayed substitution of a debugger variable ERROR_COUNT within an [[#MARKER-9-1997|''IF'']] statement. The debugger wil ...pression (for example, the expression contains a reference to an undefined variable), the statement terminates immediately without executing any commands. Guid
    7 KB (1,101 words) - 13:41, 24 April 2019
  • ...is an access-to-variable type, then the operand type shall be an access-to-variable type; ...erand. This view is a variable of the target type if the operand denotes a variable; otherwise it is a constant of the target type.
    16 KB (2,672 words) - 23:37, 4 May 2019
  • causes the program to stop when the variable a contains the value 4. ...structing a breakpoint that examines the value of the "view_task" debugger variable. For example, if you want to stop at a source line when the task <code>fred
    27 KB (4,121 words) - 00:37, 25 April 2019
  • ...d to the environment variable PACM_CM_SYSTEM when Powerada starts up. This variable is used by certain CM scripts to perform different operations for different
    5 KB (890 words) - 00:35, 25 April 2019
  • ...and which was then assigned to the out parameter. Introducing such a local variable is error prone, because the final assignment may be mistakenly omitted. ...ized, it may be read and updated like any other variable. As with a normal variable, it is an error to depend on the value of an out parameter prior to its bei
    16 KB (2,517 words) - 16:34, 20 April 2019
  • ...a source command can be selected from the special pop-up menu to display a variable value.
    2 KB (379 words) - 21:53, 14 April 2019
  • A storage pool is a variable of a type in the class rooted at Root_Storage_Pool, which is an abstract li ...ribute_definition_clause; the name in a Storage_Pool clause shall denote a variable.
    10 KB (1,501 words) - 23:35, 4 May 2019
  • [[AUG_Tools_Reference#APC_LD_COMMAND|APC_LD_COMMAND environment variable]] [[AUG_Tools_Reference#APROBE|APROBE environment variable]]
    34 KB (4,340 words) - 23:07, 27 February 2019
  • ...ons, and more. At the code level, RootCause shows function calls, data and variable values, and line-by-line execution of the application. By offering both typ
    3 KB (399 words) - 03:26, 21 December 2018
  • ...y variable, the applicable index constraint is the constraint of the array variable;
    10 KB (1,495 words) - 23:37, 4 May 2019
  • ...need not reevaluate the condition of the corresponding entry_barrier if no variable or attribute referenced by the condition (directly or indirectly) has been ...tion on the protected object, even if the condition references some global variable that might have been updated by an action performed from outside of a prote
    10 KB (1,687 words) - 12:59, 4 May 2019
  • ...e for any enumeration literal of its type (perhaps due to an uninitialized variable), then the implementation should raise Program_Error. <span id="I1661"></sp
    4 KB (530 words) - 23:36, 4 May 2019
  • ...ensure that the '''<span id="MARKER-2-215"></span>POWERADA''' environment variable is defined to point to the <span id="MARKER-2-216"></span>'''ada95''' <span
    4 KB (672 words) - 00:36, 25 April 2019
  • * its visible part shall not contain the declaration of a variable;
    4 KB (657 words) - 23:14, 1 May 2019
  • ...earched in this order.) Alternatively, you may set the UIDPATH environment variable to define an alternate search path. For example, to define the search path
    4 KB (592 words) - 00:36, 25 April 2019
  • * it shall not contain the declaration of any variable within the visible part of the library unit;
    4 KB (610 words) - 23:13, 1 May 2019
  • ...e profile, if it designates a nonexistent object, or if it is an access-to-variable value that designates a constant object. Such an access value can exist, fo
    4 KB (630 words) - 23:36, 4 May 2019
  • ::: environment variable
    5 KB (600 words) - 15:42, 24 April 2019
  • ...riable and appends <CODE>$APROBE/bin</CODE> to your '''PATH''' environment variable. It also sets defaults for both '''APROBE_REGISTRY''' and '''APROBE_LOG'''
    11 KB (1,781 words) - 23:20, 17 July 2018
  • :Executes the '?' command to display the value of the variable or expression selected in the source area. See [[PowerAda:APPENDIX F. Debug :Executes the '?' command to display the value designated by the access variable selected in the source area. See [[PowerAda:APPENDIX F. Debugger Command Re
    22 KB (3,387 words) - 00:36, 25 April 2019
  • ...RKER-9-714|''element'']]. For example, for variables the definition is the variable declaration; for unit specifications the definition is the unit body; for u
    5 KB (736 words) - 00:36, 25 April 2019
  • ...t automatically update the file named by the POWERADABASELINES environment variable--this must be done manually.
    5 KB (701 words) - 00:36, 25 April 2019
  • ...lrm/RM-C-7|Next]]</div><div class="linenumbers">{{DISPLAYTITLE: C.6 Shared Variable Control}}
    5 KB (901 words) - 22:43, 1 May 2019
  • | variable reference | declaration of the variable
    13 KB (2,192 words) - 00:36, 25 April 2019
  • probe_variable_decl ::= &lt;C variable declaration&gt; ...ion on the <code>aprobe</code> command, or else by setting the environment variable APROBE_RING_SIZE.
    18 KB (2,871 words) - 14:44, 30 March 2020
  • ...s</B> option, in order for RootCause and Aprobe to resolve source line and variable references. ...s</B> option, in order for RootCause and Aprobe to resolve source line and variable references.
    19 KB (3,071 words) - 22:21, 4 August 2020
  • ...uch as -O (optimize) are needed, they should be recorded in an environment variable as shown above for easy maintenance. The location of this file is identified by the environment variable <code>POWERADA_BASELINES</code>. This file is maintained "by hand", and is
    13 KB (2,064 words) - 00:36, 25 April 2019
  • ...a preelaborable library_item that does not contain the declaration of any variable or named access type, except within a subprogram, generic subprogram, task
    6 KB (961 words) - 23:35, 4 May 2019
  • ...values of the type that can be represented exactly in every unconstrained variable of the type. <span id="I1686"></span>The base range (see [[Guide:95lrm/RM-3
    6 KB (996 words) - 23:36, 4 May 2019
  • * Defines the POWERADA environment variable; and If your DISPLAY variable is set (so that you can run X Windows applications) this will start a hyper
    12 KB (1,821 words) - 11:00, 6 May 2019
  • ...All options are specified using the <code>MALLOCOPTIONS</code> environment variable.
    5 KB (796 words) - 14:38, 17 September 2020
  • ...d_body), and within an entry_body, the current instance is defined to be a variable (updating is permitted).
    6 KB (879 words) - 10:39, 30 April 2019
  • ...pe target expression. The syntax for specifying the scope of an Ada static variable differs between PowerAda and Gnat. is used to reference the variable <code>x</code> in the body of the unit named <code>unit</code>.
    13 KB (1,885 words) - 19:03, 20 May 2020
  • ...ams just as to C and C programs. However, Ada requires special handling of variable names, scoping and exceptions, for which Aprobe provides explicit syntax an ...ibCalls</code> (a variable in the probe) and <code>NumIterations</code> (a variable in the program being probed), and it logs the right amount of data and how
    20 KB (3,230 words) - 17:29, 22 October 2019
  • ...ccess_definition. An access parameter is of an anonymous general access-to-variable type (see [[Guide:95lrm/RM-3-10|3.10]]). Access parameters allow dispatchin
    8 KB (1,168 words) - 23:38, 4 May 2019
  • ...s and runs them as part of its initialization. For instance, you can place variable assignment statements in this file so that the variables will always be def ...bugger uses the <span id="MARKER-2-763"></span>POWERADA_REMOTE environment variable to locate the remote agent as the remote machine. POWERADA_REMOTE should be
    15 KB (2,346 words) - 00:36, 25 April 2019
  • ...uot;Getting Started&quot;]]. This will define the '''APROBE''' environment variable which is necessary to use RootCause. Lastly, make sure your '''DISPLAY''' environment variable is set. If you're using a Windows client that is running X emulator softwa
    29 KB (4,850 words) - 17:20, 19 June 2018
  • The value of the variable Last_Key, declared in the package body, remains unchanged between calls of
    7 KB (1,110 words) - 23:38, 4 May 2019
  • ...[[Guide:95lrm/RM-3-10|3.10]]) with designated type ''D'', to an access-to-variable type whose designated type is ''D'''Class or is covered by ''D''.
    8 KB (1,353 words) - 23:38, 4 May 2019
  • ...]] and [[Guide:95lrm/RM-13-14|13.14]]). Thus, neither the declaration of a variable of a partial view of a type, nor the creation by an allocator of an object
    9 KB (1,377 words) - 23:38, 4 May 2019
  • A text file identified by the environment variable <span id="MARKER-2-1017"></span>POWERADA_BASELINES, which associates aliase ==== '''<span id="MARKER-9-1031"></span>dead variable''' ====
    35 KB (5,511 words) - 02:46, 6 May 2019
  • :set the display variable for X exec'ed programs
    5 KB (906 words) - 00:37, 25 April 2019
  • ...ded to be definite, for example because the body declared an uninitialized variable for the type. It was thus possible for a legal instantiation to become ille ...component returns a local variable. In Ada 83 it was erroneous to return a variable containing a local task.
    21 KB (3,199 words) - 16:19, 20 April 2019
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    21 KB (2,789 words) - 13:58, 20 December 2018
  • ...the powerada environment. This is a good place to put related environment variable definitions, such as those needed by the CM tools, third-party bindings, or
    7 KB (1,095 words) - 00:35, 25 April 2019
  • ...code>$APROBE/bin</code> must also be in your <code>PATH</code> environment variable. ...he target program process to processor 0. If the value of this environment variable is defined to a value of 1 or greater, this is interpreted as a processor n
    54 KB (8,176 words) - 22:19, 26 April 2022
  • ...and other debugging tools to associate abstractions like line numbers and variable names with locations within a running program. By default, debugging inform ...value specified is ''environment_variable'', the value of the environment variable Ada_stack_limit is used (if defined). Note that in all cases, the limit can
    27 KB (4,407 words) - 00:36, 25 April 2019
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    22 KB (3,033 words) - 21:22, 25 October 2019
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    23 KB (3,108 words) - 01:35, 6 March 2020
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    23 KB (3,151 words) - 19:21, 1 February 2021
  • Ironically, if the programmer had declared the variable I without a range constraint, then it is likely that the check would be per ...the variable's nominal subtype), to yield an invalid value (one within the variable's type but outside its nominal subtype), or to raise the exception Program_
    56 KB (8,841 words) - 16:20, 20 April 2019
  • ...aving two different views of an entity; in this case a constant view and a variable view. -- is a variable so we do not need an initial value
    33 KB (5,218 words) - 16:19, 20 April 2019
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    24 KB (3,264 words) - 17:46, 13 September 2021
  • ==== C.6 [[Guide:95lrm/RM-C-6|Shared Variable Control]] ====
    21 KB (2,643 words) - 05:19, 6 May 2019
  • ...is a prototype feature and it must be enabled by declaring the environment variable: A target expression, then, is an expression (perhaps just a variable or functionname), denoted by a leading '''$'''. This mechanism is used to d
    74 KB (11,935 words) - 00:41, 11 March 2020
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    25 KB (3,323 words) - 16:56, 4 October 2021
  • ...ss the PowerAda library to figure out the subtype of a string parameter or variable, whether it is bounded or unbounded, and where those bounds are stored. See
    10 KB (1,336 words) - 17:41, 20 February 2019
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    25 KB (3,348 words) - 16:53, 16 February 2022
  • variable. When working with a 64-bit installation of Aprobe and RootCause, replace all uses of the APROBE environment variable with APROBE64. The
    25 KB (3,365 words) - 17:25, 8 September 2022
  • ...er'' allows an arbitrary command to be run. In this command, the following variable may be used: '''%TITLE''' (a title to be used in the shell window).
    12 KB (1,839 words) - 00:35, 25 April 2019
  • ...a foreign-language subprogram to be called from Ada, or a foreign-language variable to be accessed from Ada. In contrast, a pragma Export is used to export an
    12 KB (1,898 words) - 18:04, 1 May 2019
  • ...explicitly declared and that their type be specified. Since the type of a variable is invariant, compilers can ensure that operations on variables are compati ...th declared entities. For example, a name may denote a type, a constant, a variable, or an exception. A declarative part also introduces the names and paramete
    22 KB (3,415 words) - 05:23, 6 May 2019
  • ...ry path recorded in the executable or specified by the LIBPATH environment variable. See the ''AIX Commands Reference'' or Linux documentation for a complete d
    11 KB (1,704 words) - 00:36, 25 April 2019
  • ;--variable=KEY[:VALUE]
    8 KB (1,162 words) - 00:36, 25 April 2019
  • ...n of the application and collect data about memory usage, timing, data and variable values, interactions with other systems, and more. After the application ha
    7 KB (1,126 words) - 03:19, 21 December 2018
  • ...containing errors. The editor program is defined by the EDITOR environment variable. If EDITOR is not defined, uses <code>/bin/vi</code>.
    10 KB (1,565 words) - 00:35, 25 April 2019
  • ...long to this range. These values can, for example, always be assigned to a variable of subtype S.
    15 KB (2,475 words) - 23:36, 4 May 2019
  • ...RootCause Agent is enabled on a per-process-group basis via an environment variable. When rootcause is "on" in your environment, RootCause will identify and op ...n extension of the Aprobe product, the setup scripts define an environment variable, APROBE, which identifies the RootCause installation directory. $APROBE is
    43 KB (6,767 words) - 22:29, 17 July 2018
  • '''Object.''' An object is either a constant or a variable. An object contains a value. An object is created by an object_declaration
    11 KB (1,816 words) - 10:21, 2 May 2019
  • 12  A C function that takes a variable number of arguments can correspond to several Ada subprograms, taking vario
    17 KB (2,317 words) - 18:23, 1 May 2019
  • ...owerAda:APPENDIX E. Tools Reference/adbg#MARKER-2-1771|DISPLAY environment variable]]
    18 KB (2,266 words) - 15:41, 24 April 2019
  • ** [[Guide:9x_rationale/rat95-p3-c#5|C.5 Shared Variable Control]]
    13 KB (1,924 words) - 16:18, 20 April 2019
  • ...was generated and never stored (if all subsequent references to the target variable can be fulfilled from the register) nor checked by comparison for inclusion ...a new rule that allows Constraint_Error to be raised at the place where a variable is referenced (fetched), if its value is outside its base range.
    64 KB (10,266 words) - 16:20, 20 April 2019
  • ...e MIB. However, as an optimization, it might be the case that a particular variable of the subtype My_Integer'Base is held in a register and this could have a ...edure Convert in 4.4.3 since we would not be able to declare the temporary variable Temp.
    87 KB (13,934 words) - 16:20, 20 April 2019
  • ...this example, create a new POWERADA_BASELINES file and set the environment variable to point to it:
    14 KB (2,482 words) - 00:37, 25 April 2019
  • A variable-length string implementation is an example of this second case:
    13 KB (2,049 words) - 00:35, 25 April 2019
  • ...iting of the parameters. In Ada 95, a parameter of mode out behaves like a variable and both reading and writing are allowed; however, it is not initialized by ...on discriminant values, and the discriminants have a default value. Other variable-size data structures can be created using dynamically allocated objects and
    67 KB (10,189 words) - 16:20, 20 April 2019
  • :: [[Guide:9x_rationale/rat95-p3-c#5|C.5 Shared Variable Control]]
    14 KB (1,918 words) - 10:57, 6 May 2019
  • ...of type Integer to a variable of type Int_Ptr provided that the designated variable is marked as aliased. So we can write and we can then read and update the variable I through the access variable IP. Note once more the use of 'Access. Note also that aliased is another ne
    101 KB (16,126 words) - 20:41, 23 April 2019
  • ...tasks have to synchronize their access to the generator as for any shared variable (see [[Guide:95lrm/RM-9-10|9.10]]).
    16 KB (2,246 words) - 16:14, 1 May 2019
  • ...function declarations, while function probe declarations may only include variable declarations. Functions declared inside of either a program probe or a thre ...ory. That area of memory may be contain a code of a function, a value of a variable or a constant. Given the symbol ID we can determine where this symbol resid
    39 KB (6,256 words) - 23:00, 27 February 2019
  • ...egal because it could otherwise see both P.Q the child package and P.Q the variable in the body, and they are not overloadable.
    12 KB (1,975 words) - 16:20, 20 April 2019
  • ...ymbols can be probed. For "full support" (for referencing source lines and variable names and handling exceptions) you must use one of the compilers listed for ...rt APROBE_JRE=`which java`</code><br /> That is set the global environment variable APROBE_JRE to the full path to the java command you want to use. This must
    73 KB (12,088 words) - 21:47, 9 May 2017
  • ...er, the RootCause intercept mechanism is based on the LD_AUDIT environment variable and must be managed appropriately. ...er, the audit library is in a secure location and the LD_AUDIT environment variable is appropriately set, it will be loaded by the runtime linker. The path to
    34 KB (5,685 words) - 19:44, 23 November 2017
  • ...ane will display the data items visible from that line. Log the value of a variable by checking the box next to it. ...n other than the one shipped with RootCause you may define the environment variable APROBE_JRE to point to the java program, for example:
    120 KB (21,077 words) - 19:32, 22 March 2019
  • ...n obvious example is the consequence of evaluating an uninitialized scalar variable; this could result in the raising of Program_Error or Constraint_Error or t
    14 KB (2,122 words) - 16:19, 20 April 2019
  • ...h of this column is determined by the [[#EventNameLength|EventNameLength]] variable, which defaults to 30.
    18 KB (2,740 words) - 19:07, 7 October 2022
  • ...ntionally keeps it around until program completion. Without tracking every variable to which a heap address is assigned, it is impossible to know when all poin
    18 KB (2,825 words) - 18:30, 6 November 2023
  • ...e for any enumeration literal of its type (perhaps due to an uninitialized variable), then the implementation should raise Program_Error. This is particularly ...he heap. Programs also use the heap to manage objects, such as arrays with variable bounds, whose size the compiler cannot determine at compile time; the progr
    51 KB (7,464 words) - 00:35, 25 April 2019
  • ...with an interrupt handler. In general, the compiler cannot detect how the variable or subprogram address is used. When machine code is used in this way, it is == <span id="5">C.5 Shared Variable Control</span> ==
    71 KB (11,214 words) - 16:20, 20 April 2019
  • C.6 [[Guide:95lrm/RM-C-6|Shared Variable Control]]
    19 KB (2,641 words) - 15:48, 29 April 2019
  • ...to matters such as scheduling and priorities, task identification, shared variable access, accuracy of timing, interrupt handling and the immediacy of the abo ...ffer contains a value. The barriers ensure that reading and writing of the variable is interleaved so that each value is only used once. The buffer is initiall
    100 KB (15,667 words) - 16:19, 20 April 2019
  • ...bling of probes. This is called "load shedding". The LoadSheddingThreshold variable must be followed by an integer. The default is zero, indicating that load s
    22 KB (3,480 words) - 23:37, 20 March 2018
  • I := I + 1; -- assign to variable local to Inner ...d attempt to dispatch to the procedure inside Inner and thereby access the variable I which no longer exists. Disallowing extensions at an inner level prevents
    128 KB (19,610 words) - 16:21, 20 April 2019
  • ...initially 5). This thread-level trigger is controlled by the configuration variable ProfilingEnabledInitially (or TracingEnabledInitially). So for a TRIGGER on
    23 KB (3,266 words) - 03:37, 22 September 2022
  • LD_AUDIT environment variable [[RCUG_RootCause_Files_and_Environment_Variables#LD_AUDIT (Solaris)|[1]]] [
    41 KB (5,233 words) - 22:40, 22 March 2019
  • ...e function when the symbol refers to a code location or the beginning of a variable, etc. ...r />'''NumItems''' - The number of items being logged.<br />Then follows a variable number of arguments. Each one is a pointer to some memory where the data to
    102 KB (15,018 words) - 23:05, 27 February 2019
  • ...If the library is moved, you can specify its location with the environment variable <code>APROBE_POWERADA_LIBRARY</code>, for example: ...the same reason. A good rule is, if the debugger can print the value of a variable x at line 15, then you can do "on_line(15) log($x)" in your probe.
    162 KB (25,627 words) - 17:12, 20 September 2021
  • 3. The installation location is defined by the environment variable
    17 KB (2,324 words) - 14:00, 20 December 2018
  • ...JDK are under the same directory, identified by the JAVA_HOME environment variable.
    28 KB (4,074 words) - 23:02, 27 February 2019
  • :Yields the value True if A denotes a constant, a value, or a constrained variable, and False otherwise. See 3.7.2.
    43 KB (6,832 words) - 09:36, 2 May 2019
  • 3. The installation location is defined by the environment variable
    18 KB (2,434 words) - 21:24, 25 October 2019
  • 3. The installation location is defined by the environment variable
    18 KB (2,490 words) - 01:36, 6 March 2020
  • 3. The installation location is defined by the environment variable
    19 KB (2,541 words) - 19:23, 1 February 2021
  • 3. The installation location is defined by the environment variable
    19 KB (2,616 words) - 17:48, 13 September 2021
  • 3. The installation location is defined by the environment variable
    19 KB (2,646 words) - 16:58, 4 October 2021
  • ...ntionally keeps it around until program completion. Without tracking every variable to which a heap address is assigned, it is impossible to know when all poin
    32 KB (4,610 words) - 18:11, 3 February 2023
  • 3. The installation location is defined by the environment variable
    20 KB (2,666 words) - 16:55, 16 February 2022
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    60 KB (8,488 words) - 13:59, 20 December 2018
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    61 KB (8,594 words) - 21:23, 25 October 2019
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    44 KB (6,135 words) - 13:58, 20 December 2018
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    61 KB (8,649 words) - 01:35, 6 March 2020
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    62 KB (8,700 words) - 19:22, 1 February 2021
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    62 KB (8,772 words) - 17:47, 13 September 2021
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    62 KB (8,792 words) - 17:02, 22 September 2021
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    62 KB (8,800 words) - 16:57, 4 October 2021
  • 12. (1772) huge array generated for xlC 11.1 variable are wasteful of virtual memory. An environment variable
    63 KB (8,818 words) - 16:54, 16 February 2022
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    45 KB (6,325 words) - 21:21, 25 October 2019
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    46 KB (6,407 words) - 01:34, 6 March 2020
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    46 KB (6,444 words) - 01:58, 2 February 2021
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    47 KB (6,597 words) - 18:56, 13 September 2021
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    48 KB (6,635 words) - 17:14, 22 September 2021
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    48 KB (6,656 words) - 16:55, 4 October 2021
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    48 KB (6,681 words) - 16:52, 16 February 2022
  • the environment variable AP_NFS_TMP=1 before running aprobe. Aprobe (2520) Linux gcc problem reading static member variable
    48 KB (6,698 words) - 17:26, 8 September 2022
  • * The need to provide an explicit initialization for each Character_Set variable (since the type is unconstrained) is inconvenient. ...re and another overloading of the procedure Reset. The state is saved in a variable of the private type State.</p>
    105 KB (16,252 words) - 16:20, 20 April 2019
  • ...ties. Consider the following program fragment, where X is a floating point variable:
    36 KB (5,402 words) - 16:20, 20 April 2019
  • -- Pathname Variable Values
    59 KB (6,892 words) - 02:45, 24 April 2019
  • ...plicated consistently in any partition that references it, since it has no variable state that may alter its behavior.
    65 KB (9,772 words) - 16:20, 20 April 2019
  • :access-to-variable type [[Guide:95lrm/RM-3-10#I2073|3.10(10)]] :shared variable
    366 KB (50,768 words) - 23:31, 5 May 2019
  • ...ting to seize a protected object lock "spins" until it is able to set some variable in shared memory, which indicates that the protected object is locked. Thus ...Real-Time Ada Issues [Baker 89]. Suppose the requested delay duration is a variable, and consider the effect of the timed entry call as the requested duration
    150 KB (24,418 words) - 16:20, 20 April 2019