JPS63150732A - Program running supervisory equipment - Google Patents

Program running supervisory equipment

Info

Publication number
JPS63150732A
JPS63150732A JP61299356A JP29935686A JPS63150732A JP S63150732 A JPS63150732 A JP S63150732A JP 61299356 A JP61299356 A JP 61299356A JP 29935686 A JP29935686 A JP 29935686A JP S63150732 A JPS63150732 A JP S63150732A
Authority
JP
Japan
Prior art keywords
flag
instruction
circuit
program
memory
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
JP61299356A
Other languages
Japanese (ja)
Inventor
Masao Komatsu
小松 政夫
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 JP61299356A priority Critical patent/JPS63150732A/en
Publication of JPS63150732A publication Critical patent/JPS63150732A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent destruction of a program or a data due to program runaway in advance by detecting the runaway of the program due to deviation of stack and combining the result with a program running supervisory equipment. CONSTITUTION:An instruction decode circuit supervises the execution of stack save register restoration instruction or subroutine restoration instruction. When the instruction is generated, the CPU reads the save register or return address from the stack memory M3. Moreover, a flag read circuit reads a flag of the flag memory M4 and effective flag and sends the flag check circuit FC. The circuit FC discriminates an identification flag while the effective flag is set to check whether or not the level is '1'. When '1', the effective flag is reset and if '0', it is judged to be program runaway. Then the signal line l4 is made active to cause alarm. When the read effective flag is reset, alarm is raised.

Description

【発明の詳細な説明】 〔概 要〕 スタック領域に退避した内容がサブルーチン復帰アドレ
スか退避レジスタかを識別するフラグを記憶する回路を
設け、退避時に該フラグをセットし、スタック内容復旧
時にチェックすることにより暴走を検出する。
[Detailed Description of the Invention] [Summary] A circuit is provided that stores a flag that identifies whether the contents saved to the stack area are a subroutine return address or a save register, and the flag is set at the time of save and checked when the stack contents are restored. This allows for detection of runaway behavior.

〔産業上の利用分野〕[Industrial application field]

本発明は、スタック方式によりサブルーチンの復帰アド
レス退避及びレジスタ退避を行なうCPUを搭載した処
理装置において、レジスタ退避後、レジスタ復旧を行な
わずにサブルーチン復帰を行なった場合に生じるプログ
ラムの暴走を検出可能にする、プログラム走行監視装置
に関する。
The present invention makes it possible to detect program runaway that occurs when a subroutine is returned without restoring registers after saving registers in a processing device equipped with a CPU that saves subroutine return addresses and saves registers using a stack method. The present invention relates to a program running monitoring device.

上記のようなCPU搭載装置におけるプログラム暴走は
、そのソフトウェアのデバッグ過程でよく発生すること
であり、速やかに状況を把握して、暴走によるデータ破
壊を未然に防ぎまたデバッグ過程を削減することは重要
である。
Program runaways in CPU-equipped devices as described above often occur during the software debugging process, and it is important to quickly grasp the situation, prevent data destruction due to runaways, and reduce the debugging process. It is.

〔従来の技術〕[Conventional technology]

中央処理装置(CP U)には周知のように例えば16
ビツトのインデックスレジスタ(X−Reg)、8ビツ
トのAレジスタ、Bレジスタ(A−Reg。
As is well known, the central processing unit (CPU) has, for example, 16
Bit index register (X-Reg), 8-bit A register, B register (A-Reg).

B−Reg)、および命令レジスタ(IR−Reg)な
どがある。I R−Regにはファンクション部とオペ
ランド部を持つ命令がセットされ、ファンクション部は
デコーダで当該命令はメモリ読取り命令か、書込み命令
か、・・・・・・などが解読される。オペランド部は演
算/アドレッシング用である。またCPUはメモリを備
え、このメモリはプログラム領域、データ領域、スタッ
ク領域などを持つ。
B-Reg), and an instruction register (IR-Reg). An instruction having a function part and an operand part is set in the I R-Reg, and the function part is decoded by a decoder to determine whether the instruction is a memory read instruction, a write instruction, etc. The operand section is for calculation/addressing. The CPU also includes a memory, and this memory has a program area, a data area, a stack area, and the like.

スタックエリアにはレジスタの内容を退避し、またサブ
ルーチンをコールしたときの戻り番地を格納したりする
The stack area saves the contents of registers and also stores the return address when a subroutine is called.

