JPH0498539A - Program information editing device - Google Patents

Program information editing device

Info

Publication number
JPH0498539A
JPH0498539A JP2216661A JP21666190A JPH0498539A JP H0498539 A JPH0498539 A JP H0498539A JP 2216661 A JP2216661 A JP 2216661A JP 21666190 A JP21666190 A JP 21666190A JP H0498539 A JPH0498539 A JP H0498539A
Authority
JP
Japan
Prior art keywords
information
program
program information
editing
list information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2216661A
Other languages
Japanese (ja)
Inventor
Chieko Sakuma
佐久間 千惠子
Hiromi Shimomura
下村 ひろみ
Motoo Nakano
中野 素雄
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Kobe Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by KOBE NIPPON DENKI SOFTWARE KK, NEC Corp, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP2216661A priority Critical patent/JPH0498539A/en
Publication of JPH0498539A publication Critical patent/JPH0498539A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To generate the program information of a form suited to a prescribed program propriety checking device or a fault analyzing device out of the compiling list information by giving the reference to a compiling list information from a compiling list information store means. CONSTITUTION:A program information editing means 4 edits the program information 7 of a form suited to a prescribed program propriety checking device or a fault analyzing device (not shown in the diagram) based on the compiling list information 5 referred to by a compiling list information reference means 3 and stores the information 7 in a program information store means 8. Furthermore the means 4 stores the formats of the information 5 and the information 7 in its internal table for each language and edits the information 7 by reference to the format corresponding to the language shown by the language information contained in the referred information 5.

Description

【発明の詳細な説明】 〔産業上の利用分野] 本発明はプログラム情報編集装置に関し、より詳細には
、プログラムの正当性の検査装置あるいは障害の解析装
置が取得できる形式のプログラム情報を、コンパイルリ
スト情報から生成するプログラム情報編集装置に関する
Detailed Description of the Invention [Field of Industrial Application] The present invention relates to a program information editing device, and more specifically, the present invention relates to a program information editing device that compiles program information in a format that can be acquired by a program validity checking device or a failure analysis device. The present invention relates to a program information editing device that generates from list information.

〔従来の技術〕[Conventional technology]

プログラム開発者が作成したプログラムの正当性を検査
する装置あるいは障害の解析を行う装置が種々提案され
ている。例えば、デバッガなどがそのような装置の1つ
である。
Various devices have been proposed for checking the validity of programs created by program developers or for analyzing failures. For example, a debugger is one such device.

このような装!を使用する場合、開発したプログラムに
関する各種の情報を含み且つ上記の装置が取得(認li
+)できる形式に整えられたプログラム情報を上記の装
置ムこ与える必要がある。
Dressed like this! When using a
+) It is necessary to provide the above-mentioned device with program information in a format that can be used.

このような形式のプログラム情報は、従来においては、
上記の装置と密接に関係し且つプログラム情報生成機能
を有する特定のコンパイラによってのみ生成されていた
Conventionally, program information in this format is
It was generated only by a specific compiler that is closely related to the above-mentioned devices and has a program information generation function.

〔発明が解決しようとする課題] プログラム正当性検査装置あるいは障害解析装置を使用
することによりプログラム開発を効率良く行うことが可
能になるが、その為には、プログラム情報を生成しなけ
ればならず、この点に関し次のような問題点が従来存在
していた。
[Problem to be solved by the invention] By using a program validity checking device or a failure analysis device, it becomes possible to develop programs efficiently, but in order to do so, program information must be generated. In this regard, the following problems have conventionally existed.

(1)プログラム情報生成機能を持つ特定のコンパイラ
が扱える言語で開発されたプログラムであっても、コン
パイル時にプログラム情報の生成を行わせていなかった
ときは、後にプログラム情報が必要となったときに再度
コンパイルしてプログラム情報を取得しなければならな
い。
(1) Even if a program is developed in a language that can be handled by a specific compiler that has a program information generation function, if the program information is not generated at the time of compilation, when the program information is needed later. You have to compile again to get the program information.

