[go: up one dir, main page]

JPH05108407A - System for debugging computer program - Google Patents

System for debugging computer program

Info

Publication number
JPH05108407A
JPH05108407A JP3266530A JP26653091A JPH05108407A JP H05108407 A JPH05108407 A JP H05108407A JP 3266530 A JP3266530 A JP 3266530A JP 26653091 A JP26653091 A JP 26653091A JP H05108407 A JPH05108407 A JP H05108407A
Authority
JP
Japan
Prior art keywords
comparison
register value
register
computer
storage means
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.)
Withdrawn
Application number
JP3266530A
Other languages
Japanese (ja)
Inventor
Seiichi Kanai
誠一 金井
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP3266530A priority Critical patent/JPH05108407A/en
Publication of JPH05108407A publication Critical patent/JPH05108407A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To provide the debug system of a computer program which can improve debugging processing efficiency by allowing the register value of CPU to correspond to a comparison register value as a condition and setting a braking point. CONSTITUTION:This system is constituted of a computer 1 provided with CPU 3 which is emulated based on a prescribed operation program and an emulator 2 emulating the computer 1. The computer 1 is a target system by the emulator 2. A register value comparison means 5 decides whether the computer 1 is a stop condition or not by comparing the respective register values of CPU 3 obtained sequentially by a register supervisory means 4 with the respective comparison register values stored in a comparison register value storage means 6 based on respective comparison methods stored in a comparison method storage means 7.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、計算機をターゲットと
し、該計算機の動作プログラムをデバック処理する計算
機用プログラムのデバックシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a debugging system for a computer program, which targets a computer and debugs an operation program of the computer.

【0002】[0002]

【従来の技術】従来、この種の計算機用プログラムのデ
バックシステムは、所定の動作プログラムに基づいてエ
ミュレートされるCPUを備えた計算機をターゲットと
し、特定のレジスタ値に基づいてブレークポイントを設
定することによって所定動作プログラムに対するデバッ
ク処理を行っていた。
2. Description of the Related Art Conventionally, this type of computer program debugging system targets a computer having a CPU emulated according to a predetermined operation program and sets a breakpoint based on a specific register value. Therefore, the debug process for the predetermined operation program is performed.

【0003】[0003]

【発明が解決しようとする課題】従来の計算機用プログ
ラムのデバックシステムの場合、任意のレジスタ値に基
づいてブレークポイントを設定することができない為、
結果として複数のブレークポイントを設定してデバック
処理を行うことができない。このことは、従来のデバッ
クシステムが特定のレジスタ値に基づいてCPUをトレ
ースすることが困難であることを意味し、デバック処理
効率の悪化を招く結果になっている。
In the conventional debug system for computer programs, since it is not possible to set a breakpoint based on an arbitrary register value,
As a result, it is not possible to set multiple breakpoints and perform debug processing. This means that it is difficult for the conventional debug system to trace the CPU based on a specific register value, resulting in deterioration of debug processing efficiency.

【0004】そこで本発明の技術的課題は、かかる欠点
を鑑み、任意のレジスタ値に基づいてブレークポイント
を設定でき、デバック処理効率の優れた計算機用プログ
ラムのデバックシステムを提供することにある。
In view of the above drawbacks, a technical object of the present invention is to provide a debugging system for a computer program which can set a breakpoint based on an arbitrary register value and has excellent debugging processing efficiency.

【0005】[0005]

【課題を解決するための手段】本発明によれば、所定動
作プログラムに基づいてエミュレートされるCPUを備
えた計算機をターゲットとし、CPUの動作プログラム
をデバック処理する計算機用プログラムのデバックシス
テムにおいて、動作プログラムのレジスタ値を監視する
レジスタ監視手段と、比較レジスタ値を格納した比較レ
ジスタ値格納手段と、レジスタ値を比較レジスタ値との
間で比較する比較方法を格納した比較方法格納手段と、
比較方法に基づいてレジスタ値を比較レジスタ値との間
で比較することにより、計算機が停止条件であるか否か
を判定するレジスタ値比較手段とを備えた計算機用プロ
グラムのデバックシステムが得られる。
According to the present invention, there is provided a debugging system for a computer program, which targets a computer having a CPU emulated based on a predetermined operation program and debugs the operation program of the CPU. Register monitoring means for monitoring the register value of the operating program, comparison register value storage means for storing the comparison register value, comparison method storage means for storing the comparison method for comparing the register value with the comparison register value,
By comparing the register value with the comparison register value based on the comparison method, it is possible to obtain the debug system of the computer program provided with the register value comparison means for determining whether or not the computer is in the stop condition.