プログラムはメインルーチンからサブルーチンへとび、
またメインルーチンへ戻るなどの過程を経ながら実行さ
れて行くが、サブルーチンへとぶとき■X、A、B・・
・・・・Regの内容をスタックエリアへ格納し、次に
■ジャンプ命令でサブルーチンへとび、■そのサブルー
チンを実行し、実行終了でその終了部にあるリターン命
令により、■再びメインルーチンへ戻り、スタックエリ
アに退避させてあったレジスタ内容を各々のレジスタへ
復帰させ、そのメインルーチンの次以降のステップを実
行して行く。今、上記■をアドレスn−1,■をアドレ
スnとすると、リターン命令で戻るメインルーチンのア
ドレスはn+1であるから、上記■の実行時にこのfi
+lをリターンアドレスとしてスタックエリアへ格納し
ておく。
The program jumps from main routine to subroutine,
It is executed while going through processes such as returning to the main routine, but when jumping to a subroutine ■X, A, B...
...Stores the contents of Reg in the stack area, then ■Jumps to the subroutine with a jump command, ■Executes the subroutine, and returns to the main routine again with the return command at the end of the execution. The register contents saved in the stack area are restored to each register, and the next and subsequent steps of the main routine are executed. Now, if the above ■ is address n-1 and ■ is address n, the address of the main routine returned by the return instruction is n+1, so when executing ■ above, this fi
Store +l in the stack area as a return address.

スタックエリアに対してはそれをアクセスするアドレス
を示すポインタが設けられており、最初ポインタはOで
あり、データ格納はX−Reg、A。
A pointer indicating an address to access the stack area is provided. Initially, the pointer is O, and data is stored in X-Reg and A.

B −Reg s リターンアドレスの順で行なわれた
とすると、このデータ格納の度にポインタは+1され、
従ってX −Regの内容はアドレス1、A、  B−
Regの内容はアドレス2、リターンアドレスはアドレ
ス3に格納される。リターン命令を実行するとき、該ポ
インタが示すスタックエリアのアドレスを読出し、これ
により上記n+1が得られ、これがプログラムカウンタ
にセットされ、メインルーチンのn+1アドレス以降が
実行されることになる。ポインタは書込みの度に+1、
読出しの度に−1されるので、リターンアドレスが読出
されると次はA、B−Regの内容が、その次にX−R
egの内容が読出され、各々のレジスタへ復帰させられ
る。
If this is done in the order of B-Reg s return address, the pointer will be incremented by 1 every time this data is stored.
Therefore, the contents of X-Reg are address 1, A, B-
The contents of Reg are stored in address 2, and the return address is stored in address 3. When executing the return instruction, the address of the stack area indicated by the pointer is read, thereby obtaining the above n+1, which is set in the program counter, and the main routine from address n+1 onward is executed. The pointer increases by 1 each time it is written.
It is decremented by 1 each time it is read, so when the return address is read, the contents of A and B-Reg are next, and then the contents of X-R
The contents of eg are read and returned to their respective registers.

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

