JPS6373342A - Program debug device - Google Patents

Program debug device

Info

Publication number
JPS6373342A
JPS6373342A JP61218590A JP21859086A JPS6373342A JP S6373342 A JPS6373342 A JP S6373342A JP 61218590 A JP61218590 A JP 61218590A JP 21859086 A JP21859086 A JP 21859086A JP S6373342 A JPS6373342 A JP S6373342A
Authority
JP
Japan
Prior art keywords
information
debug
trace
storage
necessary
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
JP61218590A
Other languages
Japanese (ja)
Inventor
Tetsuo Kuboi
久保井 哲郎
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP61218590A priority Critical patent/JPS6373342A/en
Publication of JPS6373342A publication Critical patent/JPS6373342A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To improve the efficiency of a debug by providing a debug information control set part which sets whether the output of debug information is necessary or not and a storage decision part which decides whether the storage integration of the debug information is necessary or not. CONSTITUTION:A trace output instruction is inserted into a check point where trace information is wanted to be obtained and the debug control set part 6 sets the control information for executing the decision whether it is necessary information for the debug or not. By executing an initializing instruction an initializing control part 5 initializes a storage part 2. By executing a debug objective program, every time the trace output instruction passes the check point the trace output instruction signal is obtained and the trace information is obtained via an output control part 4. A storage decision part 7 decides whether it is necessary or not as the debug information and integrates the debug information in the storage part 2 in case of being decided that it is necessary.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、電子計算機のプログラムをデバッグするた
めの装置に係り、特にデバッグ情報のトレース機能の制
御に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a device for debugging a computer program, and particularly to control of a trace function of debug information.

〔従来の技術〕[Conventional technology]

第3図は例えば、特開昭57−6946号公報に示され
た従来のプログラムデバッグ装置であり、図において、
fl+は時刻を発生させる時計部、(2)はデバッグ情
報記憶部、(3)はプロセッサからの入力命令により記
憶部(2)のデパック情報をプロセッサへ転送する入力
制御部、(4)はプロセッサからの出力命令によりデバ
ッグ情報を記憶部(2)に転送する出力制御部、(5)
は記憶部(5)ヲ初期化する初期化制御部である。
FIG. 3 shows, for example, a conventional program debugging device disclosed in Japanese Unexamined Patent Publication No. 57-6946.
fl+ is a clock unit that generates time, (2) is a debug information storage unit, (3) is an input control unit that transfers depack information in the storage unit (2) to the processor in response to an input command from the processor, and (4) is a processor an output control unit (5) that transfers debug information to the storage unit (2) according to an output command from the
is an initialization control unit that initializes the storage unit (5).

