JPH064346A - Break point managing device for debugger - Google Patents

Break point managing device for debugger

Info

Publication number
JPH064346A
JPH064346A JP4159096A JP15909692A JPH064346A JP H064346 A JPH064346 A JP H064346A JP 4159096 A JP4159096 A JP 4159096A JP 15909692 A JP15909692 A JP 15909692A JP H064346 A JPH064346 A JP H064346A
Authority
JP
Japan
Prior art keywords
breakpoint
break point
program
command
management
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
JP4159096A
Other languages
Japanese (ja)
Inventor
Tsutomu Yokoyama
勉 横山
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP4159096A priority Critical patent/JPH064346A/en
Publication of JPH064346A publication Critical patent/JPH064346A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To simplify debugging processing by efficiently managing break points. CONSTITUTION:A break point managing table 16 stores and manages plural break point data storage parts 12 by classifying them and further, since the read/write of contents in the break point managing table 16 is controlled by a break point management control part 13 with an information obtained by a command analysis part 11, a lot of break points can be managed by being classified according to the definition of electronic computer users. Even in the case of a program to generate a lot of break point commands, the user to use the debugger of the program can easily discriminate the position of the program stopped during the debugging processing of the debug object program and the reason why the program is stopped, and the debugging processing is simplified.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、電子計算機におけるソ
フトウェア開発において、プログラムの実行、停止、変
数参照などによりプログラム中にあるバグ(誤り)を取
り除くプログラムのデバッグ装置におけるブレークポイ
ント管理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a breakpoint management device in a debugging device for a program, which eliminates a bug (error) in the program by executing, stopping, referencing variables, etc. in software development in an electronic computer. is there.

【0002】[0002]

【従来の技術】近年、電子計算機の処理能力の向上によ
り大規模プログラムが開発される傾向にある。さらに、
並列処理技術の向上に伴い、並列処理プログラムの要求
も増加している。これら大規模プログラムや並列処理プ
ログラムの開発には、高性能で使いやすいプログラムの
デバッグ装置が必要となる。このプログラムのデバッグ
装置は、デバッグ対象のプログラムの実行、停止、変数
の参照を行うプログラムで動作する。
2. Description of the Related Art In recent years, large-scale programs have tended to be developed by improving the processing capacity of electronic computers. further,
With the improvement of parallel processing technology, the demand for parallel processing programs is also increasing. Development of these large-scale programs and parallel processing programs requires a high-performance and easy-to-use program debugging device. The program debug device operates with a program for executing, stopping, and referencing variables of a program to be debugged.

【0003】特に、対象プログラムの実行を停止させる
ブレークポイント指令は、上記の大規模プログラムや並
列処理プログラムの開発において、増大し、取り扱いが
困難になる。
In particular, the break point command for stopping the execution of the target program increases in the development of the large-scale program or the parallel processing program, and the handling becomes difficult.

【0004】以下、図面を参照しながら、上記した従来
のプログラムのデバッグ装置におけるブレークポイント
管理装置について説明する。図4は従来のプログラムの
デバッグ装置におけるブレークポイント管理装置の構成
を示すブロック図である。図4において、コマンド解釈
部1はデバッグ装置の使用者が入力するコマンド文字列
の解釈を行う。また、ブレークポイントデータ格納部2
は、プログラム上のどの位置にブレークポイント指令を
埋め込むかなどのブレークポイントの情報、すなわち、
デバッグ対象プログラム上の停止する位置(アドレス)
などの情報を格納する。これらコマンド解釈部1とブレ
ークポイントデータ格納部2の間に介装されるブレーク
ポイント管理制御部3は、コマンド解釈部1で解釈され
た結果に基づき、ブレークポイントデータ格納部2に新
規のブレークポイント構造を作成してその情報を挿入し
たり、また、既存のブレークポイント構造を削除したり
する。また、コマンド解釈部1が接続されるシンボルテ
ーブル格納部4および行番号テーブル格納部5は、プロ
グラム中の該当する位置を抽出するためのものである。
A break point management device in the above-described conventional program debugging device will be described below with reference to the drawings. FIG. 4 is a block diagram showing the configuration of a breakpoint management device in a conventional program debugging device. In FIG. 4, the command interpreter 1 interprets a command character string input by the user of the debug device. Also, the breakpoint data storage unit 2
Is the breakpoint information, such as where in the program to embed the breakpoint directive, that is,
Stop position (address) in the debug target program
Stores information such as. The break point management control unit 3 interposed between the command interpretation unit 1 and the break point data storage unit 2 creates a new break point in the break point data storage unit 2 based on the result interpreted by the command interpretation unit 1. Create a structure and insert its information, or delete an existing breakpoint structure. Further, the symbol table storage unit 4 and the line number table storage unit 5 to which the command interpretation unit 1 is connected are for extracting the corresponding positions in the program.