【0006】このうち、レジスタ値比較手段は、レジス
タ監視手段よりレジスタ値を取得できない場合、デバッ
ク処理の完了と判定するようにすれば良い。又、このよ
うな計算機用プログラムのデバックシステムにおいて、
比較レジスタ値格納手段は、複数の比較レジスタ値を格
納し、比較方法格納手段は、各比較レジスタ値毎に対応
し、且つ順次指定される複数のレジスタ値を各比較レジ
スタ値との間で比較可能にするための複数の比較方法を
格納し、レジスタ値比較手段は、各比較方法に基づいて
各レジスタ値を各比較レジスタ値との間で比較すること
により、計算機が停止条件であるか否かを判定するよう
にすれば更に良い。
Of these, the register value comparing means may determine that the debugging process is completed when the register value cannot be obtained from the register monitoring means. Also, in such a computer program debug system,
The comparison register value storage means stores a plurality of comparison register values, and the comparison method storage means compares a plurality of register values corresponding to each comparison register value and sequentially designated with each comparison register value. The register value comparison means stores a plurality of comparison methods for enabling the comparison, and the register value comparison means compares each register value with each comparison register value based on each comparison method to determine whether the computer is in a stop condition. It is even better to determine whether or not.

【0007】[0007]

【実施例】以下に実施例を挙げ、本発明の計算機用プロ
グラムのデバックシステムについて詳細に説明する。図
1は、本発明の一実施例であるデバックシステムの基本
構成を示したブロック図である。
[Embodiments] The debugging system for computer programs of the present invention will be described in detail below with reference to embodiments. FIG. 1 is a block diagram showing the basic configuration of a debug system which is an embodiment of the present invention.

【0008】デバックシステムは、所定動作プログラム
に基づいてエミュレートされるCPU3を備えた計算機
1と、この計算機1をターゲットとしてエミュレートす
るエミュレータ2とにより構成されている。計算機1
は、エミュレータ2によってターゲットとされる為、タ
ーゲットシステムと呼ばれても良い。
The debug system is composed of a computer 1 having a CPU 3 which is emulated based on a predetermined operation program, and an emulator 2 which emulates the computer 1 as a target. Calculator 1
May be called a target system because it is targeted by the emulator 2.

【0009】このエミュレータ2は、CPU3のレジス
タ値を監視するレジスタ監視手段4と、複数の比較レジ
スタ値を格納した比較レジスタ値格納手段6と、各比較
レジスタ値毎に対応すると共に、動作プログラムより順
次選定される複数のレジスタ値を各比較レジスタ値との
間で比較するための複数の比較方法を格納した比較方法
格納手段7と、レジスタ監視手段4により順次取得され
た各レジスタ値を、各比較方法に基づいて各比較レジス
タ値との間で比較することにより、計算機1が停止条件
であるか否かを判定するレジスタ値比較手段5とを備え
ている。
The emulator 2 corresponds to each register value and a register monitor means 4 for monitoring the register value of the CPU 3, a comparison register value storage means 6 for storing a plurality of comparison register values, and an operation program. A comparison method storage unit 7 storing a plurality of comparison methods for comparing a plurality of register values sequentially selected with each comparison register value, and each register value sequentially acquired by the register monitoring unit 4 There is provided a register value comparing means 5 for judging whether or not the computer 1 is in the stop condition by comparing with each comparison register value based on the comparison method.