(2)プログラム情報生成機能を持つ特定のコンパイラ
が扱えない言語で開発されたプログラムの場合、プログ
ラム情報を得ることができず、検査装置あるいは解析装
置が使用できない。このようなとき、その言語を扱える
コンパイラのコンパイル時に出力されたコンパイルリス
トを参照しながら、すべて手作業でプログラムの正当性
の検査あるいは障害解析を行う必要があり、プログラム
の開発効率が極端に低下する。また、上述のような装置
をあえて使用したい場合には全て所定の言語でプログラ
ムを作成しなければならない。
(2) In the case of a program developed in a language that cannot be handled by a specific compiler that has a program information generation function, the program information cannot be obtained and the inspection device or analysis device cannot be used. In such cases, it is necessary to manually check the correctness of the program or analyze the errors while referring to the compilation list output when compiling with a compiler that can handle that language, which dramatically reduces program development efficiency. do. Furthermore, if one wishes to use the above-mentioned apparatus, all programs must be written in a predetermined language.

本発明はこのような従来の問題点を解決したもので、そ
の目的は、コンパイル時に得られるコンパイルリスト情
報から、所定のプログラム正当性検査装置あるいは障害
解析装置に適した形式のプログラム情報を生成するプロ
グラム情報編集装置を提供することにある。
The present invention solves these conventional problems, and its purpose is to generate program information in a format suitable for a predetermined program validity checking device or failure analysis device from compile list information obtained at the time of compilation. An object of the present invention is to provide a program information editing device.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のプログラム情報編集装置は、上記の目的を達成
するために、 プログラム情報の編集にかかる人力指示を解析する入力
解析手段と、 この入力解析手段で解析された入力指示で指定されたプ
ログラムのコンパイルリスト情報をコンパイルリスト情
報格納手段より参照するコンパイルリスト情報参照手段
と、 このコンパイルリスト情報参照手段で参照されたコンパ
イルリスト情報から、所定のプログラム正当性検査装置
あるいは障害解析装置に適した形式のプログラム情報を
編集してプログラム情報格納手段に格納する編集手段と
を備えている。
In order to achieve the above object, the program information editing device of the present invention includes an input analysis means for analyzing manual instructions for editing program information, and an input analysis means for analyzing a program specified by the input instructions analyzed by the input analysis means. A compile list information reference means for referencing compile list information from a compile list information storage means; and a compile list information referenced by the compile list information reference means to obtain information in a format suitable for a predetermined program validity checking device or failure analysis device. and editing means for editing the program information and storing the edited program information in the program information storage means.

また、前記編集手段は、言語ごとのコンパイルリスト情
報の書式およびプログラム情報の書式を有し、前記参照
されたコンパイルリスト情報に含まれる言語情報が示す
言語に対応する書式を参照してプログラム情報の編集を
行う構成を有している。
Further, the editing means has a format of compile list information and a format of program information for each language, and the editing means refers to the format corresponding to the language indicated by the language information included in the referenced compile list information to edit the program information. It has a configuration for editing.

〔作用〕[Effect]

本発明のプログラム情報編集装置においては、入力解析
手段が利用者算から与えられたプログラム情報の編集に
かかる入力指示を解析し、コンパイルリスト情報参照手
段がその解析された人力指示で指定されたプログラムの
コンパイルリスト情報をコンパイルリスト情報格納手段
より検索して参照し、編集手段が、言語ごとのコンパイ
ルリスト情報の書式およびプログラム情報の書式のうち
前記参照されたコンパイルリスト情報に含まれる言語情
報が示す言語に対応する書式を参照して前記コンパイル
リスト情報を編集することにより所定のプログラム正当
性検査袋!あるいは障害解析装置に適した形式のプログ
ラム情報を生成し、これをプログラム情報格納手段に格
納する。
In the program information editing device of the present invention, the input analysis means analyzes the input instructions for editing the program information given by the user calculation, and the compile list information reference means specifies the program specified by the analyzed manual instructions. The compile list information is searched and referenced from the compile list information storage means, and the editing means selects the language information included in the referenced compile list information among the format of the compile list information and the format of the program information for each language. Predetermined program validity check bag by editing the compilation list information with reference to the format corresponding to the language! Alternatively, program information in a format suitable for the fault analysis device is generated and stored in the program information storage means.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して詳細に説
明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