【0005】以上のように構成されたデバッグ装置にお
けるブレークポイント管理装置について、以下、その動
作を説明する。まず、デバッグ装置の使用者がブレーク
ポイントを新規に設定するコマンドを電子計算機に入力
すると、コマンド解釈部1は、シンボルテーブル格納部
4および行番号テーブル格納部5を参照し、ブレークポ
イントを設定するプログラム上の位置を決定する。そし
て、ブレークポイント管理制御部3は、新規のブレーク
ポイントのためのブレークポイントデータ構造を既存の
ブレークポイントデータの末尾につける形で確保する。
さらに、ブレークポイント管理制御部3はコマンド解釈
部1からの指令を基に新規のブレークポイント格納部2
にブレークポイント位置情報などの情報を記録する。
The operation of the breakpoint management device in the debug device configured as described above will be described below. First, when the user of the debug device inputs a command to newly set a breakpoint in the electronic computer, the command interpreter 1 refers to the symbol table storage 4 and the line number table storage 5 to set a breakpoint. Determine the position on the program. Then, the break point management control unit 3 secures a break point data structure for a new break point by adding it to the end of the existing break point data.
Further, the breakpoint management control unit 3 uses the new breakpoint storage unit 2 based on the command from the command interpretation unit 1.
Record information such as breakpoint position information in.

【0006】また、デバッグ装置の使用者が既存のブレ
ークポイントを削除するコマンドを電子計算機に入力す
る場合、コマンド解釈部1は、入力コマンドの解釈を行
い、デバッグ装置の処理主体をブレークポイント管理制
御部3に渡す。このブレークポイント管理制御部3はブ
レークポイントデータ格納部2を捜索し、該当のデータ
があれば、そのデータを削除することによって無効なも
のにする。
Further, when the user of the debug device inputs a command for deleting an existing breakpoint into the computer, the command interpreter 1 interprets the input command and controls the processing entity of the debug device as a breakpoint management control. Hand over to Part 3. The break point management control unit 3 searches the break point data storage unit 2, and if there is the corresponding data, it is made invalid by deleting the data.

【0007】このように、プログラムのデバッグ装置
は、デバッグされるプログラムの実行開始の直前に、上
記のように管理されるすべてのブレークポイント指令
は、プログラムのデバッグ装置により、デバッグ対象の
プログラムに挿入される。プログラムの実行はブレーク
ポイント指令を挿入した位置で停止する。
As described above, the program debugging device inserts all the breakpoint commands managed as described above into the program to be debugged by the program debugging device immediately before the execution of the program to be debugged is started. To be done. Program execution stops at the position where the breakpoint command is inserted.

【0008】[0008]

【発明が解決しようとする課題】しかしながら上記従来
の構成では、大規模プログラムや並列処理プログラムの
デバッグ処理の場合、デバッグ装置の使用者が管理でき
る能力を越えた大量のブレークポイント指令を取り扱わ
なければならないという問題を有していた。
However, in the above-mentioned conventional configuration, in the case of debugging a large-scale program or a parallel processing program, a large number of breakpoint commands beyond the ability of the user of the debug device to manage must be handled. It had the problem of not becoming.

【0009】本発明は上記従来の問題を解決するもの
で、大量のブレークポイント指令の管理を分類により効
率的に行ってデバッグ処理を簡便にすることができるプ
ログラムのデバッグ装置におけるブレークポイント管理
装置を提供することを目的とするものである。
The present invention solves the above-mentioned conventional problems, and provides a breakpoint management device in a program debugging device capable of efficiently managing a large number of breakpoint commands by classification and simplifying debug processing. It is intended to be provided.

