JPS63276139A - Process debugging method for multi-process system - Google Patents

Process debugging method for multi-process system

Info

Publication number
JPS63276139A
JPS63276139A JP62111032A JP11103287A JPS63276139A JP S63276139 A JPS63276139 A JP S63276139A JP 62111032 A JP62111032 A JP 62111032A JP 11103287 A JP11103287 A JP 11103287A JP S63276139 A JPS63276139 A JP S63276139A
Authority
JP
Japan
Prior art keywords
debugger
debugged
identifier
debug
control 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
JP62111032A
Other languages
Japanese (ja)
Inventor
Koji Sugishita
杉下 幸司
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 JP62111032A priority Critical patent/JPS63276139A/en
Publication of JPS63276139A publication Critical patent/JPS63276139A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To perform the simultaneous debug even when a 1st process produces a process generating instruction and produces a 2nd process, by including a debug flag and a debugger identifier into the process control information. CONSTITUTION:When a process generating instruction of a debug mode is produced, a process to be debugged is produced and a device flag showing an under-debug state is set into the process information. Then a process identifier of a debugger process is set at a debugger identifier. This debugger process replaces an instruction part of the process to be debugged with a temporary stop instruction and stops the execution of said process. When the temporary stop instruction is carried out, the temporary stop is informed to the debugger process with a debugger identifier defined as an address. Then the debugger process indicates both start and end points of execution and gives an executing command to the process to be debugged.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、複数のプロセスが存在するシステムでプロセ
スのデバッグを行うデバッグ方法に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a debugging method for debugging processes in a system in which a plurality of processes exist.

従来の技術 システム内に複数のプロセスが存在し、プロセスのデバ
ッグを行う場合に、デバッグ対象プロセスをデバッグす
るデバッガ−プロセスが存在する機構を有するデバッグ
方法がある。デバッガ−プロセスがデバッグ対象プロセ
スをプロセスの生成命令で生成し、デバッガ−プロセス
の管理の下にデバッグ対象プロセスの実行を制御し、デ
バッグを行っている。デバッガ−プロセスによってデバ
ッグ対象プロセスの実行が停止した場合、プロセスを制
御する情報を保持するプロセス制御情報中に、当該プロ
セスを生成したプロセスを識別する為のプロセス識別子
が含まれるので、デバッグ対象プロセスを生成したプロ
セスすなわちデバッガ−プロセスのプロセス識別子がわ
かり、デバッガ−プロセスを宛先としてプロセス間通信
手段を介してデバッガ−プロセスにデバッグ対象プロセ
スが停止した旨を通知する。
BACKGROUND OF THE INVENTION When a plurality of processes exist in a conventional technical system and the processes are to be debugged, there is a debugging method that has a mechanism in which a debugger process exists for debugging the process to be debugged. A debugger process generates a debug target process using a process generation instruction, and debugs the debug target process by controlling execution of the debug target process under the management of the debugger process. When the execution of the debug target process is stopped by the debugger process, the process control information that holds the information that controls the process includes a process identifier to identify the process that created the process, so the debug target process can be stopped. The process identifier of the generated process, that is, the debugger process is known, and the debugger process is notified that the process to be debugged has stopped via the interprocess communication means, with the debugger process as the destination.

発明が解決しようとする問題点 しかしながら上記の方法では、デバッグ対象である第1
のプロセスがプロセスの生成命令を発して第2のプロセ
スを生成した場合、第2のプロセスのプロセス制御情報
中には、第2のプロセスを生成した第1のプロセスを識
別するためのプロセス識別子はあるが、第1のプロセス
をデバッグしているデバッガ−プロセスのプロセス識別
子は含まれていないため、第2のプロセスの実行が前記
デバッガ−プロセスによって停止された場合、第2のプ
ロセスからデバッガ−プロセスにプロセス間通信手段を
介して第2のプロセスが停止した旨を通知する術がない
。デバッグ対象である第1のプロセスがプロセスの生成
命令を発した際に、生成される第2のプロセスのプロセ
ス制御情報中の、第2のプロセスを生成したプロセスの
プロセス識別子をデバッガ−プロセスのプロセス識別子
にシステム側で設定する方法も考えられるが、この方法
では第2のプロセスと第1のプロセスとの生成・被生成
の関係を全く壊してしまう。また、前述した2つの方法
では、生成された第2のプロセスにとって、第2のプロ
セスを生成した第1のプロセスが同時に存在して、第1
のプロセスと第2のプロセスが何らかのやりとりを行っ
ている場合に、第2のプロセスをデバッグするのは不可
能であった。また、システム中にプロセスの生成・被生
成の関係を全て記憶しておく方法も考えられるが、効率
の低下が著しい。
Problems to be Solved by the Invention However, in the above method, the first
When a process generates a second process by issuing a process generation command, the process control information of the second process includes a process identifier for identifying the first process that generated the second process. However, it does not contain the process identifier of the debugger process that is debugging the first process, so if the execution of a second process is stopped by said debugger process, the debugger process from the second process There is no way to notify the second process via the inter-process communication means that the second process has stopped. When the first process to be debugged issues a process generation command, the process identifier of the process that generated the second process in the process control information of the second process that is generated is detected by the debugger. A method of setting the identifier on the system side is also conceivable, but this method completely destroys the relationship between the creator and the product of the second process and the first process. In addition, in the two methods described above, for the generated second process, the first process that generated the second process exists at the same time, and the first process
It has been impossible to debug the second process if the second process is having some kind of interaction with the second process. Another possible method is to store all the relationships between process creation and creation in the system, but this method results in a significant drop in efficiency.