第1図を参照すると、本発明の一実施例のプログラム情
報編集袋210は、コンパイルリスト情報5を格納する
コンパイルリスト情報格納手段6と生成したプログラム
情報7を格納する為のプログラム情報格納手段8と入力
指示等を入力するための入力装置9とに接続されており
、入力解析手段1と、実行制御手段2と、コンパイルリ
スト情報参照手段3と、プログラム情報編集手段4とを
含んでいる。なお、第1図には示されていないが、所定
のデバッガ等のプログラム正当性検査装置あるいは障害
解析装置はプログラム情報格納手段に接続されている。
Referring to FIG. 1, a program information editing bag 210 according to an embodiment of the present invention includes a compile list information storage means 6 for storing compile list information 5 and a program information storage means 8 for storing generated program information 7. and an input device 9 for inputting input instructions, etc., and includes an input analysis means 1, an execution control means 2, a compile list information reference means 3, and a program information editing means 4. Although not shown in FIG. 1, a program validity checking device or failure analysis device such as a predetermined debugger is connected to the program information storage means.

入力解析手段lは、入力装置9から入力されたプログラ
ム情報の編集にかかる入力指示を解析する手段である。
The input analysis means 1 is means for analyzing input instructions for editing program information input from the input device 9.

コンパイルリスト情報参照手段3は、入力解析手段lで
解析された入力指示で指定されたプログラムのコンパイ
ルリスト情報5をコンパイルリスト情報格納手段6より
検索して参照する手段である。
The compile list information reference means 3 is means for searching and referring to the compile list information 5 of the program specified by the input instruction analyzed by the input analysis means l from the compile list information storage means 6.

プログラム情報編集手段4は、コンパイルリスト情報参
照手段3で参照されたコンパイルリスト情報5から、所
定のプログラム正当性検査装置あるいは障害解析装置(
図示せず)に適する形式のプログラム情報7を編集して
プログラム情報格納手段8に格納する手段である。この
プログラム情報編集手段4は、言語ごとのコンパイルリ
スト情報の書式およびプログラム情報の書式を内部のテ
ーブルに有しており、参照されたコンパイルリスト情報
5に含まれる言語情報が示す言語に対応する書式を参照
してプログラム情報の編集を行う。
The program information editing means 4 selects a predetermined program validity checking device or failure analysis device (
This is a means for editing program information 7 in a format suitable for (not shown) and storing it in a program information storage means 8. This program information editing means 4 has a format of compile list information and a format of program information for each language in an internal table, and a format corresponding to the language indicated by the language information included in the referenced compile list information 5. Edit the program information by referring to .

ここで、コンパイルリスト情報の書式とは、各言語のコ
ンパイルリスト情報がどのような構造、形式をもってい
るかを示す情報であり、この書式を参照することにより
各言語のコンパイルリスト情報の解析が可能となる。ま
た、プログラム情報の書式とは、所定のプログラム正当
性検査装置あるいは障害解析装置に与えるべき情報はど
のような情報か、それをどのような形式で与えるべきか
等についての情報であり、この書式を参照することによ
り編集時における情報の取捨選択や情報形式の変換等が
行え、所定の形式を持つプログラム情報の作成が可能と
なる。
Here, the format of the compile list information is information that indicates what kind of structure and format the compile list information of each language has, and by referring to this format, it is possible to analyze the compile list information of each language. Become. In addition, the program information format is information about what kind of information should be given to a given program validity checker or failure analysis device, and in what format it should be given. By referring to , information can be selected and information formats can be converted during editing, and program information having a predetermined format can be created.

実行制御手段2は、上述した各手段1.3.4を制御す
ることにより本プログラム情報編集装置10全体の実行
を制御する手段である。
The execution control means 2 is a means for controlling the execution of the entire program information editing apparatus 10 by controlling each of the above-mentioned means 1.3.4.

次に、上述のように構成された本実施例の動作を説明す
る; 先ず、コンパイルリスト情報5を生成する一般的な処理
の流れを第2圓を参照して説明する。第2図において、
翻訳指示13によって原始プログラム12の翻訳がコン
パイラ11に指示されると、コンパイラ11は原始プロ
グラム12を入力してコンパイルし、コンパイルユニッ
ト11生成すると同時にコンパイルリスト情報5も生成
する。
Next, the operation of this embodiment configured as described above will be described. First, the general processing flow for generating the compile list information 5 will be described with reference to the second circle. In Figure 2,
When the compiler 11 is instructed to translate the source program 12 by the translation instruction 13, the compiler 11 inputs and compiles the source program 12, generates the compile unit 11, and simultaneously generates the compile list information 5.

このコンパイルリスト情報5には、原始プログラム12
がコンパイルされたときにコンパイラ11が生成する情
報として、プログラムを作成した言語の種類が含まれ、
また、データ部についてはデータの名称2その属性1割
付はアドレス、桁数配列の個数が、手続き部については
手続き名9行番号、それらの割付はアドレスが、その他
としてコンパイルリスト出力時に付加される情報が、そ
れぞれ含まれている。
This compile list information 5 includes the source program 12
The information generated by the compiler 11 when the program is compiled includes the type of language in which the program was created;
Also, for the data part, the name of the data 2 its attributes 1 allocation is the address, the number of digit arrays, for the procedure part, the procedure name 9 line number, their allocation is the address, and others are added when outputting the compile list. information is included in each.

次に、第3図乃至第5図を参照して、第1図のプログラ
ム情報編集装置10の動作を説明する。
Next, the operation of the program information editing device 10 shown in FIG. 1 will be explained with reference to FIGS. 3 to 5.

プログラム情報編集装置10の実行制御手段2は動作を
開始すると、第3図に示すように先ず制御を入力解析手
段1に渡す(ステップSt)。制御を渡された入力解析
手段1は入力装置9からの指示を待ち、指示が入力され
ると、入力指示の誤りチエツクおよび解析を行い、正し
い人力指示のみを実行制御手段2に渡す。入力指示とし
ては、編集したいプログラムの名前、コンパイルリスト
情報格納手段6およびプログラム情報格納手段8のアド
レスを含む。
When the execution control means 2 of the program information editing device 10 starts its operation, it first passes control to the input analysis means 1 as shown in FIG. 3 (step St). The input analysis means 1 to which control has been passed waits for an instruction from the input device 9, and when an instruction is input, checks and analyzes the input instruction for errors, and passes only correct manual instructions to the execution control means 2. The input instructions include the name of the program to be edited and the addresses of the compile list information storage means 6 and the program information storage means 8.

実行制御手段2は入力解析手段lからの入力指示を第3
図のステップS2で受は取ると、入力指示に対応した処
理初期を行い(ステップS3)、必要な情報と共に制御
をコンパイルリスト情報参照手段3に渡す(ステップS
4)。
The execution control means 2 converts the input instruction from the input analysis means 1 into a third
When the acceptance is accepted in step S2 of the figure, initial processing corresponding to the input instruction is performed (step S3), and control is passed to the compile list information reference means 3 along with necessary information (step S3).
4).