【0010】図2は、本発明のデバックシステムにより
デバック処理を行うための動作プログラム(レジスタ監
視用アルゴリズム)を示すフローチャートである。所定
動作プログラムが開始されると、最初にレジスタ監視手
段4がCPU3のレジスタ値を監視する(ステップS
1)一方、レジスタ値比較手段5が比較方法格納手段7
の比較方法格納領域に格納された複数の比較方法のう
ち、特定の比較方法(一つの比較方法)を引き出し、こ
の特定の比較方法に対応して比較レジスタ値格納手段6
に格納された比較レジスタ値を指定し、比較する比較レ
ジスタ値を判断(ステップS2)する。
FIG. 2 is a flow chart showing an operation program (register monitoring algorithm) for performing debug processing by the debug system of the present invention. When the predetermined operation program is started, the register monitoring means 4 first monitors the register value of the CPU 3 (step S).
1) On the other hand, the register value comparison means 5 is the comparison method storage means 7
Of the plurality of comparison methods stored in the comparison method storage area, a specific comparison method (one comparison method) is extracted, and the comparison register value storage means 6 is associated with the specific comparison method.
The comparison register value stored in is designated and the comparison register value to be compared is judged (step S2).

【0011】次に、レジスタ値比較手段5がレジスタ監
視手段4から目的とするレジスタ値を取得する(ステッ
プS3)。引き続き、レジスタ値比較手段5が特定の比
較方法に基づいて、レジスタ監視手段4を介して引き出
したCPU3のレジスタ値と、比較レジスタ値格納手段
6より引き出した比較レジスタ値とを比較する(ステッ
プS4)。
Next, the register value comparing means 5 acquires the target register value from the register monitoring means 4 (step S3). Subsequently, the register value comparison means 5 compares the register value of the CPU 3 drawn out via the register monitoring means 4 with the comparison register value drawn out from the comparison register value storage means 6 based on a specific comparison method (step S4). ).

【0012】次に、比較の結果、レジスタ値が真に比較
すべき比較レジスタ値に照合されているか否かをチェッ
ク(ステップS5)し、照合されていれば計算機1(タ
ーゲット)を停止させ(ステップS8)、そのときの計
算機1を検査し、検査結果(レジスタ値)をCPU3に
対するデバック処理とする。一方、レジスタ値が真に比
較すべき比較レジスタ値に照合されていなければ、レジ
スタ値比較手段5が比較レジスタ値格納手段6に比較す
べき比較対象レジスタ(比較レジスタ値)が残っている
か否かをチェックする(ステップS6)。
Next, as a result of the comparison, it is checked whether or not the register value is collated with the comparison register value to be truly compared (step S5), and if it is collated, the computer 1 (target) is stopped ( In step S8), the computer 1 at that time is inspected, and the inspection result (register value) is used as the debug process for the CPU 3. On the other hand, if the register value is not actually compared with the comparison register value to be compared, it is determined whether or not the register value comparison unit 5 has a comparison target register (comparison register value) to be compared in the comparison register value storage unit 6. Is checked (step S6).

【0013】この結果、比較対象レジスタが残っている
場合には、各比較方法に基づいて各レジスタ値を各比較
レジスタ値との間で順次比較できるように、比較レジス
タ値を判断する処理(ステップS2)の前にリターンす
るが、残っていない場合には、デバック処理を終了(ス
テップS7)する。即ち、本発明のデバックシステムに
おけるデバック処理は、レジスタ値比較手段5による比
較方法格納手段7を介しての引き出し(特定)比較方法
に基づく比較レジスタ値の判断処理(ステップS2),
レジスタ値比較手段5によるレジスタ監視手段4を介し
ての目的レジスタ値の取得処理(ステップS3),レジ
スタ値比較手段5による比較方法に基づくレジスタ値及
び比較レジスタ値の比較処理(ステップS4),レジス
タ値及び比較レジスタ値の照合チェック処理(ステップ
S5),及び比較レジスタ値の残状態チェック処理(ス
テップS6)を遂次反復し、最終的に比較レジスタ値格
納手段6に比較レジスタ値が無くなった時点で完了す
る。
As a result, when the comparison target registers remain, the comparison register value is determined so that each register value can be sequentially compared with each comparison register value based on each comparison method (step). The process returns before S2), but if there is no remaining, the debug process ends (step S7). That is, the debug processing in the debug system of the present invention is performed by the register value comparison means 5 through the comparison method storage means 7 to determine the comparison register value based on the extraction (specific) comparison method (step S2).
Acquisition processing of the target register value via the register monitoring means 4 by the register value comparison means 5 (step S3), comparison processing of the register value and comparison register value based on the comparison method by the register value comparison means 5 (step S4), register At the time when the comparison register value storage means 6 runs out of comparison register values, the comparison check processing (step S5) of the value and the comparison register value and the remaining state check processing (step S6) of the comparison register value are repeatedly repeated. Complete with.