本発明はかかる点に鑑み、システム内の各プロセスを制
御する情報を保持するプロセス制御情報にプロセスが被
デバッグ中である場合、被デバッグ中状態を示すデバッ
グフラグとプロセスのデバッグを行っているデバッガ−
プロセスの識別ヲ行う為のデバッガ−識別子を含ませる
ことにより、デバッグ対象である第1のプロセスがプロ
セスの生成命令を発して第2のプロセスを生成した場合
も第1のプロセスと第2のプロセスを同時にデバッグす
る方法を提供することを目的とする。
In view of the above, the present invention includes process control information that holds information for controlling each process in the system, and when a process is being debugged, a debug flag indicating the debugging state and a debugger that is debugging the process are included. −
By including a debugger identifier for process identification, even if the first process to be debugged issues a process creation command and creates a second process, the first process and the second process can be identified. The purpose is to provide a way to debug at the same time.

問題点を解決するための手段 システム内の各プロセスを制御する情報を保持するプロ
セス制御情報にプロセスが被デバッグ中である場合、被
デバッグ中状態を示すデバッグフラグとプロセスのデバ
ッグを行っているデバッガ−プロセスの識別を行う為の
デバッガ−識別子を含むことと、デバッグ対象である第
1のプロセスがプロセスの生成命令を発して第2のプロ
セスを生成した場合に第1のプロセスのプロセス制御情
報中のデバッガ−識別子と同じ値を第2のプロセスのプ
ロセス制御情報中のデバッガ−識別子に設定するプロセ
ス生成手段を設けることによシ、第1のプロセスと第2
のプロセスを同時にデバッグすることを可能にする。
Means to solve the problem If the process is being debugged, the debug flag indicating the debugging status and the debugger that is debugging the process are included in the process control information that holds information that controls each process in the system. - A debugger for process identification - Contains an identifier, and when the first process to be debugged issues a process creation command and creates a second process, the process control information of the first process is included. By providing a process generation means that sets the debugger identifier in the process control information of the second process to the same value as the debugger identifier of the first process and the second process,
processes at the same time.

作用 本発明は前記した構成により、デバッグ対象である第1
のプロセスがプロセスの生成命令を発して第2のプロセ
スを生成した場合も、第1のプロセスと第2のプロセス
を同時にデバッグすることが可能である。
Effect The present invention has the above-mentioned configuration, so that the first object to be debugged is
Even if the second process issues a process generation command and generates the second process, it is possible to debug the first process and the second process at the same time.

実施例 本実施例におけるデバッガ−プロセスとデバッグ対象プ
ロセスの動作について説明する。
Embodiment The operations of the debugger process and the process to be debugged in this embodiment will be explained.

