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

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)