JPH03103934A - Debugging system dependent upon dynamic change of module entrance - Google Patents

Debugging system dependent upon dynamic change of module entrance

Info

Publication number
JPH03103934A
JPH03103934A JP1240591A JP24059189A JPH03103934A JP H03103934 A JPH03103934 A JP H03103934A JP 1240591 A JP1240591 A JP 1240591A JP 24059189 A JP24059189 A JP 24059189A JP H03103934 A JPH03103934 A JP H03103934A
Authority
JP
Japan
Prior art keywords
module
debugging
entrance
address
met
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
JP1240591A
Other languages
Japanese (ja)
Inventor
Minoru Uchino
実 内野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP1240591A priority Critical patent/JPH03103934A/en
Publication of JPH03103934A publication Critical patent/JPH03103934A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To eliminate the execution of confirmation processing or the like at the time of system operation to prevent the reduction of the execution speed by managing modules having entrance addresses different between system operation and debugging by a control table. CONSTITUTION:Module PRG.A to PRG.C having entrance addresses different between system operation and debugging are generated, and these addresses are managed by a control table MET. Entrance addresses of modules PRG.A to PRG.C in the control table MET are switched to entrance addresses for debugging at the time of debugging and are switched back at the time of system operation. When each of modules PRG.A to PRG.C will be executed, the module to be executed is indicated to a switching monitor MON by the relative position on the control table MET of this module, and this monitor MON reads out the entrance address of the indicated module to start the execution of the module. Thus, the entrance address is only changed to the entrance address for debugging to provide the confirmation processing of interface, and the time required for confirmation processing is shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はコンピュータシステムに係り、さらに詳しくは
、規模の大きいプログラムを複数のモジュールに分割し
て構威したシステムのモジュール人口の動的変更による
デバッグ方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a computer system, and more specifically, to a system that divides a large-scale program into a plurality of modules and dynamically changes the module population of the system. Regarding debugging methods.