【0010】[0010]

【課題を解決するための手段】上記課題を解決するため
に本発明のデバッグ装置におけるブレークポイント管理
装置は、使用者のブレークポイント設定または削除コマ
ンド入力に対してコマンドの解釈を行うコマンド解釈部
と、ブレークポイント指令設定のための情報を格納する
複数のブレークポイントデータ格納部と、前記複数のブ
レークポイントデータ格納部を分類によって区別して格
納管理するブレークポイント表管理部と、前記コマンド
解釈部で得る情報により前記ブレークポイント表管理部
の内容を読み出し書き込み可能なブレークポイント管理
制御部とを備えたものである。
In order to solve the above-mentioned problems, a breakpoint management device in a debugging device of the present invention includes a command interpreting unit that interprets a command in response to a user's breakpoint setting or deletion command input. , A plurality of breakpoint data storage units that store information for setting breakpoint commands, a breakpoint table management unit that stores and manages the plurality of breakpoint data storage units by classification, and the command interpretation unit. A break point management control unit capable of reading and writing the contents of the break point table management unit by information is provided.

【0011】また、本発明のデバッグ装置におけるブレ
ークポイント管理装置のブレークポイント表管理部は、
分類情報、ブレークポイント数、およびブレークポイン
ト識別番号を格納することで複数のブレークポイントデ
ータ格納部を管理する構成としたものである。
The breakpoint table management section of the breakpoint management device in the debug device of the present invention is
By storing classification information, the number of breakpoints, and a breakpoint identification number, a plurality of breakpoint data storage units are managed.

【0012】さらに、本発明のデバッグ装置におけるブ
レークポイント管理装置のブレークポイント表管理部
は、プログラムのデバッグ処理で、分類したブレークポ
イント指令を選択して利用可能に構成したものである。
Further, the break point table management unit of the break point management device in the debug device of the present invention is configured such that the classified break point commands can be selected and used in the debugging process of the program.

【0013】[0013]

【作用】上記構成により、ブレークポイント表管理部で
ブレークポイントデータ格納部を分類によって区別して
格納管理し、さらに、コマンド解釈部で得る情報により
ブレークポイント管理制御部でブレークポイント表管理
部の内容を読み出し書き込み制御するので、大量のブレ
ークポイントを電子計算機の使用者が定義する分類によ
り区別して管理することで、プログラムのデバッグ装置
を使用する使用者は、大量のブレークポイント指令が発
生するプログラムでも、デバッグ対象プログラムのデバ
ッグ処理中に停止したプログラム中の位置、および停止
理由が容易に判別でき、デバッグ処理が簡便になる。
With the above configuration, the break point table management unit stores and manages the break point data storage units by classifying them, and the break point management control unit determines the contents of the break point table management unit based on the information obtained by the command interpretation unit. Since read / write control is performed, a large number of breakpoints are managed by distinguishing them according to the classification defined by the computer user, so that the user using the program debug device can The position in the program stopped during the debug process of the debug target program and the reason for the stop can be easily determined, and the debug process is simplified.

【0014】[0014]

【実施例】以下、本発明の実施例について図面を参照し
ながら説明する。図1は本発明の第1の実施例を示すプ
ログラムのデバッグ装置におけるブレークポイント管理
装置のブロック図である。図1において、コマンド解釈
部11はデバッグ装置の使用者が電子計算機に入力するコ
マンドの解釈を行う。また、ブレークポイントデータ格
納部12は、ブレークポイント指令をデバッグ対象のプロ
グラムに挿入するための位置情報などの情報を格納す
る。さらに、コマンド解釈部11に接続されるブレークポ
イント管理制御部13はコマンド解釈部11で得られた指令
によりブレークポイントデータ構造を作成したり、削除
したりする。デバッグ対象プログラムの位置情報は、シ
ンボルテーブル格納部14および行番号テーブル格納部15
に格納されて管理されている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram of a breakpoint management device in a program debugging device showing a first embodiment of the present invention. In FIG. 1, a command interpreting unit 11 interprets a command input to a computer by a user of the debug device. The breakpoint data storage unit 12 also stores information such as position information for inserting a breakpoint command into a program to be debugged. Further, the breakpoint management controller 13 connected to the command interpreter 11 creates or deletes the breakpoint data structure according to the command obtained by the command interpreter 11. The position information of the program to be debugged is stored in the symbol table storage unit 14 and the line number table storage unit 15.
It is stored and managed in.

