Search results

Jump to: navigation, search

Page title matches

  • #REDIRECT [[Probing Shared Library Initialization]]
    51 bytes (5 words) - 18:39, 24 August 2017
  • Aprobe can be used to probe program initialization in several ways. ...s allows Aprobe to instrument the program and create probes in any program initialization code including C++ global constructors or Ada program elaboration code. It
    4 KB (720 words) - 03:12, 26 August 2017

Page text matches

  • #REDIRECT [[Probing Shared Library Initialization]]
    51 bytes (5 words) - 18:39, 24 August 2017
  • Aprobe can be used to probe program initialization in several ways. ...s allows Aprobe to instrument the program and create probes in any program initialization code including C++ global constructors or Ada program elaboration code. It
    4 KB (720 words) - 03:12, 26 August 2017
  • ...ode>-q min_heap</code> option Aprobe throws away symbol info after program initialization. In this case the exception symbol must be found by name at program initialization, not at the point of the raise.
    4 KB (546 words) - 17:57, 12 October 2021
  • 2  The initialization requirement applies to uninitialized scalar objects that are subcomponents ...es not apply to a scalar for which pragma Import has been specified, since initialization of an imported object is performed solely by the foreign language environme
    2 KB (300 words) - 09:06, 2 May 2019
  • ...ven nominal subtype and, optionally, an explicit initial value given by an initialization expression. <span id="I1402"></span><span id="I1403"></span><span id="I1404 ...hat of the object. <span id="I1418"></span>This expression is called the ''initialization expression''. <span id="I1419"></span>
    10 KB (1,413 words) - 23:36, 4 May 2019
  • ...An assignment operation is used as part of assignment_statements, explicit initialization, parameter passing, and other operations. <span id="I3120"></span><span id= ...Initialize procedure which is invoked immediately after the normal default initialization of a controlled object, a Finalize procedure which is invoked immediately b
    8 KB (1,233 words) - 23:38, 4 May 2019
  • ...ble'' object. The value of a constant object cannot be changed between its initialization and its finalization, whereas the value of a variable object can be changed ...ough information to create an object; an additional constraint or explicit initialization expression is necessary (see [[Guide:95lrm/RM-3-3-1|3.3.1]]). A component c
    5 KB (731 words) - 23:36, 4 May 2019
  • ...explicit initialization for imported objects are not allowed. Any implicit initialization (for example, setting access values to null) is not performed for imported
    3 KB (524 words) - 00:35, 25 April 2019
  • ...></span>Constraint_Error is raised if this check fails. This check and the initialization of the object are performed in an arbitrary order. 25  If any part of the created object is controlled, the initialization includes calls on corresponding Initialize or Adjust procedures. See [[Guid
    6 KB (816 words) - 23:37, 4 May 2019
  • changes were fixes to initialization and behavior across forked processes,
    2 KB (298 words) - 18:24, 16 February 2021
  • * For an Adjust invoked as part of the initialization of a controlled object, other adjustments due to be performed might or migh ...onstant is only constant between its initialization and finalization. Both initialization and finalization are allowed to change the value of a constant.
    9 KB (1,415 words) - 23:38, 4 May 2019
  • ...of the type Suspension_Object has two visible states: true and false. Upon initialization, its value is set to false.
    2 KB (340 words) - 23:07, 1 May 2019
  • ...s evaluated at object creation time specifies an interrupt. As part of the initialization of that object, if the Attach_Handler pragma is specified, the ''handler'' ...Locking policy (see [[Guide:95lrm/RM-D-3|D.3]]) is in effect then upon the initialization of a protected object that either an Attach_Handler or Interrupt_Handler pr
    7 KB (1,068 words) - 22:36, 1 May 2019
  • ...-9-2|9.2]]), as the result of the elaboration of a declarative_part or the initialization for the object created by an allocator, this check is done for all of them
    3 KB (501 words) - 23:36, 4 May 2019
  • The implementation shall document whether the method used for initialization of preelaborated variables allows a partition to be restarted without reloa
    2 KB (348 words) - 15:48, 29 April 2019
  • ...laration of mode '''in''' declares a new stand-alone constant object whose initialization expression is the actual, whereas a formal_object_declaration of mode '''in
    3 KB (533 words) - 23:35, 4 May 2019
  • ...the values of the discriminants of such a variable cannot be changed after initialization. 52  Assignment to a discriminant of an object (after its initialization) is not allowed, since the name of a discriminant is a constant; neither as
    10 KB (1,501 words) - 23:37, 4 May 2019
  • ...on'' is an object_declaration with the reserved word '''constant''' but no initialization expression. <span id="I3108"></span>The constant declared by a deferred con
    3 KB (487 words) - 23:38, 4 May 2019
  • ..."<code>y</code>", "<code>ye</code>", or "<code>yes</code>" if you want the initialization to proceed. You can prevent this prompting by using the <code>-F</code> opt
    3 KB (485 words) - 00:35, 25 April 2019
  • ...riminant of an object always has a value, either from explicit or implicit initialization.
    4 KB (611 words) - 23:37, 4 May 2019
  • ...xpression for a discriminant is evaluated prior to any other evaluation or initialization that depends on it.
    4 KB (619 words) - 23:37, 4 May 2019
  • ...a95 mode. You can include the invocation of the setup script in your shell initialization file. This file is located in your home directory, and is named '''.profile
    4 KB (672 words) - 00:36, 25 April 2019
  • ...nning applications. Typically, you don't want to track memory used during initialization, and possibly shutdown, so you want to turn on tracking once your applicati
    4 KB (572 words) - 16:55, 31 May 2018
  • * An object code listing of the entire partition, including initialization and finalization code as well as run-time system components, and with an id
    4 KB (514 words) - 09:08, 2 May 2019
  • ...itiated as the last step of evaluating the allocator, after completing any initialization for the object created by the allocator, and prior to returning the new acc
    4 KB (624 words) - 23:38, 4 May 2019
  • * An initialization expression is not allowed in an object_declaration if the type of the objec
    4 KB (684 words) - 23:38, 4 May 2019
  • <span id="I7094"></span>As part of the initialization of a task object, the address clause for an interrupt entry is elaborated,
    5 KB (761 words) - 09:16, 2 May 2019
  • * the execution of an Initialize procedure as the last step of the default initialization of a controlled object;
    5 KB (845 words) - 11:05, 30 April 2019
  • ...gnment_statement) is performed in other contexts as well, including object initialization and by-copy parameter passing. <span id="I2806"></span><span id="I2807"></s
    5 KB (774 words) - 23:37, 4 May 2019
  • ...called ''discriminants'' whose values affect the presence, constraints, or initialization of other components. Discriminants can be thought of as parameters of the t
    6 KB (839 words) - 23:36, 4 May 2019
  • <span id="I3349"></span>As part of the initialization of a task object, any aspect_clauses and any per-object constraints associa
    6 KB (975 words) - 23:38, 4 May 2019
  • <span id="I3407"></span>As part of the initialization of a protected object, any per-object constraints (see [[Guide:95lrm/RM-3-8
    8 KB (1,148 words) - 10:38, 30 April 2019
  • : initialization [[Guide:9x_rationale/rat95-p2-4#3|4.3]] : initialization [[Guide:9x_rationale/rat95-p2-3#4|3.4]]
    27 KB (4,110 words) - 17:17, 20 April 2019
  • ...al implementation are, however, valid everywhere. For example: any default initialization of components takes place; the attribute Size provides the size of the full
    7 KB (1,110 words) - 23:38, 4 May 2019
  • ...86"></span>The tag of an object of a class-wide tagged type is that of its initialization expression.
    8 KB (1,235 words) - 23:37, 4 May 2019
  • ...an anonymous general access-to-variable type (this happens as part of the initialization of an access parameter or access discriminant).
    9 KB (1,371 words) - 23:36, 4 May 2019
  • ...matic reclamation of resources, Ada 95 provides controlled types that have initialization and finalization operations associated with them. A number of different app * initialization after creation,
    33 KB (5,218 words) - 16:19, 20 April 2019
  • // delay the tracking, speeding up initialization. For many applications, // the allocations made during initialization are not representative of the
    32 KB (4,610 words) - 18:11, 3 February 2023
  • ...can override Initialize and Finalize if there is any need for non-trivial initialization and finalization for a user-defined pool type. For example, Finalize might
    10 KB (1,501 words) - 23:35, 4 May 2019
  • ...plicit_generic_actual_parameter, the expression of a return_statement, the initialization expression in an object_declaration, or a default_expression (for a paramet
    10 KB (1,495 words) - 23:37, 4 May 2019
  • ...andard time reference. For example, E can correspond to the time of system initialization or it can correspond to the epoch of some time standard.
    11 KB (1,614 words) - 23:07, 1 May 2019
  • The declaration of an imported object shall not include an explicit initialization expression. Default initializations are not performed.
    12 KB (1,898 words) - 18:04, 1 May 2019
  • ...s extra step is necessary, because C++, like Ada, needs to perform certain initialization/finalization actions prior to running a program that contains C++ and by bi
    11 KB (1,704 words) - 00:36, 25 April 2019
  • ...peatable random number sequence can be obtained by relying on the implicit initialization of generators or by explicitly initializing a generator with a repeatable i
    16 KB (2,246 words) - 16:14, 1 May 2019
  • | |Pointer initialization | | ...ar variable corresponds to a memory-mapped I/O location, then any implicit initialization could have an unwanted effect. This can be avoided by importing the scalar
    56 KB (8,841 words) - 16:20, 20 April 2019
  • ...ile, it reads a sequence of debugger commands and runs them as part of its initialization. For instance, you can place variable assignment statements in this file so
    15 KB (2,346 words) - 00:36, 25 April 2019
  • ...an out parameter. If any subcomponent of a type passed by copy has default initialization, then the whole object is copied in at the start of the call so that the va
    16 KB (2,517 words) - 16:34, 20 April 2019
  • ...ng that a body is required in cases where we wish to use the body just for initialization is that the pragma Elaborate_Body rather obviously requires a body.
    42 KB (6,657 words) - 16:19, 20 April 2019
  • ...egins. This can be used to avoid tracking objects allocated during program initialization that may be retained through the life of the program. The value must be gr
    18 KB (2,825 words) - 18:30, 6 November 2023
  • ...tachment. The pragma form is provided to permit attachment earlier, during initialization of objects, or possibly at program load time. Another advantage of the prag ...are not included among the things specified as preelaborable, because the initialization of run-time system data structures for tasks and the dynamic allocation of
    71 KB (11,214 words) - 16:20, 20 April 2019
  • ...Access by the representation clause. The discriminant of 50,000 acts as an initialization parameter perhaps indicating the total size of the pool. We can then alloca
    21 KB (3,320 words) - 16:20, 20 April 2019
  • 1947 anonymous array initialization 1568 bad adjustment on extension aggregate initialization value
    33 KB (4,506 words) - 21:38, 13 October 2020
  • 1947 anonymous array initialization 1568 bad adjustment on extension aggregate initialization value
    33 KB (4,506 words) - 02:37, 14 March 2019
  • Log methods have an initialization routine, a routine to log data and a routine to close down logging, and sev ...ric pointer which contains whatever information the log method requires at initialization. The method data returned is passed to the log and close methods; it can be
    102 KB (15,018 words) - 23:05, 27 February 2019
  • 1947 anonymous array initialization 1568 bad adjustment on extension aggregate initialization value
    34 KB (4,594 words) - 17:21, 28 May 2020
  • 1947 anonymous array initialization 1568 bad adjustment on extension aggregate initialization value
    34 KB (4,606 words) - 16:44, 15 September 2021
  • 1947 anonymous array initialization 1568 bad adjustment on extension aggregate initialization value
    34 KB (4,606 words) - 23:13, 17 September 2020
  • 1947 anonymous array initialization 1568 bad adjustment on extension aggregate initialization value
    34 KB (4,702 words) - 21:24, 5 February 2019
  • ...he logged data from the APD file or other logging device, allowing for the initialization of user data structures or even a graphical user interface. Similarly, the ...e overwritten when <code>aprobe -if</code> is used, you should bracket the initialization with:
    74 KB (11,935 words) - 00:41, 11 March 2020
  • * Efficiency. The size and initialization requirements of a protected object are known at compile time of the client, A protected type may have discriminants, to minimize the need for an explicit initialization operation, and to control composite components of the protected objects inc
    100 KB (15,667 words) - 16:19, 20 April 2019
  • ...bind step in order to support generating and linking in the necessary C++ initialization code when C++ object modules are included. Note: this is not a full solutio
    27 KB (4,407 words) - 00:36, 25 April 2019
  • ...bjects can be declared (without giving any constraints directly or from an initialization) and those for which they cannot. The former category covers scalar subtype
    31 KB (4,771 words) - 16:20, 20 April 2019
  • ...rence to an object of another type. A discriminant may also be used in the initialization of an object of a protected or task type. ...g and end of their lifetimes. For such types, the programmer may define an initialization operation, to be automatically invoked when an object of the type is elabor
    67 KB (10,189 words) - 16:20, 20 April 2019
  • ld.so.1: mail: fatal: /opt/RootCause/lib/libapaudit.so: audit initialization failure: disabled.
    34 KB (5,685 words) - 19:44, 23 November 2017
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    60 KB (8,488 words) - 13:59, 20 December 2018
  • ...ts based on its filename which are called by the Aprobe runtime to perform initialization. # Your application provides its own "malloc()" function which requires initialization before its first use. Since aprobe gets control before your application doe
    162 KB (25,627 words) - 17:12, 20 September 2021
  • ...xecution. So, for example, if your program does a lot of processing during initialization, but you're not interested in tracing that, you can:
    43 KB (6,767 words) - 22:29, 17 July 2018
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    61 KB (8,594 words) - 21:23, 25 October 2019
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    44 KB (6,135 words) - 13:58, 20 December 2018
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    61 KB (8,649 words) - 01:35, 6 March 2020
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    62 KB (8,700 words) - 19:22, 1 February 2021
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    62 KB (8,772 words) - 17:47, 13 September 2021
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    62 KB (8,792 words) - 17:02, 22 September 2021
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    62 KB (8,800 words) - 16:57, 4 October 2021
  • whose initialization depends on program state. Any -dll libraries that a negative priority to force libdal initialization prior to early
    63 KB (8,818 words) - 16:54, 16 February 2022
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    45 KB (6,325 words) - 21:21, 25 October 2019
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    46 KB (6,407 words) - 01:34, 6 March 2020
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    46 KB (6,444 words) - 01:58, 2 February 2021
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    47 KB (6,597 words) - 18:56, 13 September 2021
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    48 KB (6,635 words) - 17:14, 22 September 2021
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    48 KB (6,656 words) - 16:55, 4 October 2021
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    48 KB (6,681 words) - 16:52, 16 February 2022
  • initialization depends on program state. Any -dll libraries that cause 9. Fixed crash on thread data initialization. (i1049)
    48 KB (6,698 words) - 17:26, 8 September 2022
  • Activation of a probe consists of allocation and initialization of data declared in its declarative region and the execution of its on_entr
    39 KB (6,256 words) - 23:00, 27 February 2019
  • ...d important facilities such as the introduction of controlled types giving initialization, finalization and user defined assignment and the use of access discriminan ...sometimes when a library package was recompiled and bodies which just did initialization could get inadvertently lost without any warning. In Ada 95, a library pack
    101 KB (16,126 words) - 20:41, 23 April 2019
  • * The need to provide an explicit initialization for each Character_Set variable (since the type is unconstrained) is inconv -- default initialization implied by the type's declaration
    105 KB (16,252 words) - 16:20, 20 April 2019
  • ...priority expression is evaluated for each task object, at the time of task initialization satisfies the requirement for having task objects of the same type but with ...-size pool of identical task control blocks can be pre-allocated at system initialization time.
    150 KB (24,418 words) - 16:20, 20 April 2019
  • ...chain, to the enclosing object, can be initialized as part of the default initialization of the link component. This is discussed further in 4.6.3. For a fuller dis
    87 KB (13,934 words) - 16:20, 20 April 2019
  • ::''See'' initialization [[Guide:95lrm/RM-3-3-1#I1435|3.3.1(19)]] ::''See'' initialization [[Guide:95lrm/RM-7-6#I3120|7.6(1)]]
    366 KB (50,768 words) - 23:31, 5 May 2019