システムはプロセス間通信手段を有する。各プロセスは
前記プロセス間通信手段を介して通信を行う。各プロセ
スは各プロセスを制御する情報を保持するプロセス制御
情報を持ち、プロセス制御情報には、プロセスの識別を
行うためのプロセス識別子、当該プロセスを生成したプ
ロセスのプロセス識別子、プロセスが被デバッグ中か否
かを示すデバッグフラグ、デバッグを行っているデバッ
ガ−プロセスの識別を行うためのデバッガ−識別子、プ
ロセスレジスタ群保存域、プロセス使用メモリー領域指
示子が含まれる。プロセスが実行中状態から実行待ち状
態に切り換わったとき、実行中に使用していたレジスタ
群の値をプロセス制御情報中のプロセスレジスタ群保存
域に保持し、再び実行中状態になったときプロセス制御
情報中のプロセスレジスタ群保存域よりレジスタ群に格
納することにより、実行を継続できる。又、プロセス使
用メモリー領域指示子が、各プロセス固有の命令部、変
数格納域、データ格納域を指すことにより、各プロセス
間のメモリーの保護が行える。
The system has interprocess communication means. Each process communicates via the interprocess communication means. Each process has process control information that holds information that controls each process, and the process control information includes a process identifier for process identification, a process identifier for the process that created the process, and whether the process is being debugged. It includes a debug flag indicating whether or not the debugging process is executed, a debugger identifier for identifying the debugger process that is being debugged, a process register group storage area, and a memory area indicator used by the process. When a process switches from the running state to the waiting state, the values of the registers used during execution are retained in the process register group save area in the process control information, and when the process returns to the running state, the Execution can be continued by storing the control information in the register group from the process register group storage area. Furthermore, by allowing the process-used memory area indicator to point to the instruction section, variable storage area, and data storage area unique to each process, it is possible to protect the memory between each process.

デバッガ−プロセスによるデバッグ対象プロセスのデバ
ッグの流れについて説明する。
The flow of debugging a process to be debugged by a debugger process will be explained.

(1)  デバッガ−プロセスを生成する。(1) Generate a debugger process.

(2)デバッグ対象プロセスをデバッグモードのプロセ
ス生成命令により生成する。デバッグモードのプロセス
生成命令が発せられると、デバッグ対象プロセスはプロ
セスとして通常に生成され、更に前記デバッグ対象プロ
セスのプロセス制御情報中の被デバッグ中状態を示すデ
バッグフラグがセットされ、デバッガ−識別子に前記デ
バッガ−プロセスのプロセス識別子を設定され、前記デ
バッグ対象プロセスはデバッガ−プロセスの指令待ちの
状態になる。デバッグ対象プロセスをデバッグモードで
生成する方法については後述する。
(2) Generate a process to be debugged using a process generation instruction in debug mode. When a debug mode process generation command is issued, the debug target process is normally generated as a process, and furthermore, a debug flag indicating the state being debugged in the process control information of the debug target process is set, and the debugger identifier is set to the debug target process. The process identifier of the debugger process is set, and the debug target process enters a state of waiting for commands from the debugger process. A method for generating a debug target process in debug mode will be described later.

(31デバッグ対象プロセスは生成されるとデバッガ−
プロセスの管理の下で動作する。デバッガ−7”ロセス
ハ、デバッグ対象プロセスのプロセス制御情報中のプロ
セス使用メモリー領域指示子を手掛かりに、デバッグ対
象プロセスの命令部、変数格納域、データ格納域を読み
書きできる。従って、デバッガ−プロセスはデバッグ対
象プロセスの命令部を一時停止命令に置き換えることに
より、任意の地点でデバッグ対象プロセスの実行を停止
させることができる。プロセスの実行の一時停止は、一
時停止命令を実行することによりソフトウェア割り込み
が生じることによって起る。デバッグ対象プロセスが一
時停止命令を実行すると、ソフトウェア割り込みが発生
する。前記ソフトウェア割り込みの処理は第2図のアル
ゴリズムに従って以下の処理を行う。
(31 When the process to be debugged is generated, the debugger
operate under the control of a process; The debugger process can read and write the instruction section, variable storage area, and data storage area of the process to be debugged, using the process usage memory area indicator in the process control information of the process to be debugged. By replacing the instruction part of the target process with a pause instruction, it is possible to stop the execution of the process to be debugged at any point.Pausing the execution of a process is achieved by executing a pause instruction that causes a software interrupt. When a process to be debugged executes a pause instruction, a software interrupt occurs.The processing of the software interrupt is performed as follows according to the algorithm shown in FIG.

(2)1)  一時停止命令を発したプロセスのプロセ
ス制御情報中のデバッガ−識別子を調べる二(2o2)
  前項(201)で得られたデバッガ−識別子を宛先
として、プロセス間通信手段を介しテテバッガープロセ
スにデバッグ対象プロセスが一時停止した旨を通知する
(2) 1) Check the debugger identifier in the process control information of the process that issued the pause command 2 (2o2)
Using the debugger identifier obtained in the previous section (201) as the destination, the tetebugger process is notified that the process to be debugged has been temporarily stopped via the interprocess communication means.