スタックエリアへのレジスタ内容及びリターンアドレス
の退避が正常になされておれば、リターン命令の実行で
リターンアドレスが得られ、レジスタ内容の復旧などを
行なうことができるが、これが正常になされていないと
、例えば上記退避が全(なされていないとポインタは0
を指しており、リターン命令の実行でスタックエリアの
Oアドレスを読出してしまう。こ−には勿論リターンア
ドレスは入っておらず、メインルーチンへの正常な復帰
は行なわれなくて、プログラム暴走になっしまう。
If the register contents and return address are saved correctly to the stack area, the return address can be obtained by executing the return instruction, and the register contents can be restored. However, if this is not done correctly, For example, if the above evacuation is not completed, the pointer will be 0.
, and when the return instruction is executed, the O address of the stack area is read. Of course, this does not contain a return address, and a normal return to the main routine is not performed, resulting in a program runaway.

またサブルーチンの中でレジスタ退避を行なうことがあ
るが、メインルーチンへ戻る前にレジスタ復旧を行なっ
ておかないとポインタはリターンアドレスを格納してい
るスタックエリアのアドレスを指していないことになる
。このような場合もプログラム暴走になる。
Also, registers may be saved in the subroutine, but if the registers are not restored before returning to the main routine, the pointer will not point to the address in the stack area that stores the return address. In such a case, the program will run out of control.

従来のプログラム暴走検出方式としては、インバリッド
アドレスの検出によりこれを行なうものや、一定時間内
にあるアドレスをアクセスしなければアラームを出すも
のなどがある。即ちメモリのプログラム領域、データ領
域、などは所定のスタートアドレス、エンドアドレスの
間にあるからこれらでチェックし、読出したリターンア
ドレスがプログラム領域内になければ異常(インバリッ
ドアドレス)と判断する、これが前者の方式である。後
者は、メモリのある領域をカウンタに使い、クロックで
これを逐次+1し、CPUはこれを定期的にクリアし、
リターンアドレスが異常でプログラム暴走が生じると上
記クリアが行なわれず、カウンタがオーバフローし、こ
のオーバフローでアラームを発生するという方式(ウオ
ッチドタイマ又はタイマオーバフローカウンタ方式)で
ある。
Conventional program runaway detection methods include methods that do this by detecting invalid addresses, and methods that issue an alarm if a certain address is not accessed within a certain period of time. In other words, since the program area, data area, etc. of the memory are between the predetermined start address and end address, these are checked, and if the read return address is not within the program area, it is judged as an abnormality (invalid address). This is the former method. The latter uses a certain area of memory as a counter, sequentially increments it by 1 using the clock, and the CPU clears it periodically.
In this system (watched timer or timer overflow counter system), if the return address is abnormal and a program runaway occurs, the above-mentioned clearing is not performed, the counter overflows, and an alarm is generated due to this overflow.

しかし、これらの従来方式では、レジスタの復旧忘れ等
によるスタックレベルのずれにより退避レジスタの内容
がサブルーチン復帰アドレスとなった場合に、その復帰
アドレスが正規プログラムのアドレス範囲内にあると異
常を検出できない欠点がある。
However, with these conventional methods, if the contents of the save register become the subroutine return address due to a shift in the stack level due to forgetting to restore a register, etc., an abnormality cannot be detected if the return address is within the address range of the regular program. There are drawbacks.

本発明はか\る点を改善し、スタックポインタのずれに
よるプログラム暴走も確実に検出できる方式を提供しよ
うとするものである。
The present invention aims to improve these points and provide a system that can reliably detect program runaway due to stack pointer shift.

C問題点を解決するための手段〕 本発明は、スタック方式によりサブルーチンの復帰アド
レス退避及びレジスタ退避を行なう中央処理装置(CP
 U)を搭載した処理装置において、命令デコード回路
と、スタック領域に退避した内容がサブルーチン復帰ア
ドレスかレジスタ内容かを識別するフラグを発生する回
路(SCI、5C3)および該フラグを書込まれるメモ
リ (M4)と、該メモリの識別フラグを読出す回路(
FR)及び読出されたフラグをチェックする回路(F 
C’)を備え、命令デコード回路でのデコード結果がリ
ターン命令で該フラグチェック回路(FC)のチェック
結果がサブルーチン復帰アドレスでないことを示すとき
アラームを発生するようにしてなることを特徴とするも
である。
Means for Solving Problem C] The present invention provides a central processing unit (CP
In a processing device equipped with U), an instruction decoding circuit, a circuit (SCI, 5C3) that generates a flag to identify whether the contents saved in the stack area are a subroutine return address or register contents, and a memory in which the flag is written ( M4) and a circuit for reading out the identification flag of the memory (
FR) and a circuit for checking the read flag (F
C'), and is characterized in that an alarm is generated when the decoding result of the instruction decoding circuit indicates a return instruction and the check result of the flag check circuit (FC) indicates that it is not a subroutine return address. It is.

〔作用〕[Effect]

この方式によれば、スタックずれによるプログラムの暴
走を検出することができ、これを従来のプログラム走行
監視装置と組合せることにより、より完全なプログラム
走行監視を行なうことができ、プログラム暴走によるプ
ログラム又はデータの破壊を未然に防ぐことができる。
According to this method, it is possible to detect program runaway due to stack misalignment, and by combining this with a conventional program run monitoring device, more complete program run monitoring can be performed. Data destruction can be prevented.

〔実施例〕〔Example〕

第1図に本発明の実施例を示す。中央処理装置CPUは
アドレスバスAB及びデータバスDBを介してプログラ
ムメモリM + 、データメモリM 3 。
FIG. 1 shows an embodiment of the present invention. The central processing unit CPU is connected to a program memory M + and a data memory M 3 via an address bus AB and a data bus DB.

およびスタックメモリM3と接続されており、プログラ
ムメモリM1から順次命令を取出して実行し、データメ
モリM2及びスタックメモリM3に対して読出し又は書
込みを行なう。これらのメモ’J M +〜M3および
フラグメモリM4は一般には別々のメモリではなく、1
つのメモリの各領域である。命令デコード回路DECは
CPUからの命令フェッチ信号SIによりデータバスD
Baより命令を受取り、解読し、レジスタ退避を行なう
命令のとき信号線1+をアクティブにし、CPUがスタ
ックメモリM3に退避レジスタの内容を書くと同時に゛
O゛設定回路SC+及び有効フラグ設定回路SC2によ
り、フラグメモリM4の、スタックメモリM3に対応し
たアドレスに識別フラグ“0゛を書込みかつ有効フラグ
をセットする。またサブルーチン復帰アドレス退避を行
なう命令のとき信号線j22をアクティブにし、CPU
がスタックメモリM3にサブルーチン復帰アドレスを書
くと同時に°1°設定回路SCI及び有効フラグ設定回
路SC2によりフラグメモリM4の、スタックメモリM
3に対応したアドレスに識別フラグ°1゛を書込みかつ
有効フラグをセットする。部ちスタックメモリにレジス
タの内容を書込むときはフラグメモリに゛0゛フラグを
書込み、スタックメモリにリターンアドレスを書込とき
はフラグメモリに“1゛フラグを書込み、そしてこれら
の書込みを行なうとその識別フラグに有効フラグを立て
ておく。
and a stack memory M3, and sequentially fetches and executes instructions from the program memory M1, and reads from or writes to the data memory M2 and the stack memory M3. These memo 'JM+~M3 and flag memory M4 are generally not separate memories but one
each area of memory. The instruction decode circuit DEC receives the data bus D by the instruction fetch signal SI from the CPU.
An instruction is received from Ba, decoded, and when the instruction is to save a register, signal line 1+ is activated, and at the same time the CPU writes the contents of the save register to stack memory M3, the ``O'' setting circuit SC+ and valid flag setting circuit SC2 activate the signal line 1+. , writes the identification flag "0" to the address corresponding to the stack memory M3 in the flag memory M4 and sets the valid flag.Furthermore, at the time of an instruction to save the subroutine return address, the signal line j22 is activated and the CPU
writes the subroutine return address in the stack memory M3, and at the same time, the stack memory M in the flag memory M4 is written by the °1° setting circuit SCI and the valid flag setting circuit SC2.
Write the identification flag °1' to the address corresponding to 3 and set the valid flag. When writing the register contents to the stack memory, write the ``0'' flag to the flag memory, and when writing the return address to the stack memory, write the ``1'' flag to the flag memory. A valid flag is set in the identification flag.

そして命令デコード回路DECはCPUがスタック退避
レジスタ復旧命令またはサブルーチン復帰命令を実行す
るのを監視し、この命令が発生したとき信号線13をア
クティブにし、CPUがスタックメモリM3から退避レ
ジスタ値または復(Mアドレスを読出すと同時に、フラ
グ読出し回路FRにより、フラグメモリM4のスタック
メモリM3に対応したアドレスの識別フラグ及び有効フ
ラグを読出し、フラグチェ7り回路FCへ送る。また命
令デコード回路DECは命令解読結果がサブルーチン復
帰命令であるとタイミングパルス発生器TP’Gを介し
てフラグチェック回路FCにパルスを送り、フラグチェ
ックを行なわせる。該回路FCは有効フラグがセットさ
れている状態で識別フラグを判別し、内容が発生した命
令と対応がとれているか否か本例では“1゛であるか否
かチェックする。対応がとれている(′1゛であれば)
ときは有効フラグをリセットし、対応がとれていない(
“0゛である)ときはプログラム暴走と判断し、信号線
14をアクティブにしてアラームを発生させる。また読
出された有効フラグがリセットされている場合も、アラ
ームを発生させる。
The instruction decode circuit DEC monitors when the CPU executes a stack save register restore instruction or a subroutine return instruction, and when this instruction is generated, activates the signal line 13 so that the CPU can restore the save register value or restore ( At the same time as reading the M address, the flag reading circuit FR reads the identification flag and valid flag of the address corresponding to the stack memory M3 in the flag memory M4 and sends them to the flag checking circuit FC.In addition, the instruction decoding circuit DEC decodes the instruction. If the result is a subroutine return command, a pulse is sent to the flag check circuit FC via the timing pulse generator TP'G to cause the flag check to be performed.The circuit FC determines the identification flag while the valid flag is set. Then, in this example, it is checked whether the content corresponds to the generated instruction or not. In this example, it is checked whether it is "1".
When the valid flag is reset and the response is not taken (
If the value is "0", it is determined that the program has runaway, and the signal line 14 is activated to generate an alarm.Also, if the read valid flag has been reset, an alarm is generated.

第2図は上記動作の説明図である。メインルーチンMA
INがサブルーチンSUBへのジャンプ部に入ると先ず
レジスタ退避が行なわれ、本例ではこれはX、A、B各
しジスタの順で行なわれる。スタックポインタは最初0
を指していたとするとX。
FIG. 2 is an explanatory diagram of the above operation. Main routine MA
When IN enters the jump section to the subroutine SUB, register saving is first performed, and in this example, this is performed in the order of the X, A, and B registers. The stack pointer is initially 0
If it is pointing to X.

A、B各しジスタの内容はスタックメモリM3のアドレ
ス1.2.3へ順次格納される(こ\では各レジスタ共
2バイトとする)。このとき命令デコード回路で命令の
デコードが行なわれ、命令はレジスタ退避(ストアST
)であるから“0゛設定路が起動してフラグメモリM4
の同じアドレス1. 2. 3に順次0が書込まれる。
The contents of registers A and B are sequentially stored in addresses 1, 2, and 3 of stack memory M3 (here, each register is 2 bytes). At this time, the instruction is decoded by the instruction decode circuit, and the instruction is saved to the register (store ST).
), the “0” setting path is activated and the flag memory M4 is
Same address 1. 2. 3 is sequentially written with 0.

なお有効フラグも書込まれるがこ\では図示していない
Note that a valid flag is also written, but is not shown here.

次はサブルーチンへのジャンプ命令J、SUBが発行さ
れ、サブルーチンへとぶが、J、SUBをデコードする
と命令デコード回路は“1′段設定路を駆動し、フラグ
メモリM4のアドレス4には“1゛が書込まれる。また
リターンアドレスn+1をハードウェアが発生し、これ
がスタックメモリM3のアドレス4に書込まれる。
Next, the jump commands J and SUB to the subroutine are issued, and the jump to the subroutine is made. However, when J and SUB are decoded, the instruction decode circuit drives the "1' stage setting path, and the address 4 of the flag memory M4 is set to "1". is written. Further, the hardware generates a return address n+1, which is written to address 4 of the stack memory M3.

サブルーチンが実行されるとこ−にもレジスタ退避命令
STXが入っていることがあり、これがあるとM3のア
ドレス5にXレジスタの内容が退避され、M4の同じア
ドレスにOが書込まれる。
When a subroutine is executed, a register save instruction STX may also be included, and when this occurs, the contents of the X register are saved to address 5 of M3, and O is written to the same address of M4.

正常なら、同じサブルーチン内でレジスタ復旧命令LS
TXが入っており、これが実行されるとM3のアドレス
5が読出されてそれがレジヌクXへロードされ、M3.
M4のポインタ共−1されて今度はアドレス4を指して
いる。
If normal, register recovery command LS is executed within the same subroutine.
TX is included, and when this is executed, address 5 of M3 is read out and loaded into register X, and M3.
The pointer of M4 is also incremented by 1 and now points to address 4.

サブルーチンの床部にはリターン命令RTが入っており
、これが実行されるとメモリM3のアドレス4が読出さ
れ、リターンアドレスn+1が取出される。このときメ
モリM4のアドレス4も読出され、フラグlが取出され
る。また命令デコード回路では命令のデコードを行ない
、リターン命令であると本例では°1゛設定回路を起動
し、“1゛を出力させる。この1と上記フラグ1とは排
他オアがとられ、一致していると正常OKの出力が出さ
れる。これらが不一致であれば異常であり、アラームが
出される。レジスタ復旧のときは本例では“0゛設定路
が駆動されて“0゛が出力され、またフラグメモリから
読出されるフラグも正常なら°O“であり、排他オアの
結果は0、正常、である。
The floor of the subroutine contains a return instruction RT, and when this is executed, address 4 of memory M3 is read and return address n+1 is taken out. At this time, address 4 of memory M4 is also read and flag l is taken out. In addition, the instruction decode circuit decodes the instruction, and if it is a return instruction, in this example, the °1" setting circuit is activated and outputs "1". This 1 and the above flag 1 are exclusive ORed, and the If they match, a normal OK output is output. If they do not match, it is abnormal and an alarm is issued. When register recovery occurs, in this example, the "0" setting path is driven and "0" is output. , if the flag read from the flag memory is also normal, it is 0, and the result of exclusive OR is 0, normal.

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

以上説明したように、本発明によれば、スタックずれに
よるプログラムの暴走を検出することができ、これを従
来のプログラム走行監視装置と組合せることにより、よ
り完全なプログラム走行監視を行なうことができ、プロ
グラム暴走によるプログラム又はデータの破壊を未然に
防ぐことができる。
As explained above, according to the present invention, runaway of a program due to stack misalignment can be detected, and by combining this with a conventional program run monitoring device, more complete program run monitoring can be performed. , it is possible to prevent program or data destruction due to program runaway.

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

第1図は本発明の実施例を示すブロック図、第2図は第
1図の動作説明図である。
FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is an explanatory diagram of the operation of FIG. 1.

Claims (1)

【特許請求の範囲】 スタック方式によりサブルーチンの復帰アドレス退避及
びレジスタ退避を行なう中央処理装置(CPU)を搭載
した処理装置において、 命令デコード回路と、 スタック領域に退避した内容がサブルーチン復帰アドレ
スかレジスタ内容かを識別するフラグを発生する回路(
SC_1、SC_3)および該フラグを書込まれるメモ
リ(M_4)と、 該メモリの識別フラグを読出す回路(FR)及び読出さ
れたフラグをチェックする回路(FC)を備え、 命令デコード回路でのデコード結果がリターン命令で該
フラグチェック回路(FC)のチェック結果がサブルー
チン復帰アドレスでないことを示すときアラームを発生
するようにしてなることを特徴とするプログラム走行監
視装置。
[Scope of Claim] A processing device equipped with a central processing unit (CPU) that saves the return address of a subroutine and saves registers using a stack method, comprising: an instruction decoding circuit, and whether the contents saved in the stack area are the subroutine return address or the contents of the registers. A circuit that generates a flag to identify whether
SC_1, SC_3), a memory (M_4) into which the flags are written, a circuit (FR) for reading the identification flag of the memory, and a circuit (FC) for checking the read flag, and decoding with an instruction decoding circuit. A program run monitoring device characterized in that an alarm is generated when the result is a return instruction and the check result of the flag check circuit (FC) indicates that it is not a subroutine return address.
JP61299356A 1986-12-16 1986-12-16 Program running supervisory equipment Pending JPS63150732A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61299356A JPS63150732A (en) 1986-12-16 1986-12-16 Program running supervisory equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61299356A JPS63150732A (en) 1986-12-16 1986-12-16 Program running supervisory equipment

Publications (1)

Publication Number Publication Date
JPS63150732A true JPS63150732A (en) 1988-06-23

Family

ID=17871495

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61299356A Pending JPS63150732A (en) 1986-12-16 1986-12-16 Program running supervisory equipment

Country Status (1)

Country Link
JP (1) JPS63150732A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09146793A (en) * 1995-11-17 1997-06-06 Nec Corp Program evaluation method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57211646A (en) * 1981-06-22 1982-12-25 Fujitsu Ltd Subroutine controlling system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57211646A (en) * 1981-06-22 1982-12-25 Fujitsu Ltd Subroutine controlling system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09146793A (en) * 1995-11-17 1997-06-06 Nec Corp Program evaluation method and device

Similar Documents

Publication Publication Date Title
JPH07219809A (en) Apparatus and method for data processing
JPH0810437B2 (en) Guest execution control method for virtual machine system
JPS63150732A (en) Program running supervisory equipment
JP2653412B2 (en) How to set breakpoints
JP2871429B2 (en) Processor with runaway monitoring function
JP2786215B2 (en) Restart processing control method
JPS6118045A (en) Detecting system of program runaway
JPS59112494A (en) Memory testing system
JPS6230105Y2 (en)
JPH0233173B2 (en)
JPS6385831A (en) Control circuit for microprocessor
JPS6270947A (en) Control system for debug interruption
JPH02263243A (en) Runaway processor for computer
JPH0795288B2 (en) Microcomputer
JPH09319592A (en) Microcomputer
JPH0371236A (en) Error detecting system
JPH0573356A (en) Debug back-up method
JPS58114146A (en) Detecting for overrun of processor
JPH0333939A (en) Microprocessor
JPH03225433A (en) Single-chip microcomputer
JPH0424836A (en) Microprocessor
JPS61121140A (en) Detecting system for computer runaway
JPS6133548A (en) Method for detecting runaway of program
JPS63265337A (en) Fault detecting circuit for processor device
JPH08123734A (en) Methods for checking occurrence of data destruction in data storing area and program runaway and methods for searching causes of data destruction occurrence and program runaway