【0015】また、ブレークポイント表管理部としての
ブレークポイント管理テーブル16はブレークポイント管
理制御部13とブレークポイントデータ格納部12の間に介
装され、計算機の使用者が定義した分類を基に複数のブ
レークポイントデータ格納部12の個々を管理する。ま
た、ブレークポイント管理テーブル16は、複数のブレー
クポイントデータ格納部12のブレークポイントデータ
を、分類情報、ブレークポイント数、およびブレークポ
イント識別番号を格納することで管理する構成である。
さらに、ブレークポイント管理テーブル16は、プログラ
ムのデバッグ処理で、分類したブレークポイント指令を
使用者が選択して利用可能な構成とする。
Further, the breakpoint management table 16 as a breakpoint table management unit is interposed between the breakpoint management control unit 13 and the breakpoint data storage unit 12, and a plurality of breakpoint management tables 16 are provided based on the classification defined by the computer user. Manages each of the breakpoint data storage units 12 of. The breakpoint management table 16 is configured to manage the breakpoint data in the plurality of breakpoint data storage units 12 by storing the classification information, the number of breakpoints, and the breakpoint identification number.
Further, the breakpoint management table 16 has a configuration in which the user can select and use the classified breakpoint commands in the program debugging process.

【0016】以上のように構成されたプログラムのデバ
ッグ装置におけるブレークポイント管理装置について、
以下、その動作を説明する。図2は上記ブレークポイン
ト管理テーブル16へのエントリの挿入を示すものであっ
て、ブレークポイントの挿入の際の動作例を示す。デバ
ッグ装置の使用者が、デバッグ装置で、ブレークポイン
トの分類Aと、挿入するプログラムソースの行番号Bを
入力した際の説明を行う。まず、コマンド解釈部11は、
使用者が電子計算機に入力するコマンドにより、シンボ
ルテーブル格納部14および行番号テーブル格納部15に格
納されている情報に基づき、プログラムの位置およびブ
レークポイントの分類を決定する。そして、ブレークポ
イント管理制御部13はブレークポイント管理テーブル16
を捜索し、同じブレークポイント分類Cがすでにあるか
否かを調べる。もしあれば、その個数Dを1増やし、新
規のブレークポイント識別番号Eを構成ブレークポイン
トFに挿入する。また、ブレークポイント管理テーブル
16の捜索で、該当するエントリが見つからなければ、新
規にテーブルのエントリを生成し、ブレークポイントの
分類C、個数(新規の場合は1)D、および構成ブレー
クポイントFに新規のブレークポイント識別番号Eを記
録する。
Regarding the breakpoint management device in the program debugging device configured as described above,
The operation will be described below. FIG. 2 shows insertion of an entry into the breakpoint management table 16 and shows an operation example when inserting a breakpoint. A description will be given when the user of the debug device inputs the break point classification A and the line number B of the program source to be inserted into the debug device. First, the command interpreter 11
The position of the program and the classification of the breakpoints are determined based on the information stored in the symbol table storage unit 14 and the line number table storage unit 15 by the command input by the user to the electronic computer. Then, the breakpoint management control unit 13 uses the breakpoint management table 16
To see if the same breakpoint classification C already exists. If there is, the number D is incremented by 1 and a new breakpoint identification number E is inserted in the configuration breakpoint F. Also, the breakpoint management table
If no corresponding entry is found in 16 searches, a new table entry is created, and a new breakpoint identification number is added to the breakpoint classification C, the number (1 if new) D, and the configuration breakpoint F. Record E.