次に動作について説明する。まず、初期化制御部(5)
はプロセッサからの初期化信号に従い記憶部(21ヲ初
期化する。出力制御部(4)はプロセッサ上のプログラ
ムに組込まれたトレース出力命令信号によりデバッグ情
報として時計部(1)により発生された時刻とプロセッ
サから出力されたチェックポイント位置とトレース内容
を記憶部(2)へ集積する。
Next, the operation will be explained. First, the initialization control section (5)
initializes the storage unit (21) according to the initialization signal from the processor.The output control unit (4) outputs the time generated by the clock unit (1) as debug information by the trace output command signal incorporated in the program on the processor. The checkpoint position and trace contents output from the processor are accumulated in the storage unit (2).

入力制御部(3)は、記憶部(2)に集積されたデバッ
グ情報をプロセッサからの入力命令信号に従いプロセッ
サへ転送する。
The input control section (3) transfers the debug information accumulated in the storage section (2) to the processor according to an input command signal from the processor.

第3図の装置を用いてプログラムデバッグを行う手順は
、まず、デバッグされるプログラムのチェックポイント
にトレース出力命令を押入する。
The procedure for debugging a program using the apparatus shown in FIG. 3 is to first insert a trace output command into a checkpoint of the program to be debugged.

次に初期化命令を実行し、記憶部(2)を初期化し、次
いでデバッグされるプログラムを実行することにより記
憶部(2)へデバッグ情報がチェックポイントを通過す
る毎に集積される。プログラム実行終了後記憶部(2)
の内容を入力命令により読み出すことによりデバッグ情
報を得ることができる。
Next, an initialization instruction is executed to initialize the storage section (2), and then the program to be debugged is executed, so that debug information is accumulated in the storage section (2) every time a checkpoint is passed. Storage unit after program execution (2)
Debug information can be obtained by reading the contents of the file using an input command.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来のプログラムデバッグ装置は以上のように構成され
ているので、プログラムデバッグ過程においであるチェ
ックポイントについてはデバッグが完了し、デバッグ情
報が不必要となった時、デバッグ情報を出力しないよう
にするために、プログラムのチェックポイントに押入し
たトレース命令を削除しなければならず、また再びデバ
ッグが必要となったとき、デバッグ情報を得るために再
度トレース出力命令を押入する必要があり、デバッグ対
象プログラムのトレース出力命令を押入したり、削除し
たりしなければならず、デバッグの効率が悪いという問
題点があった。
Conventional program debugging devices are configured as described above, so that debugging information is not output when debugging is completed and debugging information is no longer needed at certain checkpoints in the program debugging process. In this case, the trace instruction inserted at the checkpoint of the program must be deleted, and when debugging is required again, the trace output instruction must be inserted again to obtain debugging information, and the program to be debugged must be deleted. There was a problem that debugging efficiency was poor because trace output instructions had to be inserted or deleted.

この発明は上記のような問題点を解消するためになされ
たもので、プログラムのデバッグが完了しデバッグ情報
が不要になったとき、デバッグ対象プログラムのチェッ
クポイントに押入したトレース出力命令を削除しないで
デバッグ情報を出力しないようにするとともに、トレー
ス情報が必要になったとき、デバッグ対象プログラムに
トレース出力命令全押入しないでもデバッグ情報が得ら
れるプログラムデバッグ装置を得ることを目的とする。
This invention was made in order to solve the above-mentioned problems, and when the debugging of a program is completed and the debugging information is no longer needed, the trace output instruction inserted at the checkpoint of the program to be debugged is not deleted. To provide a program debugging device which can not output debugging information and can obtain debugging information without injecting all trace output instructions into a program to be debugged when trace information is needed.

〔問題点を解決するための手段〕[Means for solving problems]

この発明に係るプログラムデバッグ装置は、プログラム
のデバッグ情報の要・否を設定する手段としてデバッグ
制御情報設定部と、この設定された制御情報に基きデバ
ッグ情報を記憶集積するか、しないかを判定する手段と
して記憶判定部?設けることによってデバッグ情報の制
御ができるようにしたものである。
The program debugging device according to the present invention includes a debug control information setting section as a means for setting whether debug information is necessary for a program, and determines whether or not to store and accumulate debug information based on the set control information. Memory judgment department as a means? By providing this, debug information can be controlled.

〔作用〕[Effect]

この発明におけるデバッグ情報の出力要・否をデバッグ
情報設定部で設定し、この設定情報と、トレース出力命
令によって出力されたデバッグ情報を記憶部に集積する
か否かをトレース出力命令信号、またはチェックポイン
トNoにより判定し、不要となったデバッグ情報を記憶
集積しないようにする。
In this invention, whether or not to output debug information is set in the debug information setting section, and whether or not this setting information and the debug information output by the trace output instruction are to be accumulated in the storage section is determined by the trace output command signal or check. Determination is made based on the point number, and debugging information that is no longer needed is not stored and accumulated.

〔実施例〕〔Example〕

以下、この発明の一実施例を図について説明する。第1
図において、(1)〜(5)は第3図に同一符号が付さ
れている従来のそれらと同等のものであり、filはデ
バッグ情報の要・否を設定するデバッグ制御情報入力部
、(7)はデバッグ制御情報入力部(6)により設定し
たデバッグ情報要・−否を、出力制御部(4)から得ら
れるトレース出力信号、またはチェックポイントNOな
どのデバッグ情報と判定し記憶部(2)に集積するか否
かを判定するデバッグ情報記憶判定部である。
An embodiment of the present invention will be described below with reference to the drawings. 1st
In the figure, (1) to (5) are equivalent to the conventional ones with the same reference numerals in FIG. 7) determines whether the debug information set by the debug control information input unit (6) is necessary or not, as a trace output signal obtained from the output control unit (4) or debug information such as checkpoint NO, and stores it in the storage unit (2). ) is a debug information storage determination unit that determines whether or not the debug information is to be accumulated in the debug information storage.

次に動作について説明する。第1図の装置を用いてプロ
グラムデバッグを行う手順は、まずデバッグ対象プログ
ラムのトレース情報を得たいチェックポイントにトレー
ス出力命令を押入する。次にトレース情報がデバッグに
必要な情報であるか否かの判定を行うための制御情報を
デバッグ制御情報設定部(6)により設定する。次に初
期化命令を実行することにより、初期化制御部(5)は
プロセッサからの初期化信号を得て記憶部(2)ヲ初期
化する。
Next, the operation will be explained. The procedure for debugging a program using the apparatus shown in FIG. 1 is to first insert a trace output command into a checkpoint from which trace information of the program to be debugged is desired. Next, the debug control information setting unit (6) sets control information for determining whether the trace information is information necessary for debugging. Next, by executing the initialization instruction, the initialization control section (5) obtains an initialization signal from the processor and initializes the storage section (2).

次にデバッグ対象プログラムを実行することによりプロ
グラムのチェックポイントを通過する毎に組込まれてい
るトレース出力命令信号を得て出力制御部(4)全経由
してトレース情報を得る。次にこのトレース情報がデバ
ッグ情報として必要であるか否かの判定を記憶判定部(
7)で行い、デバッグ情報として必要と判定された場合
、記憶部(2)にデバッグ情報を集積する。不要と判定
された場合、本デバッグ情報は記憶部(2)に集積しな
い。
Next, by executing the program to be debugged, a built-in trace output command signal is obtained every time the program passes a checkpoint, and trace information is obtained via the entire output control section (4). Next, the storage judgment unit (
7), and if it is determined that the debug information is necessary, the debug information is accumulated in the storage unit (2). If it is determined that this debug information is unnecessary, this debug information is not accumulated in the storage unit (2).