(203)  デバッグ対象プロセスをデバッガ−プロ
セスの指令待ち状態とする。
(203) The process to be debugged is placed in a state of waiting for commands from the debugger process.

又、プロセス制御情報中のプロセスレジスタ群保存域は
次の実行命令の格納されたアドレスを保持するレジスタ
の値を含む。デバッガ−プロセスはデバッグ対象プロセ
スのプロセス制御情報中のプロセスレジスタ群保存域を
変更することにより、デバッグ対象プロセスを任意の地
点から実行させることができる。以上説明したようにデ
バッガ−プロセスはデバッグ対象プロセスを任意の地点
から任意の地点まで実行させることが可能である。
Further, the process register group save area in the process control information includes the value of the register that holds the address where the next execution instruction is stored. By changing the process register group storage area in the process control information of the process to be debugged, the debugger process can execute the process to be debugged from an arbitrary point. As explained above, the debugger process is capable of executing a process to be debugged from any point to any point.

4)デバッガ−プロセスは実行開始点と実行停止点を指
示して、デバッグ対象プロセスに実行指令を出す。デバ
ッグ対象プロセスは前記デバッガ−プロセスより指定さ
れた実行開始点から実行を開始し、前記デバッガ−プロ
セスより指定された停止点で実行を停止し、前項(3で
述べた第2図のアルゴリズムに従い、停止した旨をデバ
ッガ−プロセスにプロセス間通信手段を介して通知する
4) The debugger process issues an execution command to the process to be debugged by specifying an execution start point and an execution stop point. The process to be debugged starts execution from the execution start point specified by the debugger process, stops execution at the stop point specified by the debugger process, and according to the algorithm in Figure 2 described in the previous section (3), Notify the debugger process of the termination via the interprocess communication means.

+a  デバッグ対象プロセスがデバッガ−プロセスの
指令待ち状態の場合、デバッガ−プロセスはデバッグ対
象プロセスのプロセス制御情報中のプロセスレジスタ群
保存域、メモリー領域指示子を手掛かりにデバッグ対象
プロセスのレジスタ群、命令部、変数格納域、データ格
納域の読み書きを行う。
+a When the process to be debugged is in the debugger process command waiting state, the debugger process uses the process register group storage area and memory area specifier in the process control information of the debugging process as clues to check the registers and instruction part of the debugging process. , read and write variable storage areas, and data storage areas.

+41 、 (5)をデバッグ終了まで繰り返すことに
より、デバッグ対象プロセスの実行を制御し、必要な個
所でデバッグ対象プロセスのレジスタ群、命令部、変数
、データなどのデバッグに必要な情報の読み書きを行う
ことが可能である。
+41 By repeating (5) until the end of debugging, the execution of the process to be debugged is controlled, and information necessary for debugging such as registers, instruction parts, variables, data, etc. of the process to be debugged is read and written at necessary locations. Is possible.

次にデバッグ対象プロセスをデバッグモードで生成する
方法について説明する。
Next, we will explain how to generate a process to be debugged in debug mode.

(デバッグ対象プロセス生成例の1) デバッガ−プロセスが直接、デバッグ対象プロセスをデ
バッグモードで生成する。
(Example 1 of generating a process to be debugged) A debugger process directly generates a process to be debugged in debug mode.

この方法は従来例で述べた生成方法だが、本実施例にお
いても実施できる。
This method is the generation method described in the conventional example, but it can also be implemented in this embodiment.

(デバッグ対象プロセス生成例の2) デバッガ−プロセスはある特定のプロセスに対して、デ
バッグ対象プロセスの生成要求をデバッガ−プロセスの
プロセス識別子を付して、プロセス間通信手段を介して
通知する。デバッグ対象プロセスの生成要求を受けた前
記プロセスは、デバッグ対象プロセスをデバッグモード
で生成し、デバッグ対象プロセスのプロセス識別子をデ
バッガ−プロセスにプロセス間通信手段を介して通知す
る。
(Example 2 of Creating a Debug Target Process) The debugger process notifies a specific process of a request to generate a debug target process via an interprocess communication means, with the process identifier of the debugger process attached. The process that receives the request to generate a debug target process generates the debug target process in a debug mode, and notifies the debugger process of the process identifier of the debug target process via the interprocess communication means.

この方法により、デバッグ対象プロセスを生成すべき特
定のプロセスが必要な場合もデバッグすることが可能で
ある。
With this method, it is possible to debug even when a specific process is required to generate a debug target process.