【0017】また、ブレークポイントを削除する場合、
使用者は削除するブレーク番号識別番号Eを電子計算機
に入力する。本実施例ではコマンド解釈部11がコマンド
の解釈を行い、ブレークポイント管理制御部13がブレー
クポイント管理テーブル16を捜索する。そして、該当す
るエントリのブレークポイントの個数D、構成ブレーク
ポイントFを変更する。このブレークポイント管理テー
ブル16のブレークポイント分類C、個数D、構成ブレー
クポイントFの変更は、プログラムのデバッグ装置の使
用者コマンドを用意することで実現できる。
When deleting a breakpoint,
The user inputs the break number identification number E to be deleted into the electronic computer. In this embodiment, the command interpretation unit 11 interprets the command, and the breakpoint management control unit 13 searches the breakpoint management table 16. Then, the number D of breakpoints and the configuration breakpoint F of the corresponding entry are changed. The break point classification C, the number D, and the configuration break point F of the break point management table 16 can be changed by preparing a user command of the program debug device.

【0018】以上のように本実施例によれば、複数のブ
レークポイントデータ格納部12、ブレークポイント管理
制御部13、およびブレークポイント管理テーブル16を設
けることにより、プログラムのデバッグ装置における大
量のブレークポイントの管理が容易にできる。
As described above, according to the present embodiment, by providing a plurality of breakpoint data storage units 12, breakpoint management control unit 13, and breakpoint management table 16, a large number of breakpoints in a program debugging device can be obtained. Can be easily managed.

【0019】図3は本発明の第2の実施例を示すプログ
ラムのデバッグ装置におけるブレークポイント管理装置
のブロック図である。図1の第1の実施例と同様の作用
効果を奏するものには同一の符号を付してその説明を省
略する。
FIG. 3 is a block diagram of a breakpoint management device in a program debugging device showing a second embodiment of the present invention. Components having the same effects as those of the first embodiment shown in FIG. 1 are designated by the same reference numerals and the description thereof will be omitted.

【0020】その効果について従来例との比較を(表
1)に示す。 図3において、図1と異なるのは、ブレークポイント表
管理部としてのブレークポイント分類リスト21をブレー
クポイント管理テーブル16の代わりに設け、ブレークポ
イント分類リスト21を管理制御するブレークポイント管
理制御部22を設け、ブレークポイントデータ格納部23
は、使用者が指定する各分類のブレークポイント数だけ
つながれて管理される点である。
A comparison of the effect with the conventional example is shown in (Table 1). 3 is different from FIG. 1 in that a breakpoint classification list 21 as a breakpoint table management unit is provided instead of the breakpoint management table 16, and a breakpoint management control unit 22 that manages and controls the breakpoint classification list 21 is provided. Provided, breakpoint data storage 23
Is a point that is connected and managed by the number of breakpoints of each classification specified by the user.

【0021】以上のように構成されたプログラムのデバ
ッグ装置におけるブレークポイント管理装置について、
以下、その動作を説明する。まず、ブレークポイントを
設定する場合、コマンド解釈部11はコマンドより、シン
ボルテーブル格納部14、行番号テーブル格納部15に格納
されている情報に基づき、プログラムの位置およびブレ
ークポイントの分類を決定する。ブレークポイント管理
制御部22はブレークポイント分類リスト21を捜索し、同
じ分類がすでにあるか否かを調べる。もしあれば、分類
に対応するブレークポイントデータ構造のつながりの最
後に新規のブレークポイントデータ構造を確保して情報
を記録する。また、ブレークポイント分類リスト21の捜
索で該当するものが見つからなければ、新規にブレーク
ポイント分類リスト21にエントリを作成し、情報を格納
したブレークポイントデータ構造とつながりを持たせ
る。
Regarding the breakpoint management device in the program debugging device configured as described above,
The operation will be described below. First, when setting a breakpoint, the command interpretation unit 11 determines the position of the program and the classification of the breakpoint based on the information stored in the symbol table storage unit 14 and the line number table storage unit 15 by the command. The breakpoint management control unit 22 searches the breakpoint classification list 21 to see if the same classification already exists. If so, a new breakpoint data structure is secured and recorded at the end of the breakpoint data structure connection corresponding to the classification. Further, if the corresponding one is not found in the search of the break point classification list 21, an entry is newly created in the break point classification list 21 to have a connection with the break point data structure storing the information.