3.発明の詳細な説明 〔{既     要〕 規模の大きいプログラムを複数のモジュールに分割して
構威したシステムのモジュール人口の動的変更によるデ
バッグ方式に関し、 簡単に確認処理が設けられそれらに要する時間〔従来の
技術〕 コンピュータシステムが発展するにつれ、そのコンピュ
ータシステムの規模も大きくなってきている。さらにシ
ステムの規模が大きくなるにつれプログラムも増大して
きている。
3. Detailed Description of the Invention [{Already required] Concerning a debugging method by dynamically changing the module population of a system in which a large-scale program is divided into multiple modules, a check process is easily provided and the time required for the process is reduced. BACKGROUND ART As computer systems develop, the scale of the computer systems also increases. Furthermore, as the scale of the system increases, the number of programs also increases.

このような大きいプログラムを1木のプログラムとして
構或することは、開発において多大な時間を必要とする
。このため、前述の規模の大きいプログラムを複数のモ
ジュールに分割し、各モジュールごとにインターフェー
スを取り決めて機能を実現している。このようにするこ
とにより、それぞれモジュール単位で処理が正常に行わ
れているか否かをデバッグすることができ、開発効率を
良くしている。
Configuring such a large program as a one-tree program requires a large amount of development time. For this reason, the aforementioned large-scale program is divided into multiple modules, and an interface is determined for each module to implement its functions. By doing this, it is possible to debug whether processing is being performed normally in each module, improving development efficiency.

前述のようにモジュール化によって開発効率を高めてい
るが、その反面取り決めたインターフェースをプログラ
ム作或時に間違えると、正しい結果が得られないばかり
か場合によっては他のデータ領域を破壊するなど重大な
障害を引き起こすことがある。
As mentioned above, modularization improves development efficiency, but on the other hand, if the agreed upon interface is incorrect when creating a program, not only will the correct result not be obtained, but in some cases, other data areas may be destroyed, resulting in serious problems. may cause.

このような重大な障害の発生を防止するため、従来にお
いては、各モジュール単位で入力インターフェースの確
認処理を設け、モジュールへの入力インターフェースが
正しい時のみ処理を実行するようにしている。例えば、
モジュールへ入力すべきデータが特定の範囲でなければ
ならない場合には、その確認モジュールは入力したデー
タが定められた値の範囲内であるかをilLJしている
。そして、それ以外であった場合には、例えば、異常終
了などとし、モジュール内での処理を行わないようにし
ている。
In order to prevent such serious failures from occurring, conventionally, input interface confirmation processing is provided for each module, and the processing is executed only when the input interface to the module is correct. for example,
If the data to be input into a module must be within a specific range, the verification module checks whether the input data is within a defined range of values. If it is other than that, it is assumed that the module has terminated abnormally, and no processing is performed within the module.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

前述したように、各モジュールを実行する前にインター
フェースの確認処理を行い、モジュールが正常に実行す
べきデータであるかを判別し、モジュールが実行する前
に異常であるならばリジェクトしている。
As described above, before each module is executed, the interface is checked, it is determined whether the module has data that should be executed normally, and if the data is abnormal before the module is executed, it is rejected.

このようなインターフェースの確認処理は入力インター
フェースが正しい時は、全く無駄な処理となる。すなわ
ち、システム性能を低下させる要因となる。このため開
発中においてはこのような人力インターフェースの確認
処理を挿入し、モジュールのテスト期間が終了した時点
において確認処理の部分を削除していた。しかしながら
、モジュールのテスト終了後に機能の追加、機能実現処
3 4 理の変更、機器構或の変更などにより再度テストを実行
する場合がある。この場合、早期バク検出のために確認
処理を実行させなくてはならない。
Such interface confirmation processing is completely wasteful processing when the input interface is correct. In other words, this becomes a factor that reduces system performance. For this reason, during development, we inserted a verification process for such a human-powered interface, and when the module testing period ended, we deleted the verification process. However, after the test of the module is completed, the test may be executed again due to the addition of a function, a change in the function implementation process, a change in the device configuration, etc. In this case, confirmation processing must be executed for early bug detection.

この再度の確認処理を行うためには、削除した確認処理
を再度設けなくてはならない。このため、再度確認処理
を動作させるためモジュールの再コンパイルが必要とな
り、このコンパイルに多くの時間を必要とする問題を有
していた。
In order to perform this confirmation process again, the deleted confirmation process must be re-installed. Therefore, it is necessary to recompile the module in order to run the confirmation process again, and this compilation has the problem of requiring a lot of time.

また、単なる再コンパイルだけではなく、確認処理を挿
入するためのそれぞれの各モジュール単位でのJCL等
をも変更しなくてはならないという問題を有していた。
Further, there is a problem in that it is not only necessary to simply recompile, but also to change the JCL etc. of each module in order to insert confirmation processing.

本発明は、簡単に確認処理が設けられそれらに要する時
間を短縮するモジュール入口の動的変更によるデバッグ
方式を目的とする。
The present invention aims at a debugging method by dynamically changing module entrances, which allows for simple verification processes and shortens the time required for them.

〔課題を解決するための手段及び作用〕システム運用時
とデバッグ時で異なる入力アドレスとしたモジュールを
作威し、それらのアドレスを制御テーブルで管理する。
[Means and effects for solving the problem] Create a module with different input addresses during system operation and debugging, and manage these addresses in a control table.

デバッグ時には前記制御テーブルの各モジュールの入口
アドレスをデバッグ時の入力アドレスに変更し、システ
ム運用時にもとに戻す。
During debugging, the entrance address of each module in the control table is changed to the input address during debugging, and returned to the original address during system operation.

各モジュールを実行させる場合、例えば実行させるべき
モジュールの管理テーブル上での相対位置によって移行
モニタに指示し、移行モニタがその指示されたモジュー
ルの管理テーブルをサーチしてモジュールに実行を移す
When each module is to be executed, the transition monitor is instructed by, for example, the relative position of the module to be executed on the management table, and the transition monitor searches the management table for the instructed module and executes the module.

移行モニタは指示されたモジュールの人口アドレスを読
み出してモジュールに実行を移すので、この管理テーブ
ルの各モジュールの入口アドレスをデバッグ時の人口ア
ドレスに変更するだけで、インターフェースの確認処理
を設けることができる。
The migration monitor reads the population address of the specified module and transfers execution to the module, so you can set up an interface confirmation process by simply changing the entry address of each module in this management table to the population address at the time of debugging. .

〔実  施  例〕〔Example〕

以下、図面を用いて本発明を詳細に説明する。 Hereinafter, the present invention will be explained in detail using the drawings.

第1図は、本発明の実施例の構成図である。モジュール
であるプログラムA,B,Cを有するシステムにおいて
、プログラムAからプログラムB5 6 をサブルーチンとしてコールする場合、(第1図ムこお
いてはCALL  Bとして機能的に表現してある)プ
ログラムAはレジスクREGIにプログラムBの入口ア
ドレスが設定されているモジュルエン1・リーテーブル
MET (MODLILE  ENRYTY TABL
E )上の相対アl・レスを格納する。そして移行モニ
タMONをサブルーチンコールする。図示しないが、C
PUはこのサブルーチンコールによって移行モニタMO
Nをまず実行し、レジスタREG1の内容にモジュール
エントリーテーブルMETの先頭アドレスを加算し、レ
ジスタREC;1の指すエントリのアドレスにブランチ
する。
FIG. 1 is a configuration diagram of an embodiment of the present invention. In a system having programs A, B, and C which are modules, when program A calls program B5 6 as a subroutine, program A (functionally expressed as CALL B in Figure 1) is called as a subroutine. MODLILE ENRYTY TABLE MET (MODLILE ENRYTY TABLE) in which the entry address of program B is set in REGI
E) Store the relative address above. Then, a subroutine call is made to the migration monitor MON. Although not shown, C
The PU uses this subroutine call to
N is first executed, the start address of the module entry table MET is added to the contents of the register REG1, and a branch is made to the address of the entry pointed to by the register REC;1.

以上のような移行モニタにより、プログラムAから移行
モニタをコールしても、レジスタREG1によってモジ
ュールの相対アドレスを指示しているので、CUPは結
果的にはプログラムBの入口アドレスから実行する。ま
た同様に、プログラムB内において、プログラムCをコ
ールする場合にも、プログラムCのモジュールエントリ
ーテーブルMET内の相対アドレスをレジスクREC.
1に格納して移行モニタMONをコールすることにより
、プログラムCの入口アドレスから実行することとなる
。モジュールエントリーテーブルMET内にはプログラ
ムB、プログラムCの人口アドレスが登録されており、
この登録によってモジュルエントリーテーブルMETの
先頭アドレスと相対位置とからプログラムC、プログラ
ムBの入口アドレスがわかる。プログラムA,B,Cに
おいては、通常システム運用時の入口アドレスのほかに
デバッグ時の入口アドレスをそれぞれ有している。この
入口アドレスは、例えば、4バイ1・分のアドレスが異
なった位置にGOTO X, GOTO Y等によって
確認処理が加わるように設けられており、システム運用
時においては、モジェールエントリーテーブルMETに
は確認処理を省いた、いわゆる機能実行処理の人口アド
レスにジャンプすべき入口アドレスが格納されている。
With the transition monitor as described above, even if the transition monitor is called from program A, the register REG1 indicates the relative address of the module, so CUP is executed from the entrance address of program B as a result. Similarly, when calling program C within program B, the relative address in the module entry table MET of program C is set to register REC.
1 and calls the migration monitor MON, the program will be executed from the entry address of program C. The population addresses of programs B and C are registered in the module entry table MET.
Through this registration, the entrance addresses of programs C and B can be found from the start address and relative position of the module entry table MET. Programs A, B, and C each have an entrance address for debugging in addition to the entrance address for normal system operation. This entry address is set so that, for example, GOTO The entry address to jump to is stored in the population address of the so-called function execution process, which excludes the confirmation process.

一方、前述のようなシステムにおいて、それぞれのプロ
グラムA,B,Cのインターフェースの確認処理いわゆ
るデバッグを行う場合、システム7 8 からMET変更処理S1に対しデバッグ要求のコマンド
を人力する。このMET更新処理S1はモジュールエン
トリーテーブルMETのアドレスをそれぞれ+αずる処
理である(デバッグ時からシステム運用時に変化した場
合にはーαする処理となる)。たとえば、この処理は前
述したごとく4バイト分の人口アドレスが異なっている
場合には、+4となる。
On the other hand, in the system as described above, when the interface confirmation process, so-called debugging, of the respective programs A, B, and C is performed, a debugging request command is manually inputted from the system 7 8 to the MET change process S1. This MET update process S1 is a process of increasing the address of the module entry table MET by +α (if the address changes from debugging to system operation, it is a process of decreasing –α). For example, if the population addresses differ by 4 bytes as described above, this process will result in +4.

第2図は、モジュールエントリーテーブルMETの構或
図とデバッグ時の変化の説明図である。
FIG. 2 is an explanatory diagram of the structure of the module entry table MET and changes during debugging.

モジュールエントリーテーブルMETの先頭からプログ
ラムAの入口アドレス、プログラムBの入口アドレス、
プログラムCの入口アドレス・・・とそれぞれテーブル
に格納されてあった時、MET更新処理S1によって新
たなモジュールエントリーテーブルMET ′を作成す
る。この時、プログラムAの入口アドレスは、その人口
アドレス+αとなり、プログラムBの入口アドレス、C
の人口アドレスもそれぞれ+αとなる。このようにME
T更新処理S1を実行し、すべてそれぞれのプログラム
の入口アドレスを+αすることにより、例えばプログラ
ムAからCALL  B等の処理要求が発生した時、移
行モニタMONはモジュールエントリーテーブルMET
 ’のアドレスにジャンプさせているので、確認処理が
付加された各モジュールの実行となる。
From the beginning of the module entry table MET, the entrance address of program A, the entrance address of program B,
When the entry address of program C is stored in the table, a new module entry table MET' is created by the MET update process S1. At this time, the entrance address of program A is its population address + α, and the entrance address of program B, C
The population addresses of each will also be +α. Like this ME
By executing the T update process S1 and incrementing the entry address of each program by +α, for example, when a processing request such as CALL B is generated from program A, the migration monitor MON updates the module entry table MET.
', so each module with confirmation processing added will be executed.

一方、デバッグが終了し、デバッグ運用時からシステム
運用時に切り換える場合、MET更新処理S1で再度モ
ジュールエントリーテーブルMET′のアドレスをーα
する。このーαにより、第2図に示したモジュールエン
トリーテーブルMETの各プログラムA,B,Cの人口
アドレスになり、以後は確認処理を省いた各モジュール
の実行を行わせることができる。
On the other hand, when debugging is finished and the debugging operation is switched to the system operation, the address of the module entry table MET' is changed again to -α in the MET update process S1.
do. This -α becomes the population address of each program A, B, and C in the module entry table MET shown in FIG. 2, and thereafter each module can be executed without the confirmation process.

第3図は、システム運用時とデバッグ運用時の切り換え
の全体フローチャートである。システム運用時S2から
デバッグ運用時S7に変化する時には先ずデバソグ開始
処理S3によってデバッグ対象モジュールのデバッグ処
理ルートを実行させるためにモジュールエントリーテー
ブルMETの9 10 エントリを更新する。すなわち、モジュールエントリー
テーブルMETの各モジュールの値を+αする処理を実
行する。システム運用時S2においては、第4図に示す
ごとく、モジュールのをコールした場合、モジュールエ
ントリーテーブルMETが記憶するモジュール■のアド
レスからモジュール■の入口aにジャンプする。入口a
はGOTO (g)なる実行を行うコマンドが格納され
ており、この人口aにジャンプし、さらにGOTOφこ
まって結果的に、機能実行処理■から実行し、終了と共
にリターンする。
FIG. 3 is an overall flowchart of switching between system operation and debug operation. When changing from S2 during system operation to S7 during debug operation, first, the 9 10 entry in the module entry table MET is updated in order to execute the debug processing route of the module to be debugged by debugging start processing S3. That is, the process of adding +α to the value of each module in the module entry table MET is executed. In S2 during system operation, as shown in FIG. 4, when a module is called, a jump is made from the address of module ■ stored in the module entry table MET to the entrance a of module ■. Entrance a
stores a command to execute GOTO (g), jumps to this population a, and then GOTOφ gets stuck, resulting in execution from the function execution process ■, and returns upon completion.

一方、デバッグ開始処理S3ではモジュールエントリー
テーブルMETを変更したことによってデバッグ運用に
移行(34)Lた場合、移行モニタは更新されたモジュ
ールエントリーテーブルMET’内のモジュール人口ア
ドレスに制御を移行する。
On the other hand, in the debugging start process S3, if the module entry table MET is changed and the debugging operation is entered (34)L, the transition monitor transfers control to the module population address in the updated module entry table MET'.

すなわち第5図に示すごとく、モジュールエントリーテ
ーブルMET’ とモジュール■の入口アドレスが変更
されて入口bを指示する。人口bはG0TO■なる実行
部が設けられており、■から処理を実行する(■)。■
は確認処理を実行すエントリであり確認処理後、たとえ
ばGOTO■なる実行文によって機能実行処理■から実
行する(■)。換言するならば、確認処理実行後、目的
のモジュールの機能実行処理を行う。
That is, as shown in FIG. 5, the module entry table MET' and the entrance address of module (2) are changed to point to entrance b. For population b, an execution unit called G0TO■ is provided, and the process is executed from ■ (■). ■
is an entry for executing the confirmation process, and after the confirmation process, the function execution process is executed from the function execution process ■ by an executable statement such as GOTO■ (■). In other words, after the confirmation process is executed, the function execution process of the target module is performed.

例えば機能変更等によりモジュールを変更した時には、
この確認処理を実行した後、機能実行処理を行う。
For example, when changing a module due to a change in functionality, etc.
After executing this confirmation process, a function execution process is performed.

そしてデバッグ終了時には、デバッグ処理S5を実行し
、デバッグ処理ルートを走行させないようにモジュール
エントリーテーブルMET’を元に戻す処理を行う。こ
の戻す処理とは、モジュールエントリーテーブルMET
’の人口アドレスを変更する処理であり、第4図、第5
図に対応するならば入口bから入口aに変更する処理で
ある。
When debugging is finished, debugging processing S5 is executed to restore the module entry table MET' to its original state so that the debugging route is not run. This return process is the module entry table MET
This is the process of changing the population address of ', and Figures 4 and 5
Corresponding to the figure, this is the process of changing from entrance b to entrance a.

この変更処理後、モジュールエントリーテーブルMET
は確認処理を含まない機能実行処理のみの入口となり、
以後はシステム運用(S6)となる。
After this change process, the module entry table MET
is the entrance only to function execution processing that does not include confirmation processing,
After that, system operation (S6) begins.

以上、本発明の実施例を詳細に説明したが、本l1 1 2一 発明は、各モジュールの入口を2つ設け、例えば入口a
、入口bで機能実行処理や、確認処理にジャンプさせて
いるが、これに限るものでなく、例えば、モジュールエ
ントリーテーブルを2つ設け、デバッグ時には確認処理
の人口を指示するテーブルを使用し、終了後に確認処理
を含まないモジュールの入口を指示するテーブルを用い
るようにしてもよい。また、実施例においては、テーブ
ル上の相対アドレスをレジスタに格納しているが、これ
に限るものでなく、例えばモジュール番号等によって管
理してもよい。
The embodiments of the present invention have been described in detail above, but the present invention provides two entrances for each module, for example, an entrance a.
, entry b jumps to function execution processing and confirmation processing, but this is not limited to this; for example, two module entry tables are provided, a table that indicates the number of confirmation processes is used during debugging, and the process is terminated. A table indicating the entrance of a module that does not include confirmation processing may be used later. Further, in the embodiment, relative addresses on the table are stored in registers, but the invention is not limited to this, and management may be performed using, for example, module numbers.

第4図において、システム運用時、入口aがGOTゆと
なり、■命令常に実行され無駄であるので、入口aと入
口bを置き換え、METが直接■を指すように作っても
よい。
In FIG. 4, when the system is in operation, the entrance a is used as a GOT, and the (2) command is always executed, which is wasteful. Therefore, the entrances (a) and (b) may be replaced, and the MET may be made to directly point to (2).

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

以上述べたように、本発明によれば、システム運用時に
は、確認処理等を実行させることがなくシステム運用時
における実行速度の低下を防止することかできる。また
デバッグ時には単に入口を変えているのみでデバッグ運
用となり、各モジュールのコンパイル等を必要とせず、
簡単な操作で短時間にデバック運用を開始することがで
きる。
As described above, according to the present invention, it is possible to prevent a decrease in execution speed during system operation without executing confirmation processing or the like during system operation. Also, when debugging, you can perform debugging by simply changing the entrance, and there is no need to compile each module.
You can start debugging operations in a short time with simple operations.

またデバッグ終了時には、同様に簡単な操作で短時間に
システム運用に変更することができる。
Furthermore, when debugging is finished, it is possible to switch to system operation in a short time with a similarly simple operation.

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

第1図は、本発明の実施例の構或図、 第2図は、METの構戒図とデバッグ時の変化の説明図
、 第3図は、システム運用時とデバッグ運用時の切り換え
の全体フローチャート、 第4図は、システム運用時の処理説明図、第5図は、デ
バッグ運用時の処理説明図である。 MET・・・モジュールエントリーテーブル、MON・
・・移行モニタ.
Figure 1 is a diagram of the configuration of an embodiment of the present invention, Figure 2 is an illustration of the MET configuration and changes during debugging, and Figure 3 is an overall diagram of switching between system operation and debug operation. Flowchart: FIG. 4 is an explanatory diagram of processing during system operation, and FIG. 5 is an explanatory diagram of processing during debugging operation. MET...Module entry table, MON/
...Migration monitor.

Claims (1)

【特許請求の範囲】[Claims] システム運用時とデバッグ時で異なる入口アドレスを有
するモジュールを制御テーブルで管理すると共に、デバ
ッグ時に前記制御テーブルの各モジュールの入口アドレ
スをデバッグ時の前記入口アドレスに変更し、システム
運用時にもとに戻すことを特徴とするモジュール入口の
動的変更によるデバッグ方式。
Modules with different entrance addresses during system operation and debugging are managed in a control table, and the entrance address of each module in the control table is changed to the entrance address at debugging during debugging, and returned to the original address during system operation. A debugging method based on dynamic changes of module entrances.
JP1240591A 1989-09-19 1989-09-19 Debugging system dependent upon dynamic change of module entrance Pending JPH03103934A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1240591A JPH03103934A (en) 1989-09-19 1989-09-19 Debugging system dependent upon dynamic change of module entrance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1240591A JPH03103934A (en) 1989-09-19 1989-09-19 Debugging system dependent upon dynamic change of module entrance

Publications (1)

Publication Number Publication Date
JPH03103934A true JPH03103934A (en) 1991-04-30

Family

ID=17061784

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1240591A Pending JPH03103934A (en) 1989-09-19 1989-09-19 Debugging system dependent upon dynamic change of module entrance

Country Status (1)

Country Link
JP (1) JPH03103934A (en)

Similar Documents

Publication Publication Date Title
US5359730A (en) Method of operating a data processing system having a dynamic software update facility
US6718294B1 (en) System and method for synchronized control of system simulators with multiple processor cores
US5774729A (en) Event handling in a high level programming language environment
US6490721B1 (en) Software debugging method and apparatus
US5613098A (en) Testing and debugging new Y architecture code on existing X architecture system by using an environment manager to switch between direct X code execution and simulated Y code execution
JPH0748182B2 (en) Program error detection method
US7062753B1 (en) Method and apparatus for automated software unit testing
EP0595540A1 (en) Debugging/modifying of software in ROM
US5737521A (en) Tracer system for analyzing errors in running real-time systems
US6735774B1 (en) Method and apparatus for system call management
EP0417916B1 (en) Procedure state descriptor system for digital data processors
Carver et al. Deterministic execution testing of concurrent Ada programs
JPH03103934A (en) Debugging system dependent upon dynamic change of module entrance
EP0801348A1 (en) Method of monitoring the operation of a computer
US5951682A (en) Start-up system of a computer system
JPH0581069A (en) Debugging method for program
KR950012113B1 (en) Improved system and method for detecting cross-domain instruction calls and data referenc especially adapted for code interface jacketing in a multi code execution and debugging syste
US20120117546A1 (en) Run-time Module Interdependency Verification
JPH03218539A (en) Debug method in parallel computer system
JPH04308940A (en) Automatic assignment management system for resource in virtual computer system
JPH06242982A (en) Test system for virtual computer system
CN118210845A (en) Spark computing engine-based environment isolation method, device and equipment
JPH01279334A (en) Test system for software single body by means of pseudo monitor
JPH0772874B2 (en) Interrupt receiving device
JPH0695910A (en) Interactive debugging control system for abnormality processing