【0014】このような構成によるデバックシステム
は、CPU3のレジスタ値を条件として比較レジスタ値
を対応させるものとして、ブレークポイントを設定する
ことができるので、デバック処理の効率が向上する。
又、このようなデバックシステムは、比較レジスタ値格
納手段6に格納された比較レジスタ値の数がCPU3の
有するレジスタ値の数と同じか、或いは少ない場合に所
定動作プログラムに基づくデバック処理を遂行すること
が有効となる。
In the debug system having such a configuration, the breakpoint can be set by making the comparison register value correspond to the register value of the CPU 3, so that the efficiency of debug processing is improved.
In addition, such a debug system performs debug processing based on a predetermined operation program when the number of comparison register values stored in the comparison register value storage means 6 is equal to or smaller than the number of register values of the CPU 3. Will be effective.

【0015】図3は、比較レジスタ値の数がレジスタ値
の数と同じ場合の比較レジスタ値格納手段6と比較方法
格納手段7との対応を説明するものである。比較レジス
タ値格納手段6には、複数の比較レジスタ値格納領域1
〜nが割り当てられ、比較方法格納手段7には、これら
各比較レジスタ値格納領域1〜nのそれぞれに1対1で
対応する比較方法格納領域1〜nが割り当てられてい
る。この場合のデバック処理は、比較レジスタ値及び比
較方法の数(n個)がレジスタ値の数と同じであるの
で、比較方法は相対的に区別可能な固有情報を有するよ
うに構成されるものである。
FIG. 3 illustrates the correspondence between the comparison register value storage means 6 and the comparison method storage means 7 when the number of comparison register values is the same as the number of register values. The comparison register value storage means 6 has a plurality of comparison register value storage areas 1
~ N are allocated, and the comparison method storage means 7 is allocated with the comparison method storage areas 1-n corresponding to the comparison register value storage areas 1-n on a one-to-one basis. In the debug process in this case, since the number of comparison register values and the number of comparison methods (n) are the same as the number of register values, the comparison method is configured to have relatively distinguishable unique information. is there.

【0016】これに対する図4は、比較レジスタ値の数
がレジスタ値の数よりも少ない場合の比較レジスタ値格
納手段6と比較方法格納手段7との対応を説明するもの
である。ここでの比較レジスタ値格納手段6には、複数
の比較レジスタ値格納領域1〜mが割り当てられ、比較
方法格納手段7には、各比較レジスタ値格納領域1〜m
のそれぞれに1対1で対応する比較方法格納領域1〜m
が割り当てられている。この場合のデバック処理は、比
較レジスタ値及び比較方法の数がレジスタ値の数よりも
少ないので、比較方法自体はレジスタマッピング情報を
有するようにすれば良い。即ち、比較方法格納手段7の
比較方法格納領域mにおける単一構成は、比較方法格納
フィールドとレジスタマッピング情報格納フィールドと
によって構成されている。
4 shows the correspondence between the comparison register value storage means 6 and the comparison method storage means 7 when the number of comparison register values is smaller than the number of register values. A plurality of comparison register value storage areas 1 to m are assigned to the comparison register value storage means 6 here, and each comparison register value storage area 1 to m is assigned to the comparison method storage means 7.
Comparison method storage areas 1 to m corresponding to each of the
Has been assigned. In the debug processing in this case, since the number of comparison register values and the number of comparison methods is smaller than the number of register values, the comparison method itself may have register mapping information. That is, the single structure in the comparison method storage area m of the comparison method storage means 7 is composed of the comparison method storage field and the register mapping information storage field.

