text stringlengths 0 234 |
|---|
DD : Directory_Descriptor; |
begin |
Status := Open (DD, Path); |
if Status /= OK then |
Semihosting.Log_Line ("Open Directory '" & Path & "' Error: " & Status'Img); |
else |
Semihosting.Log_Line ("Listing '" & Path & "' content:"); |
loop |
declare |
Ent : constant Directory_Entry := Read (DD); |
begin |
if Ent /= Invalid_Dir_Entry then |
Semihosting.Log_Line (" - '" & Ent.Name & "'"); |
Semihosting.Log_Line (" Kind: " & Ent.Subdirectory'Img); |
else |
exit; |
end if; |
Function Definition: procedure Xaa is |
Function Body: begin |
Ada.Text_Io.Put_Line("Xaa() called"); |
Function Definition: procedure Xab is |
Function Body: begin |
Ada.Text_Io.Put_Line("Xab() called"); |
Function Definition: procedure Xac is |
Function Body: begin |
Ada.Text_Io.Put_Line("Xac() called"); |
Function Definition: procedure Object_Hierarchy is |
Function Body: procedure Dump_Object (This : in out Aof.Core.Objects.Access_Object) is |
begin |
Ada.Text_Io.Put_Line("Object: " & This.Get_Name); |
Function Definition: procedure Xaa is |
Function Body: begin |
Ada.Text_Io.Put_Line("Xaa() called"); |
Function Definition: procedure Xab is |
Function Body: begin |
Ada.Text_Io.Put_Line("Xab() called"); |
Function Definition: procedure Xac is |
Function Body: begin |
Ada.Text_Io.Put_Line("Xac() called"); |
Function Definition: procedure adafinal is |
Function Body: procedure s_stalib_adafinal; |
pragma Import (C, s_stalib_adafinal, "system__standard_library__adafinal"); |
begin |
if not Is_Elaborated then |
return; |
end if; |
Is_Elaborated := False; |
s_stalib_adafinal; |
end adafinal; |
type No_Param_Proc is access procedure; |
procedure adainit is |
Main_Priority : Integer; |
pragma Import (C, Main_Priority, "__gl_main_priority"); |
Time_Slice_Value : Integer; |
pragma Import (C, Time_Slice_Value, "__gl_time_slice_val"); |
WC_Encoding : Character; |
pragma Import (C, WC_Encoding, "__gl_wc_encoding"); |
Locking_Policy : Character; |
pragma Import (C, Locking_Policy, "__gl_locking_policy"); |
Queuing_Policy : Character; |
pragma Import (C, Queuing_Policy, "__gl_queuing_policy"); |
Task_Dispatching_Policy : Character; |
pragma Import (C, Task_Dispatching_Policy, "__gl_task_dispatching_policy"); |
Priority_Specific_Dispatching : System.Address; |
pragma Import (C, Priority_Specific_Dispatching, "__gl_priority_specific_dispatching"); |
Num_Specific_Dispatching : Integer; |
pragma Import (C, Num_Specific_Dispatching, "__gl_num_specific_dispatching"); |
Main_CPU : Integer; |
pragma Import (C, Main_CPU, "__gl_main_cpu"); |
Interrupt_States : System.Address; |
pragma Import (C, Interrupt_States, "__gl_interrupt_states"); |
Num_Interrupt_States : Integer; |
pragma Import (C, Num_Interrupt_States, "__gl_num_interrupt_states"); |
Unreserve_All_Interrupts : Integer; |
pragma Import (C, Unreserve_All_Interrupts, "__gl_unreserve_all_interrupts"); |
Exception_Tracebacks : Integer; |
pragma Import (C, Exception_Tracebacks, "__gl_exception_tracebacks"); |
Zero_Cost_Exceptions : Integer; |
pragma Import (C, Zero_Cost_Exceptions, "__gl_zero_cost_exceptions"); |
Detect_Blocking : Integer; |
pragma Import (C, Detect_Blocking, "__gl_detect_blocking"); |
Default_Stack_Size : Integer; |
pragma Import (C, Default_Stack_Size, "__gl_default_stack_size"); |
Leap_Seconds_Support : Integer; |
pragma Import (C, Leap_Seconds_Support, "__gl_leap_seconds_support"); |
procedure Install_Handler; |
pragma Import (C, Install_Handler, "__gnat_install_handler"); |
Handler_Installed : Integer; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.