最後に第1図のプロセスの生成命令のアルゴリズムを説
明する。
Finally, the algorithm for generating instructions for the process shown in FIG. 1 will be explained.

(101)  プロセスを生成する。(102)へ行く
(101) Generate a process. Go to (102).

(102)  プロセスの生成命令を発したプロセスの
プロセス制御情報中のデバッグフラグを調べる。
(102) Check the debug flag in the process control information of the process that issued the process creation instruction.

被デバッグ中状態ならば(1o3)へ行く。そうでなけ
れば(1oe)へ行く。
If the state is being debugged, go to (1o3). Otherwise, go to (1oe).

(103)  プロセスの生成命令を発したプロセスの
プロセス制御情報中のデバッガ−識別子を得る。
(103) Obtain the debugger identifier in the process control information of the process that issued the process creation instruction.

(104)へ行く。Go to (104).

(104)  生成されたプロセスのプロセス制御情報
中のデバッガ−識別子に、(103)で得られたデバッ
ガ−識別子を設定する。(105)へ行く。
(104) Set the debugger identifier obtained in (103) to the debugger identifier in the process control information of the generated process. Go to (105).

(1oe)  生成されたプロセスのプロセス制御情報
中のデバッグフラグを被デバッグ中状態にセットする。
(1oe) Set the debug flag in the process control information of the generated process to the debugging state.

(106)へ行く。Go to (106).

(1oe)  生成されたプロセスのプロセス識別子を
プロセス間通信手段を介して前記デバッガ−識別子の示
すデバッガ−プロセスに通知する。
(1oe) Notify the process identifier of the generated process to the debugger process indicated by the debugger identifier via the interprocess communication means.

(107)へ行く。Go to (107).

(1oe)  プロセスの生成命令を発したプロセスと
生成されたプロセスを、前記プロセスの生成命令を発し
たプロセスのプロセス制御情報中のデバッガ−識別子の
示すデバッガ−プロセスの指令待ちの状態にする。(1
08)へ行く。
(1oe) The process that issued the process generation instruction and the generated process are placed in a state of waiting for a command from the debugger process indicated by the debugger identifier in the process control information of the process that issued the process generation instruction. (1
Go to 08).

(1Oa)  生成されたプロセスのプロセス識別子を
戻り値として終了する。
(1Oa) Terminate with the process identifier of the generated process as the return value.

以上のアルゴリズムにより、デバッグ対象である第1の
プロセスがプロセスの生成命令を発して第2のプロセス
を生成する場合、第2のプロセスも第1のプロセスをデ
バッグしているデバッガ−プロセスの管理の下にデバッ
グを行うことが可能である。
According to the above algorithm, when the first process to be debugged issues a process creation command to create a second process, the second process also uses the debugger that is debugging the first process to manage the process. It is possible to do debugging below.

以上、述べたように本実施例によれば、各プロセスを制
御する情報を保持するプロセス制御情報に、プロセスが
被デバッグ中である場合、被デバッグ中状態を示すデバ
ッグフラグとプロセスのデバッグを行っているデバッガ
−プロセスの識別ヲ行う為のデバッガ−識別子を含ませ
ることによシ、デバッグ対象である第1のプロセスがプ
ロセスの生成命令を発して第2のプロセスを生成した場
合も、第1のプロセスと第2のプロセスを同時にデバッ
グすることが可能である。
As described above, according to this embodiment, when a process is being debugged, the process control information that holds information for controlling each process includes a debug flag indicating the debugging state and the process debugging information. By including a debugger identifier for identifying a debugger process, even if the first process to be debugged issues a process creation command and creates a second process, the first It is possible to debug the first process and the second process simultaneously.

発明の詳細 な説明したように、本発明によれば、デバッグ対象であ
る第1のプロセスがプロセスの生成命令を発して第2の
プロセスを生成した場合にも、第1のプロセスと第2の
プロセスを同時にデバッグでき、その実用的効果は大き
い。
As described in detail, according to the present invention, even when a first process to be debugged issues a process generation instruction to generate a second process, the first process and the second Processes can be debugged at the same time, which has great practical effects.

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

第1図はプロセスの生成命令のアルゴリズムのフローチ
ャート、第2図は一時停止命令が実行されたときに発生
するソフトウェア割り込みの処理のアルゴリズムのフロ
ーチャートである。 代理人の氏名 弁理士 中 尾 敏 男 ほか1名第1
図 第2図
FIG. 1 is a flowchart of an algorithm for a process generation instruction, and FIG. 2 is a flowchart of an algorithm for processing a software interrupt that occurs when a pause instruction is executed. Name of agent: Patent attorney Toshio Nakao and 1 other person No. 1
Figure 2