【0017】尚、図1のデバックシステムにおいて、比
較レジスタ値格納手段6に単一の比較レジスタ値を格納
させ、且つ比較方法格納手段7に特定のレジスタ値を比
較レジスタ値との間で比較する単一の比較方法を格納さ
せると共に、レジスタ監視手段4を動作プログラムの特
定のレジスタ値を監視するようにすることで、レジスタ
値比較手段5により単一の比較方法に基づいて特定のレ
ジスタ値を単一の比較レジスタ値との間で比較すること
により、計算機1が停止条件であるか否かを判定するよ
うに構成しても良いので、本発明は実施例に限定されな
い。
In the debug system of FIG. 1, the comparison register value storage means 6 stores a single comparison register value, and the comparison method storage means 7 compares a specific register value with the comparison register value. By storing a single comparison method and by causing the register monitoring means 4 to monitor a specific register value of the operation program, the register value comparison means 5 displays the specific register value based on the single comparison method. The present invention is not limited to the embodiment, because the computer 1 may be configured to determine whether or not it is in the stop condition by comparing with a single comparison register value.

【0018】[0018]

【発明の効果】以上のように、本発明によれば、CPU
のレジスタ値を条件として比較レジスタ値を対応させ、
ブレークポイントを設定することができるので、動作プ
ログラム(基本ソフトウェア/BIOS,デバイスドラ
イバ等)のデバック処理の効率の向上を図り得る計算機
用プログラムのデバックシステムが得られる。即ち、デ
バック処理に際して最良効率のレジスタ値を使用できる
ので、CPUに対するトレース能力が格段に高められ
る。
As described above, according to the present invention, the CPU
Correspond the comparison register value with the register value of
Since a breakpoint can be set, a debugging system for a computer program can be obtained which can improve the efficiency of debugging processing of operating programs (basic software / BIOS, device driver, etc.). That is, since the register value of the best efficiency can be used in the debug processing, the trace ability for the CPU can be remarkably improved.

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

【図1】本発明の一実施例であるデバックシステムの基
本構成を示したブロック図である。
FIG. 1 is a block diagram showing a basic configuration of a debug system that is an embodiment of the present invention.

【図2】デバックシステムによりデバック処理を行うた
めの動作プログラム(レジスタ監視用アルゴリズム)を
示すフローチャートである。
FIG. 2 is a flowchart showing an operation program (register monitoring algorithm) for performing debug processing by the debug system.

【図3】比較レジスタ値の数がレジスタ値の数と同じ場
合の比較レジスタ値格納手段及び比較方法格納手段の対
応を説明する図である。
FIG. 3 is a diagram illustrating a correspondence between a comparison register value storage unit and a comparison method storage unit when the number of comparison register values is the same as the number of register values.

【図4】比較レジスタ値の数がレジスタ値の数よりも少
ない場合の比較レジスタ値格納手段及び比較方法格納手
段の対応を説明する図である。
FIG. 4 is a diagram illustrating a correspondence between a comparison register value storage unit and a comparison method storage unit when the number of comparison register values is smaller than the number of register values.

【符号の説明】[Explanation of symbols]

