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

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