【0022】また、ブレークポイントを削除する場合、
使用者は削除するブレーク番号識別番号を電子計算機に
入力する。本実施例ではコマンド解釈部11がコマンドの
解釈を行い、ブレークポイント管理制御部22がブレーク
ポイント分類リスト21に問い合わせることなく、該当す
るブレークポイント構造をすべて削除する。
When deleting a breakpoint,
The user inputs the break number identification number to be deleted into the computer. In this embodiment, the command interpretation unit 11 interprets the command, and the breakpoint management control unit 22 deletes all the relevant breakpoint structures without inquiring the breakpoint classification list 21.

【0023】以上のように、図1のブレークポイント管
理テーブル16の代わりに、図3のブレークポイント分類
リスト21およびブレークポイントデータ格納部22を設け
ることにより、分類捜索の高速化、管理処理の簡略化が
実現できる。
As described above, by providing the break point classification list 21 and the break point data storage unit 22 shown in FIG. 3 instead of the break point management table 16 shown in FIG. 1, the classification search is speeded up and the management process is simplified. Can be realized.

【0024】[0024]

【発明の効果】以上のように本発明によれば、プログラ
ムのデバッグ装置の内部にブレークポイントデータ構造
を分類して管理し、それらを選択して使用できる機構を
設けたことにより、プログラムのデバッグ装置を使用す
る使用者は、大量のブレークポイント指令が発生するプ
ログラムでも、分類してデバッグ対象プログラムの停
止、実行、変数参照などを行うデバッグ処理を簡便にす
ることができるものである。
As described above, according to the present invention, a program debugging device is provided with a mechanism for classifying and managing break point data structures and selectively using them. A user who uses the apparatus can classify a program in which a large number of breakpoint commands are generated and classify the program to be debugged to stop, execute, and refer to variables to simplify the debugging process.

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

【図1】本発明の第1の実施例を示すプログラムのデバ
ッグ装置におけるブレークポイント管理装置のブロック
図である。
FIG. 1 is a block diagram of a breakpoint management device in a program debugging device according to a first embodiment of the present invention.

【図2】図1のブレークポイント管理装置における動作
説明のためのブレークポイント管理テーブルの概念図で
ある。
FIG. 2 is a conceptual diagram of a breakpoint management table for explaining the operation of the breakpoint management device of FIG.

【図3】本発明の第2の実施例を示すプログラムのデバ
ッグ装置におけるブレークポイント管理装置のブロック
図である。
FIG. 3 is a block diagram of a breakpoint management device in a program debugging device showing a second embodiment of the present invention.

【図4】従来のプログラムのデバッグ装置におけるブレ
ークポイント管理装置のブロック図である。
FIG. 4 is a block diagram of a breakpoint management device in a conventional program debugging device.

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

11 コマンド解釈部 12,23 ブレークポイントデータ格納部 13,22 ブレークポイント管理制御部 16 ブレークポイント管理テーブル 21 ブレークポイント分類リスト 11 Command interpreter 12,23 Breakpoint data storage 13,22 Breakpoint management controller 16 Breakpoint management table 21 Breakpoint classification list

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】使用者のブレークポイント設定または削除
コマンド入力に対してコマンドの解釈を行うコマンド解
釈部と、ブレークポイント指令設定のための情報を格納
する複数のブレークポイントデータ格納部と、前記複数
のブレークポイントデータ格納部を分類によって区別し
て格納管理するブレークポイント表管理部と、前記コマ
ンド解釈部で得る情報により前記ブレークポイント表管
理部の内容を読み出し書き込み可能なブレークポイント
管理制御部とを備えたデバッグ装置におけるブレークポ
イント管理装置。
1. A command interpreting unit for interpreting a command in response to a user's breakpoint setting or deletion command input, a plurality of breakpoint data storage units for storing information for setting a breakpoint command, and a plurality of the plurality of breakpoint data storing units. And a break point table control unit that stores and manages the break point data storage units by classifying them, and a break point management control unit that can read and write the contents of the break point table management unit based on the information obtained by the command interpreting unit. Management device in debug device.
【請求項2】ブレークポイント表管理部は、分類情報、
ブレークポイント数、およびブレークポイント識別番号
を格納することで複数のブレークポイントデータ格納部
を管理する構成とした請求項1記載のデバッグ装置にお
けるブレークポイント管理装置。
2. The break point table management unit is provided with classification information,
The break point management device in a debug device according to claim 1, wherein a plurality of break point data storage units are managed by storing the number of break points and the break point identification number.
【請求項3】ブレークポイント表管理部は、プログラム
のデバッグ処理で、分類したブレークポイント指令を選
択して利用可能に構成した請求項1記載のデバッグ装置
におけるブレークポイント管理装置。
3. A breakpoint management device in a debugging device according to claim 1, wherein the breakpoint table management unit is configured to select and use the classified breakpoint commands in a program debugging process.
JP4159096A 1992-06-18 1992-06-18 Break point managing device for debugger Pending JPH064346A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4159096A JPH064346A (en) 1992-06-18 1992-06-18 Break point managing device for debugger

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4159096A JPH064346A (en) 1992-06-18 1992-06-18 Break point managing device for debugger