1 計算機 2 エミュレータ 3 CPU 4 レジスタ監視手段 5 レジスタ値比較手段 6 比較レジスタ値格納手段 7 比較方法格納手段 DESCRIPTION OF SYMBOLS 1 computer 2 emulator 3 CPU 4 register monitoring means 5 register value comparison means 6 comparison register value storage means 7 comparison method storage means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 所定動作プログラムに基づいてエミュレ
ートされるCPUを備えた計算機をターゲットとし、前
記CPUの動作プログラムをデバック処理する計算機用
プログラムのデバックシステムにおいて、前記動作プロ
グラムのレジスタ値を監視するレジスタ監視手段と、比
較レジスタ値を格納した比較レジスタ値格納手段と、前
記レジスタ値を前記比較レジスタ値との間で比較する比
較方法を格納した比較方法格納手段と、前記比較方法に
基づいて前記レジスタ値を前記比較レジスタ値との間で
比較することにより、前記計算機が停止条件であるか否
かを判定するレジスタ値比較手段とを備えたことを特徴
とする計算機用プログラムのデバックシステム。
1. A debug program system for a computer, which targets a computer having a CPU emulated based on a predetermined operation program and debugs the operation program of the CPU, monitors a register value of the operation program. Register monitoring means; comparison register value storage means for storing a comparison register value; comparison method storage means for storing a comparison method for comparing the register value with the comparison register value; and, based on the comparison method, A debug program system for a computer, comprising: a register value comparison means for determining whether or not the computer is in a stop condition by comparing a register value with the comparison register value.
【請求項2】 前記レジスタ値比較手段は、前記レジス
タ監視手段より前記レジスタ値を取得できない場合、デ
バック処理の完了と判定することを特徴とする請求項1
記載の計算機用プログラムのデバックシステム。
2. The register value comparing means determines that the debug processing is completed when the register value cannot be acquired from the register monitoring means.
Debug system of the computer program described.
【請求項3】 前記比較レジスタ値格納手段は、複数の
比較レジスタ値を格納し、前記比較方法格納手段は、前
記各比較レジスタ値毎に対応し、且つ順次指定される複
数のレジスタ値を前記各比較レジスタ値との間で比較可
能にするための複数の比較方法を格納し、前記レジスタ
値比較手段は、前記各比較方法に基づいて前記各レジス
タ値を前記各比較レジスタ値との間で比較することによ
り、前記計算機が停止条件であるか否かを判定すること
を特徴とする請求項1又は2記載の計算機用プログラム
のデバックシステム。
3. The comparison register value storage means stores a plurality of comparison register values, and the comparison method storage means stores a plurality of register values corresponding to each of the comparison register values and sequentially designated. A plurality of comparison methods for enabling comparison with each comparison register value are stored, and the register value comparison means compares each register value with each comparison register value based on each comparison method. The debug system for a computer program according to claim 1, wherein it is determined whether or not the computer is in a stop condition by comparing.
JP3266530A 1991-10-15 1991-10-15 System for debugging computer program Withdrawn JPH05108407A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3266530A JPH05108407A (en) 1991-10-15 1991-10-15 System for debugging computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3266530A JPH05108407A (en) 1991-10-15 1991-10-15 System for debugging computer program

Publications (1)

Publication Number Publication Date
JPH05108407A true JPH05108407A (en) 1993-04-30

Family

ID=17432163

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3266530A Withdrawn JPH05108407A (en) 1991-10-15 1991-10-15 System for debugging computer program

Country Status (1)

Country Link
JP (1) JPH05108407A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005301616A (en) * 2004-04-09 2005-10-27 Ricoh Co Ltd Debugging system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005301616A (en) * 2004-04-09 2005-10-27 Ricoh Co Ltd Debugging system

Similar Documents

Publication Publication Date Title
US4984239A (en) Automatic verification system for maintenance/diagnosis facility in computer system
CN110580226A (en) object code coverage rate testing method, system and medium for operating system level program
US5438673A (en) Automatic interface for CPU real machine and logic simulator diagnostics
US5280626A (en) Multi-process emulator suitable for testing software under multi-process environments
JPH05108407A (en) System for debugging computer program
US7086054B2 (en) Method and device for reconstructing the process sequence of a control program
JPH05298204A (en) Test circut for input/output processor
US20250004934A1 (en) Method for testing a computer program
JP3085730B2 (en) Parallel simulation method for complex CPU system
JP2001318805A (en) Test method for built-in system and test system
US20250004917A1 (en) Method for testing a computer program
US20250077393A1 (en) Method for testing a computer program
US20240419579A1 (en) Method for testing a computer program
US20250004911A1 (en) Method for testing a computer program
CN119226132A (en) Method for testing a computer program
JP2001051864A (en) Test execution method for data processing equipment
JPH04247534A (en) Testing system for information processor
CN119065957A (en) Method for testing a computer program
CN119132380A (en) Interrupt source processing method and device, storage medium, and electronic device
JPS63157244A (en) Debugging system for test program of peripheral device
JPH04102931A (en) Testing system for information processor
JPS63300330A (en) Debugging method for firmware
JPH10207737A (en) Emulator and emulation system
JPH02230434A (en) Inspecting method for performance of test program
JPH11242616A (en) Program developing method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990107