コンパイルリスト情報参照手段3は、第4図に示すよう
に実行制御手段2から制御を渡されると、コンパイルリ
スト情報格納手段6中の該当するコンパイルリスト情報
5よりリスト情報を1行分取得しくステップ5ll)、
取得すべきリスト情報が終了したか否かを判別しくステ
ップ512)、終了ならば終了情報をセットしくステッ
プ517)、実行制御手段2へその情報を渡す(ステッ
プ518)。ステップS12での判別が終了でなかった
とき、さらに取得した情報の種類を判別しくステップ5
13)、言語の種類を示す言語情報であった場合には言
語情報のセント(ステップ514)、データ部および手
続き部情報であった場合はデータ部・手続き部関連情報
の七ノド(ステップ515)、その他の場合にはその他
のリスト情報のセット(ステップ516)を行い、終了
情報と同様、実行制御手段2へそれぞれの情報を渡す(
ステップ318)。
When the compile list information reference means 3 receives control from the execution control means 2 as shown in FIG. 5ll),
It is determined whether the list information to be acquired has ended or not (step 512), and if it has ended, end information is set (step 517), and the information is passed to the execution control means 2 (step 518). If the determination in step S12 is not completed, the type of acquired information is further determined in step S5.
13), if it is linguistic information indicating the type of language, the language information is sent (step 514); if it is data division and procedure division information, the data division/procedure division related information is entered (step 515). , in other cases, sets other list information (step 516), and passes each piece of information to the execution control means 2 in the same way as the end information (
step 318).

