|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 14336 (0x3800) Types: Ada Source Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Compilation_Extensions, seg_03be4a
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000 └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« └─⟦this⟧
with Log; with Profile; package body Compilation_Extensions is procedure Promote_Preprocess (Host_Unit : Directory.Object; Remote_Unit_Name : String; Remote_Library : String; Remote_Machine : String; Remote_Directory : String; Pre_Options : String; Post_Options : String; Options_Separator : String; Remote_Connection : Remote_Command_Interface.Context; Is_Secondary : Boolean; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line -- (Message => "Promote_Preprocess called for host_unit => " & -- Directory.Naming.Unique_Simple_Name (Host_Unit), -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "promote_preprocess ( host_unit =>" & Directory.Naming.Get_Simple_Name (Host_Unit) & ",remote_unit_name => " & Remote_Unit_Name & ",remote_library => " & Remote_Library & ",remote_machine => " & Remote_Machine & ",remote_directory => " & Remote_Directory & ",pre_options => " & Pre_Options & ",post_options => " & Post_Options & ",option_separator => " & Options_Separator & ",remote_connection => cannot display" & ",is_secondary => " & Boolean'Image (Is_Secondary), Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Promote_Preprocess; procedure Promote_Postprocess (Host_Unit : Directory.Object; Remote_Unit_Name : String; Remote_Library : String; Remote_Machine : String; Remote_Directory : String; Pre_Options : String; Post_Options : String; Options_Separator : String; Remote_Connection : Remote_Command_Interface.Context; Is_Secondary : Boolean; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line (Message => "Promote_Postprocess called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "promote_postprocess ( host_unit =>" & Directory.Naming.Get_Simple_Name (Host_Unit) & ",remote_unit_name => " & Remote_Unit_Name & ",remote_library => " & Remote_Library & ",remote_machine => " & Remote_Machine & ",remote_directory => " & Remote_Directory & ",pre_options => " & Pre_Options & ",post_options => " & Post_Options & ",option_separator => " & Options_Separator & ",remote_connection => cannot display" & ",is_secondary => " & Boolean'Image (Is_Secondary), Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Promote_Postprocess; procedure Demote_Preprocess (Host_Unit : Directory.Object; Remote_Unit_Name : String; Remote_Library : String; Remote_Machine : String; Remote_Directory : String; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line (Message => "Demote_Preprocess called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "demote_preprocess ( host_unit =>" & Directory.Naming.Get_Simple_Name (Host_Unit) & ",remote_unit_name => " & Remote_Unit_Name & ",remote_library => " & Remote_Library & ",remote_machine => " & Remote_Machine & ",remote_directory => " & Remote_Directory, Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Demote_Preprocess; procedure Demote_Postprocess (Host_Unit : Directory.Object; Remote_Unit_Name : String; Remote_Library : String; Remote_Machine : String; Remote_Directory : String; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line (Message => "Demote_Postprocess called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "demote_postprocess ( host_unit =>" & Directory.Naming.Get_Simple_Name (Host_Unit) & ",remote_unit_name => " & Remote_Unit_Name & ",remote_library => " & Remote_Library & ",remote_machine => " & Remote_Machine & ",remote_directory => " & Remote_Directory, Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Demote_Postprocess; procedure Retrieve_Associated_Files_Preprocess (Host_Unit : Directory.Object; Remote_Unit_Name : String; Remote_Library : String; Remote_Machine : String; Remote_Directory : String; Remote_Connection : Remote_Command_Interface.Context; The_Retrieve_Condition : Target_Dependent_Interface.Retrieve_Condition; Phases : Target_Dependent_Interface.Phase_Map; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line (Message => "Retrieve_Associated_Files_Preprocess called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "retrieve_associated_files_preprocess ( host_unit =>" & Directory.Naming.Get_Simple_Name (Host_Unit) & ",remote_unit_name => " & Remote_Unit_Name & ",remote_library => " & Remote_Library & ",remote_machine => " & Remote_Machine & ",remote_directory => " & Remote_Directory & ",remote_connection => Cannot display " & ",The_retrieve_condition => " & Target_Dependent_Interface.Retrieve_Condition'Image (The_Retrieve_Condition) & ",phases => " & Boolean'Image (Phases (Target_Dependent_Interface.Promote)), Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Retrieve_Associated_Files_Preprocess; procedure Retrieve_Associated_Files_Postprocess (Host_Unit : Directory.Object; Remote_Unit_Name : String; Remote_Library : String; Remote_Machine : String; Remote_Directory : String; Remote_Connection : Remote_Command_Interface.Context; The_Retrieve_Condition : Target_Dependent_Interface.Retrieve_Condition; Phases : Target_Dependent_Interface.Phase_Map; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line (Message => "Retrieve_Associated_Files_Postprocess called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "retrieve_associated_files_postprocess ( host_unit =>" & Directory.Naming.Get_Simple_Name (Host_Unit) & ",remote_unit_name => " & Remote_Unit_Name & ",remote_library => " & Remote_Library & ",remote_machine => " & Remote_Machine & ",remote_directory => " & Remote_Directory & ",remote_connection => Cannot display " & ",The_retrieve_condition => " & Target_Dependent_Interface.Retrieve_Condition'Image (The_Retrieve_Condition) & ",phases => " & Boolean'Image (Phases (Target_Dependent_Interface.Promote)), Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Retrieve_Associated_Files_Postprocess; function Build_Default_Target_Name (Host_Unit : Directory.Object; Suffix_Type : Target_Dependent_Interface.Suffix_Type; Serial_Number : Positive) return String is begin -- Log.Put_Line (Message => "Build_Default_Target_Name called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "build_default_target_name ( host_unit =>" & Directory.Naming.Get_Simple_Name (Host_Unit) & ",suffix_type => " & Target_Dependent_Interface.Suffix_Type'Image (Suffix_Type) & ",serial_number => " & Integer'Image (Serial_Number), Kind => Profile.Sharp_Msg); return ""; end Build_Default_Target_Name; procedure Change_Remote_Context_Preprocess (Remote_Directory : String; Remote_Library : String; Remote_Connection : Remote_Command_Interface.Context; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line (Message => "Change_Remote_Context_Preprocess called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "change_remote_context_preprocess ( remote_directory =>" & Remote_Directory & ",remote_library => " & Remote_Library & ",remote_connection => cannot be displayed ", Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Change_Remote_Context_Preprocess; procedure Change_Remote_Context_Postprocess (Remote_Directory : String; Remote_Library : String; Remote_Connection : Remote_Command_Interface.Context; Status : in out Simple_Status.Condition) is begin -- Log.Put_Line (Message => "Change_Remote_Context_Postprocess called", -- Kind => Profile.Note_Msg); -- Log.Put_Line (Message => "change_remote_context_postprocess ( remote_directory =>" & Remote_Directory & ",remote_library => " & Remote_Library & ",remote_connection => cannot be displayed ", Kind => Profile.Sharp_Msg); Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal); end Change_Remote_Context_Postprocess; end Compilation_Extensions;
nblk1=d nid=0 hdr6=1a [0x00] rec0=16 rec1=00 rec2=01 rec3=00a [0x01] rec0=13 rec1=00 rec2=02 rec3=004 [0x02] rec0=12 rec1=00 rec2=03 rec3=088 [0x03] rec0=12 rec1=00 rec2=04 rec3=064 [0x04] rec0=15 rec1=00 rec2=05 rec3=022 [0x05] rec0=11 rec1=00 rec2=06 rec3=02e [0x06] rec0=15 rec1=00 rec2=07 rec3=016 [0x07] rec0=0f rec1=00 rec2=08 rec3=082 [0x08] rec0=14 rec1=00 rec2=09 rec3=084 [0x09] rec0=13 rec1=00 rec2=0a rec3=016 [0x0a] rec0=15 rec1=00 rec2=0b rec3=052 [0x0b] rec0=16 rec1=00 rec2=0c rec3=028 [0x0c] rec0=10 rec1=00 rec2=0d rec3=000 tail 0x21739be20856574fb78b2 0x42a00088462062803