プログラム実行終了後、入力制御部(3)は記憶部(2
)に集積されたデバッグ情報を入力命令により読み出し
てプロセッサに転送することによりデバッグ情報を得る
ことができる。
After the program execution is completed, the input control unit (3)
) The debug information can be obtained by reading out the debug information accumulated in the processor using an input command and transferring it to the processor.

第2図に本発明による装置を用いて得られるデバッグ情
報の一例を示す。
FIG. 2 shows an example of debug information obtained using the apparatus according to the present invention.

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

以上のように、この発明によれば、デバッグ情報の出力
要・否を設定するデバッグ情報制御設定部と、デバッグ
情報の記憶集積の要・否を判定する記憶判定部を設けた
ので、不必要となったデバッグ情報をデバッグ対象プロ
グラムのトレース出力命令を削除することが不要となり
、また、トレースが再び必要となったときは、あらたに
トレース出力命令を押入することも不要となり、効率の
よいデバッグが可能となる効果がある。
As described above, according to the present invention, there is provided a debug information control setting section that sets whether or not output of debug information is necessary, and a storage determination section that determines whether or not storage and accumulation of debug information is necessary. It is no longer necessary to delete the trace output instruction of the program to be debugged, and when tracing is needed again, there is no need to insert a new trace output instruction, allowing for efficient debugging. This has the effect of making it possible.

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

第1図はこの発明の一実施例を示すブロック図、第2図
は本発明による装置を用いて得られるデバッグ情報の一
例、f;3図は従来の実施例を示すブロック図である。 図において、(1)は時計部、(2)は記憶部、(3)
は入力制御部、(4)は出力制御部、(5)は初期化制
御部、(6)はデバッグ制御情報設定部、(7)は記憶
判定部。 なお、各図中、同一符号は同一部分を示す。
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is an example of debug information obtained using the apparatus according to the present invention, and FIG. 3 is a block diagram showing a conventional embodiment. In the figure, (1) is the clock section, (2) is the storage section, and (3)
is an input control section, (4) is an output control section, (5) is an initialization control section, (6) is a debug control information setting section, and (7) is a storage determination section. Note that in each figure, the same reference numerals indicate the same parts.

Claims (1)

【特許請求の範囲】[Claims] 時刻を発生する時刻部と、記憶部と、プロセッサ上のプ
ログラムからのトレース出力命令によりトレース内容お
よびトレース出力命令の発生した時刻を上記記憶部に格
納する手段と、上記プロセッサからの入力命令により上
記記憶部の内容を上記プロセッサへ転送する手段と、上
記プロセッサからのトレース内容をデバッグ情報として
の要・否を設定する手段と、上記記憶部に蓄積するか否
かを判定する手段を含んで構成されることを特徴とする
プログラムデバッグ装置。
a time section for generating a time; a storage section; means for storing trace contents and the time at which the trace output instruction occurred in the storage section according to a trace output instruction from a program on the processor; The device includes: means for transferring the contents of the storage section to the processor; means for setting whether trace contents from the processor are necessary as debug information; and means for determining whether to store the trace contents in the storage section. A program debugging device characterized by:
JP61218590A 1986-09-16 1986-09-16 Program debug device Pending JPS6373342A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61218590A JPS6373342A (en) 1986-09-16 1986-09-16 Program debug device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61218590A JPS6373342A (en) 1986-09-16 1986-09-16 Program debug device

Publications (1)

Publication Number Publication Date
JPS6373342A true JPS6373342A (en) 1988-04-02

Family

ID=16722340

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61218590A Pending JPS6373342A (en) 1986-09-16 1986-09-16 Program debug device

Country Status (1)

Country Link
JP (1) JPS6373342A (en)

Similar Documents

Publication Publication Date Title
JPS6373342A (en) Program debug device
JPH0934754A (en) Instrument and method for measuring performance of program
JPS63254538A (en) Program debugging device
JPH03119436A (en) Microinstruction address tracer
JPS62219140A (en) Debugging control system for data processor
JPH03121551A (en) Program loading system
JPH01121950A (en) Microprocessor with trace function
JPH0362238A (en) Back-up system for decision of file capacity
JPS63740A (en) Instruction control circuit
JPH06295241A (en) Program performance evaluation system
JPS63292248A (en) Data processing system
JPH02127741A (en) Output system for transaction performance information
JPH03235135A (en) Automatic inspection system for program
JPH08263324A (en) Debug facilitation device
Varney et al. The structural foundation for an operating system
JPS63217433A (en) Control system for execution of program
JPS63201740A (en) Data editing system for service processor
JPS63310040A (en) Data sampling system
JPH0287227A (en) Data processor
JPH01248235A (en) Application system constructing device for microcomputer
JPH02275513A (en) Reset circuit
JPH01185729A (en) Overlay structure program execution system
JPS5971556A (en) Data collection system
JPH09120383A (en) Data input and output method and device therefor
JPH08202582A (en) Data transferring device for microprocessor