再び、第3図を参照すると、実行制御手段2はステップ
S5でコンパイルリスト情報参照手段3から1行分の情
報を受は取ると、その情報が終了情報か否かを判定しく
ステ、プS6)、終了情報の場合は、コンパイルリスト
情報格納手段6及びプログラム情報格納手段8に対する
終了処理を行い(ステップS8)、処理を終了する。受
は取った情報が終了情報でなかった場合は、その情報と
共に制御をプログラム情報編集手段4に渡す(ステップ
S7)。
Referring again to FIG. 3, when the execution control means 2 receives one line of information from the compile list information reference means 3 in step S5, it proceeds to step S6 to determine whether the information is termination information. ), in the case of termination information, termination processing is performed on the compile list information storage means 6 and the program information storage means 8 (step S8), and the processing is terminated. If the received information is not end information, the receiver passes the information and control to the program information editing means 4 (step S7).

第5図を参照すると、プログラム情報編集手段4は、実
行制御手段2からコンパイルリスト情報を1行分受は取
ると(ステップ521)、その情報が言語情報か否かを
判別しくステップ522)、言語情報の場合は、それが
示す言語に対応するコンパイルリスト情報の書式および
プログラム情報の書式を格納したテーブルを参照するよ
うに参照テーブルを更新しくステップ523)、実行制
御手段2に制御を戻す。また、言語情報以外の情報であ
った場合は、上記テーブルを参照して編集の有無の判別
を行う(ステップ524)。そして、受は取った情報が
編集の必要がない情報の場合は、そのまま実行制御手段
2に制御を戻し、必要な場合は、上記テーブルを参照し
てプログラム情報の編集を行い(ステップ525)、そ
れをプログラム情報格納手段8に書き込み(ステップ5
26)、実行制御手段2に制御を戻す。
Referring to FIG. 5, when the program information editing means 4 receives one line of compile list information from the execution control means 2 (step 521), it determines whether the information is language information or not (step 522). In the case of language information, the reference table is updated to refer to a table storing the format of compile list information and the format of program information corresponding to the language indicated (step 523), and control is returned to the execution control means 2. If the information is other than language information, the table is referred to to determine whether or not editing has been performed (step 524). Then, if the received information does not require editing, the control is returned to the execution control means 2, and if necessary, the program information is edited with reference to the table (step 525). Write it into the program information storage means 8 (step 5
26), returns control to the execution control means 2;

第3図を参照すると、プログラム情報編集手段4より制
御が戻された実行制御手段2は、再びステップS4に制
御を移し、コンパイルリスト情報参照手段3から受は取
る情報が終了するまでステップ54〜S7を繰り返す。
Referring to FIG. 3, the execution control means 2, to which control has been returned from the program information editing means 4, transfers the control again to step S4, and continues from step 54 to step S4 until the information received from the compile list information reference means 3 is completed. Repeat S7.

〔発明の効果〕〔Effect of the invention〕

以上説明した本発明のプログラム情報編集装置によれば
、次のような効果を得ることができる。
According to the program information editing device of the present invention described above, the following effects can be obtained.

(1)  コンパイル時に得られるコンパイルリスト情
報からプログラム情報を作成するので、既にコンパイル
済みであってもコンパイルリスト情報が取得済みの場合
は、再度コンパイルすることなくプログラム情報が取得
できる。
(1) Since program information is created from the compile list information obtained during compilation, if the compile list information has already been obtained even if the program has already been compiled, the program information can be obtained without compiling again.

(2)  プログラム情報生成機能を持つ特定のコンパ
イラが扱えない言語で開発されたプログラムについても
プログラム情報を得ることができ、プログラム正当性検
査装置あるいは障害解析装置を有効に活用できる。
(2) Program information can be obtained even for programs developed in a language that cannot be handled by a specific compiler with a program information generation function, allowing effective use of program validity checking devices or failure analysis devices.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の一実施例の構成図、 第2図はコンパイルリスト情報が生成される一般的な処
理の流れを示す図、 第3図は実行制御手段2の処理の一例を示す流れ図、 第4圀はコンパイルリスト情報参照手段の処理の一例を
示す流れ図および、 第5図はプログラム情報編集手段の処理の一例を示す流
れ図である。 図において、 l・・入力解析手段 2・・・実行制御手段 3・・・コンパイルリスト情報参照手段4・・・プログ
ラム情報編集手段 5・・・コンパイルリスト情報 6・・・コンパイルリスト情報格納手段7・・・プログ
ラム情報 8・・・プログラム情報格納手段 9・・・入力装置 10・・・プログラム情報編集装置 特許出願人 日本電気株式会社外1名
FIG. 1 is a block diagram of an embodiment of the present invention, FIG. 2 is a diagram showing a general processing flow for generating compile list information, and FIG. 3 is a flow chart showing an example of processing by the execution control means 2. , the fourth panel is a flowchart showing an example of the processing of the compile list information reference means, and FIG. 5 is a flowchart showing an example of the processing of the program information editing means. In the figure, l...Input analysis means 2...Execution control means 3...Compile list information reference means 4...Program information editing means 5...Compile list information 6...Compile list information storage means 7 ...Program information 8...Program information storage means 9...Input device 10...Program information editing device Patent applicant: 1 person other than NEC Corporation