Claims (1)

【特許請求の範囲】[Claims] システム内に複数のプロセスが存在し、プロセスのデバ
ッグを行う場合に対象プロセスをデバッグするデバッガ
ープロセスが存在する機構を有し、システム内の各プロ
セスを制御する情報を保持するプロセス制御情報にプロ
セスが被デバッグ中である場合、被デバッグ中状態を示
すデバッグフラグとプロセスのデバッグを行っているデ
バッガープロセスの識別を行うためのデバッガー識別子
が含まれ、前記のデバッグ対象である第1のプロセスが
プロセスの生成命令を発する際に、生成される第2のプ
ロセスのプロセス制御情報内のデバッグフラグを被デバ
ッグ中状態に設定し、デバッガー識別子を前記第1のプ
ロセスのデバッガー識別子と同じ値に設定するプロセス
生成手段を備えたことを特徴とする複数プロセスシステ
ムにおけるプロセスのデバッグ方法。
When multiple processes exist in a system and a process is debugged, there is a mechanism in which a debugger process exists to debug the target process, and the process control information that holds information that controls each process in the system is If the process is being debugged, a debug flag indicating the debugging state and a debugger identifier for identifying the debugger process that is debugging the process are included, and if the first process to be debugged is the process Creating a process that sets a debug flag in process control information of a second process to be generated to a debugged state and sets a debugger identifier to the same value as the debugger identifier of the first process when issuing a generation instruction. A method for debugging a process in a multiple process system, characterized by comprising means.
JP62111032A 1987-05-07 1987-05-07 Process debugging method for multi-process system Pending JPS63276139A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62111032A JPS63276139A (en) 1987-05-07 1987-05-07 Process debugging method for multi-process system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62111032A JPS63276139A (en) 1987-05-07 1987-05-07 Process debugging method for multi-process system

Publications (1)

Publication Number Publication Date
JPS63276139A true JPS63276139A (en) 1988-11-14

Family

ID=14550673

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62111032A Pending JPS63276139A (en) 1987-05-07 1987-05-07 Process debugging method for multi-process system

Country Status (1)

Country Link
JP (1) JPS63276139A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07200347A (en) * 1993-12-28 1995-08-04 Nec Corp Process compatible debug system
JPH07225693A (en) * 1994-02-07 1995-08-22 Internatl Business Mach Corp <Ibm> Method for processing thread phenomenon over different address space

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6079440A (en) * 1983-10-07 1985-05-07 Fujitsu Ltd Control system for message output from multitask

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6079440A (en) * 1983-10-07 1985-05-07 Fujitsu Ltd Control system for message output from multitask

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07200347A (en) * 1993-12-28 1995-08-04 Nec Corp Process compatible debug system
JPH07225693A (en) * 1994-02-07 1995-08-22 Internatl Business Mach Corp <Ibm> Method for processing thread phenomenon over different address space

Similar Documents

Publication Publication Date Title
JP2692609B2 (en) Multitask program debugging method and apparatus
JPH07225693A (en) Method for processing thread phenomenon over different address space
JP2000066904A (en) Method for controlling multitask and storage medium
JPS63276139A (en) Process debugging method for multi-process system
JPH0588933A (en) Parallel processing system with debugging function
JPS63177231A (en) Debug system for parallel program
JPH05101109A (en) Data base arithmetic processing unit
JPS62137627A (en) Memory dump system
JPS61251944A (en) Buffer area control system
JP2658699B2 (en) Method of managing device under test of input / output device test program
JPH0227436A (en) Process control system for operating system
JP2551075B2 (en) Overlay structure program execution method
JP2755012B2 (en) Debug information output control method
JP2800577B2 (en) Debug device
JPH0241532A (en) Exception processing method for microprocessor
JPS61235925A (en) Operating system for electronic computer system
JPS6346861B2 (en)
JPH02110744A (en) Information processor
JPS62290942A (en) Debugger starting system
JPH02127732A (en) Job control system
JPS63163636A (en) Executing system for parallel processing
JPS5968067A (en) Specifying system for number of run steps
JPH0764802A (en) Simulation device for real-time system
JPS59180755A (en) Tracing system
JPH01288931A (en) Pl/i program debugging system