Publications (1)

Publication Number Publication Date
JPH064346A true JPH064346A (en) 1994-01-14

Family

ID=15686153

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4159096A Pending JPH064346A (en) 1992-06-18 1992-06-18 Break point managing device for debugger

Country Status (1)

Country Link
JP (1) JPH064346A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6614543B1 (en) 1996-08-27 2003-09-02 Riso Kagaku Corporation Image forming machine-computer interface system
US8434057B2 (en) 2010-08-17 2013-04-30 Oracle International Corporation Optimized implementation of breakpoint in java debugger agent
US8572579B2 (en) 2010-08-19 2013-10-29 Oracle International Corporation Break on next called function or method in java debugger agent

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6614543B1 (en) 1996-08-27 2003-09-02 Riso Kagaku Corporation Image forming machine-computer interface system
US8434057B2 (en) 2010-08-17 2013-04-30 Oracle International Corporation Optimized implementation of breakpoint in java debugger agent
US8572579B2 (en) 2010-08-19 2013-10-29 Oracle International Corporation Break on next called function or method in java debugger agent
US10229032B2 (en) 2010-08-19 2019-03-12 Oracle International Corporation Break on next called function or method in java debugger agent

Similar Documents

Publication Publication Date Title
US8121986B2 (en) Method and apparatus to capture and transmit dense diagnostic data of a file system
US7330947B2 (en) Method and apparatus for backing up data in virtual storage medium
US7251808B2 (en) Graphical debugger with loadmap display manager and custom record display manager displaying user selected customized records from bound program objects
CN107450964B (en) Method for discovering whether vulnerability exists in virtual machine introspection system
JPH0833799B2 (en) Data input / output control method
JP2003519834A (en) Method and apparatus for improving locality of reference by memory management
CN111736945A (en) Virtual machine thermal migration method, device, equipment and medium based on intelligent network card
US5379407A (en) Error handling in a state-free system
JPH064346A (en) Break point managing device for debugger
US7039659B2 (en) Method and apparatus for making differential independent data copies in a data processing system
US20060221364A1 (en) Information processor, control method therefor, computer program and storage medium
US7974953B1 (en) System and method for deletion of writeable PPIS
EP0497283A2 (en) A document processor
JP3741371B2 (en) Event control apparatus and event control method
JP2002207618A (en) Off-line database editing system
KR100426308B1 (en) Trace replay system and method for deriving certificated application program
US5850510A (en) Interpreter language processing device
JP2619487B2 (en) File operation method
JPH0581096A (en) Page deletion system for electronic filing device
JPH07253894A (en) Shared storage device
Ritchie et al. The Unix Time-Sharing System (1974)
JPH10143406A (en) File managing device
JP2720770B2 (en) Automatic post-processing method
Wixon et al. How Operating Systems are Used: A Comparison of VMS and UNIX
JPH05181702A (en) Soft debugger

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090524

Year of fee payment: 7

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 8

Free format text: PAYMENT UNTIL: 20100524

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20110524

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110524

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20120524

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120524

Year of fee payment: 10

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130524

Year of fee payment: 11

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 11

Free format text: PAYMENT UNTIL: 20130524