Claims (3)

【特許請求の範囲】[Claims] (1)プログラム情報の編集にかかる入力指示を解析す
る入力解析手段と、 該入力解析手段で解析された入力指示で指定されたプロ
グラムのコンパイルリスト情報をコンパイルリスト情報
格納手段より参照するコンパイルリスト情報参照手段と
、 該コンパイルリスト情報参照手段で参照されたコンパイ
ルリスト情報から、所定のプログラム正当性検査装置あ
るいは障害解析装置に適した形式のプログラム情報を編
集してプログラム情報格納手段に格納する編集手段とを
備えたプログラム情報編集装置。
(1) Input analysis means for analyzing input instructions related to editing program information, and compile list information for referencing compile list information of the program specified by the input instructions analyzed by the input analysis means from compile list information storage means. a reference means, and an editing means for editing program information in a format suitable for a predetermined program validity checking device or failure analysis device from the compile list information referenced by the compile list information reference means and storing the edited program information in the program information storage means. A program information editing device comprising:
(2)前記編集手段は、言語ごとのコンパイルリスト情
報の書式およびプログラム情報の書式を有し、前記参照
されたコンパイルリスト情報に含まれる言語情報が示す
言語に対応する書式を参照してプログラム情報の編集を
行う請求項1記載のプログラム情報編集装置。
(2) The editing means has a format of compile list information and a format of program information for each language, and the editing means refers to the format corresponding to the language indicated by the language information included in the referenced compile list information to create program information. 2. The program information editing device according to claim 1, wherein the program information editing device edits the program information.
(3)前記所定のプログラム正当性検査装置あるいは障
害解析装置はデバッガである請求項2記載のプログラム
情報編集装置。
(3) The program information editing device according to claim 2, wherein the predetermined program validity checking device or failure analysis device is a debugger.
JP2216661A 1990-08-17 1990-08-17 Program information editing device Pending JPH0498539A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2216661A JPH0498539A (en) 1990-08-17 1990-08-17 Program information editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2216661A JPH0498539A (en) 1990-08-17 1990-08-17 Program information editing device

Publications (1)

Publication Number Publication Date
JPH0498539A true JPH0498539A (en) 1992-03-31

Family

ID=16691952

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2216661A Pending JPH0498539A (en) 1990-08-17 1990-08-17 Program information editing device

Country Status (1)

Country Link
JP (1) JPH0498539A (en)

Similar Documents

Publication Publication Date Title
US5701487A (en) Method and apparatus for displaying locations of errors detected inside software macro calls
JP3612294B2 (en) Debugging method and debugging device
US8448152B2 (en) High-level language, architecture-independent probe program compiler
Bailey et al. A formal model and specification language for procedure calling conventions
Kaiser Incremental dynamic semantics for language-based programming environments
Hopwood Decompilation.
JPH0498539A (en) Program information editing device
JP3327674B2 (en) Program translation apparatus and method
JPS5922140A (en) Interactive compiling system
JP2000207246A (en) Debugging support device, method therefor and recording medium recorded with softwater for supporting debugging
Liu et al. A GUI and testing tool for SOFL
JPH01177165A (en) Definition-quotation relation checking system for array
JPS60167042A (en) Program editing device
KR970011897B1 (en) Words interpretating device
JPH0468446A (en) Debugging supporting device
Creasman et al. Design, implementation, and case study of a function level unit test environment
JPH05108372A (en) System for outputting compiler optimization processing content
JPH04250530A (en) Program conversion and translation device
JPH04364537A (en) Method, device, and compiler for optimizing program for parallel process
JPH0355633A (en) Inter-module interface check device
JPH01273144A (en) Software development supporting device
JPS62235651A (en) Test data origination device
JPH03266037A (en) Trace program inserting system
JPH08161179A (en) Method for executing one sentence
JPH05289862A (en) Program maintenance supporting device