Search results

Jump to: navigation, search
  • Is there a way to catch and suppress exceptions?
    2 KB (352 words) - 03:20, 21 December 2018
  • ...<p>A handled exception occurs, and you are stopping the program at handled exceptions with the [[#MARKER-9-1925|TRAP]] command</p> ...KER-9-1037|''exception'']]s. The TRAP command tells the debugger to report exceptions that occur as the Ada program executes. The syntax of the command is:
    27 KB (4,121 words) - 00:37, 25 April 2019
  • ==== [[Guide:9x_rationale/rat95-p2-11|11 Exceptions]] ==== :: [[Guide:9x_rationale/rat95-p2-11#3|11.3 Exceptions and Optimization]]
    14 KB (1,918 words) - 10:57, 6 May 2019
  • [[Category:Exceptions]]
    4 KB (546 words) - 17:57, 12 October 2021
  • === Trapping Unhandled Exceptions === The detection of unhandled exceptions can slow execution of the target program. To avoid this, use the command <c
    15 KB (2,346 words) - 00:36, 25 April 2019
  • ...uide:95lrm/RM-12|Next]]</div><div class="linenumbers">{{DISPLAYTITLE: 11.6 Exceptions and Optimization}}
    4 KB (596 words) - 23:35, 4 May 2019
  • ...esponding error situations are associated with the names of the predefined exceptions. Every Ada compiler is required to generate code that raises the correspond
    4 KB (653 words) - 23:35, 4 May 2019
  • ...ate scope extends to the end of the declarative region, with the following exceptions:
    4 KB (705 words) - 23:38, 4 May 2019
  • ...-2|Next]]</div><div class="linenumbers">{{DISPLAYTITLE: 11.4.1 The Package Exceptions}} package Ada.Exceptions is
    5 KB (694 words) - 23:35, 4 May 2019
  • [[RCUG_RootCause_GUI_Reference#Exceptions|Exceptions]] exceptions
    41 KB (5,233 words) - 22:40, 22 March 2019
  • ...Raise_Occurrence and the new attribute Identity. A major advantage is that exceptions so raised do not all have the same name Exception_With_Message. ...Occurrence is now limited so that occurrences cannot be directly assigned. Exceptions can now be saved by a procedure and function Save_Occurrence. This approach
    9 KB (1,336 words) - 16:19, 20 April 2019
  • * '''Calls to Ada.Exceptions.Save_Occurrence will return an object that is allocated from the heap.''' * '''Exceptions that propagate out of task entry calls when the entry call was part of n as
    5 KB (758 words) - 00:31, 24 April 2019
  • -- tracebacks provided for unhandled exceptions.
    6 KB (759 words) - 00:37, 25 April 2019
  • * [[Guide:9x_rationale/rat95-p2-11|11 Exceptions]] ** [[Guide:9x_rationale/rat95-p2-11#3|11.3 Exceptions and Optimization]]
    13 KB (1,924 words) - 16:18, 20 April 2019
  • == 11. [[Guide:95lrm/RM-11|Exceptions]] == :11.4.1 [[Guide:95lrm/RM-11-4-1|The Package Exceptions]]
    21 KB (2,643 words) - 05:19, 6 May 2019
  • * Handling, reporting on and raising exceptions.
    5 KB (736 words) - 22:55, 27 February 2019
  • 11. [[Guide:95lrm/RM-11|Exceptions]] 11.4.1 [[Guide:95lrm/RM-11-4-1|The Package Exceptions]]
    19 KB (2,641 words) - 15:48, 29 April 2019
  • ...bove. Simply checking this box will report all user-defined C++ (and Ada) exceptions. [[RCUG_RootCause_GUI_Reference#MARKER-9-1711|Select Events Dialog]], check "Exceptions" to index exception events, then click
    29 KB (4,850 words) - 17:20, 19 June 2018
  • ...xecutable. (You will notice in the Build Manager output that there will be exceptions raised at runtime, but pretend not to notice this at the moment.) Run the p ...guess that an unhandled exception is causing our problem. Select 'Trap All Exceptions' from the Breakpoints menu.
    13 KB (2,115 words) - 00:34, 25 April 2019
  • ...be runtime library provides functions for raising/throwing and suppressing exceptions from a probe. Exceptions can be raised/thrown <code>on_entry</code>, <code>on_exit</code>, and <code
    13 KB (1,885 words) - 19:03, 20 May 2020
  • ...you have an exception handler in your subprogram that catches all possible exceptions.
    7 KB (1,054 words) - 02:08, 24 April 2019
  • Other exceptions declared (by renaming) in Text_IO may be raised by the preceding procedures
    9 KB (1,233 words) - 09:01, 2 May 2019
  • ...s of a type are declared immediately after the definition of the type; the exceptions are explained below. Inherited subprograms are also implicitly declared imm
    7 KB (1,110 words) - 23:38, 4 May 2019
  • :: [[PowerAda:Implementation Details/Exceptions#HEADING77-0|Exceptions]]
    19 KB (2,442 words) - 20:24, 8 May 2019
  • ...[[AUG_3_Writing_APC_Probes#Example 3-17. Checking ap_ProbeActionReason for exceptions|checking ap_ProbeActionReason]] [[AUG_3_Writing_APC_Probes#Exceptions Support|exceptions]]
    34 KB (4,340 words) - 23:07, 27 February 2019
  • ...r vector (SIMD) machines have been introduced; however the rules regarding exceptions have been changed so that vendors are able to provide optimizations through
    6 KB (756 words) - 16:19, 20 April 2019
  • ;Trap All Exceptions ...to Control Program Execution#MARKER-9-1925|TRAP]] ALL command to trap all exceptions.
    22 KB (3,387 words) - 00:36, 25 April 2019
  • ...he memory it uses should help you to determine the causes of STORAGE_ERROR exceptions, system out-of-memory conditions, and problems with corrupted memory, and d
    8 KB (1,317 words) - 02:34, 24 April 2019
  • ...ams. However, Ada requires special handling of variable names, scoping and exceptions, for which Aprobe provides explicit syntax and API calls. Ada support is cl ## Catching (handling) exceptions occurring in the program.
    20 KB (3,230 words) - 17:29, 22 October 2019
  • ...efined UAL, which causes a snapshot to be taken when selected Java runtime exceptions occur. ...or the "Last Data Recorded", and for any snapshots taken. In addition, any exceptions detected by the
    43 KB (6,767 words) - 22:29, 17 July 2018
  • ...y affects packages, for example, that only declare types, constants and/or exceptions, a very common occurrence. As a trivial example in Ada 83 consider * Exceptions in static expressions illegal - in Ada 95, it is illegal to raise an except
    21 KB (3,199 words) - 16:19, 20 April 2019
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    23 KB (3,151 words) - 19:21, 1 February 2021
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    24 KB (3,264 words) - 17:46, 13 September 2021
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    25 KB (3,323 words) - 16:56, 4 October 2021
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    25 KB (3,348 words) - 16:53, 16 February 2022
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    25 KB (3,365 words) - 17:25, 8 September 2022
  • ...The PowerAda Debugger: adbg/Advanced Usage#MARKER-2-749|trapping unhandled exceptions]]
    18 KB (2,266 words) - 15:41, 24 April 2019
  • (2633) Gnat exceptions not working with exit probes (2431) exceptions.ual should provide Ada/C++ exception message string
    22 KB (3,033 words) - 21:22, 25 October 2019
  • ...be called to log or print the exception. There are also functions to raise exceptions. ...eptionPropagated'''. The type '''ap_ExceptionKindT''' defines the kinds of exceptions are currently implemented. The type '''ap_ExceptionT''' defines the informa
    102 KB (15,018 words) - 23:05, 27 February 2019
  • (2633) Gnat exceptions not working with exit probes (2431) exceptions.ual should provide Ada/C++ exception message string
    23 KB (3,108 words) - 01:35, 6 March 2020
  • ...minating the program. Aprobe provides some subprograms to log and/or print exceptions as they occur. : <br/>Log all exceptions which occur in the current thread.
    74 KB (11,935 words) - 00:41, 11 March 2020
  • ...allowed to return a local object of a limited type (there are some subtle exceptions for which see [RM95 6.5]). ...adopted enables the implementation difficulties presented by, for example, exceptions to be overcome. Thus suppose an exception is raised in the middle of a sequ
    33 KB (5,218 words) - 16:19, 20 April 2019
  • <H4> exceptions</H4> Enable the <EM>exceptions</EM> predefined UAL to trace C++ (and Ada) exceptions that occur in the program. These will show up as exception events in the <E
    120 KB (21,077 words) - 19:32, 22 March 2019
  • (2431) exceptions.ual should provide Ada/C++ exception message string (2341) C++ exceptions not translating correctly
    21 KB (2,789 words) - 13:58, 20 December 2018
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    46 KB (6,444 words) - 01:58, 2 February 2021
  • ...ur in the object code, and must also provide a method of determining which exceptions can be raised by any statement. ...to indicate, explicitly in the object code, the actual locations at which exceptions are raised and handled. Some mechanism should be available, either through
    56 KB (8,841 words) - 16:20, 20 April 2019
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    47 KB (6,597 words) - 18:56, 13 September 2021
  • (2633) Gnat exceptions not working with exit probes (2431) exceptions.ual should provide Ada/C++ exception message string
    45 KB (6,325 words) - 21:21, 25 October 2019
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    48 KB (6,635 words) - 17:14, 22 September 2021
  • (2686) Aprobe fails on RHEL8 program wiht dlopen() exceptions (2633) Gnat exceptions not working with exit probes
    48 KB (6,656 words) - 16:55, 4 October 2021

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