JPS61210441A - Bug detecting method for program - Google Patents

Bug detecting method for program

Info

Publication number
JPS61210441A
JPS61210441A JP60051158A JP5115885A JPS61210441A JP S61210441 A JPS61210441 A JP S61210441A JP 60051158 A JP60051158 A JP 60051158A JP 5115885 A JP5115885 A JP 5115885A JP S61210441 A JPS61210441 A JP S61210441A
Authority
JP
Japan
Prior art keywords
parity
mode
program
microprocessor
data
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
JP60051158A
Other languages
Japanese (ja)
Inventor
Yutaka Muraoka
村岡 豊
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.)
Fanuc Corp
Original Assignee
Fanuc Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fanuc Corp filed Critical Fanuc Corp
Priority to JP60051158A priority Critical patent/JPS61210441A/en
Publication of JPS61210441A publication Critical patent/JPS61210441A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1076Parity data used in redundant arrays of independent storages, e.g. in RAID systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1008Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To detect the bug of a program by adding the hardware to make a parity mode into the odd or even optional condition in a system having a parity generator checker G/C. CONSTITUTION:When the bug of the control program stored in a main RAM 8 is detected, first, a debugging mode setting circuit 11 is a debugging mode. When the electric power source is turned on, a microprocessor (MPU) 1 executes the initializing processing, discriminates the debugging mode of the circuit 11, writes zero into a parity mode setting circuit 12 and sets to an even parity mode. Next, all zero is written in the definition area of a RAM 8, and all zero is written at the corresponding area of a parity RAM 9. Next, the MPU 1 writes one into the parity mode setting circuit 12, sets to an odd parity mode and executes the control program of the main RAM 8. Thus, the bug such as a definition forgetting of a significant variable can be detected.

Description

【発明の詳細な説明】 〔概要〕 本発明は、バグ検出の対象とするプログラムを実行する
以、前にパリティモードを第1のモード(例えば偶数パ
リティモード)に変更してメモリの所定の領域にデータ
とパリティビットを記憶させ、次いでパリティモードを
第2のパリティモード(例えば奇数パリティモード)に
変更して前記プログラムを実行させることにより前記プ
ログラム中における有意変数の定義忘れ等のバグを検出
するようにしたものである。
DETAILED DESCRIPTION OF THE INVENTION [Summary] In the present invention, before executing a program targeted for bug detection, the parity mode is changed to a first mode (for example, even parity mode) and a predetermined area of memory is Detects bugs such as forgetting to define a significant variable in the program by storing data and parity bits in the program, then changing the parity mode to a second parity mode (for example, odd parity mode) and running the program. This is how it was done.

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

本発明はプログラム中に存在するバグを検出する方法に
関する。
The present invention relates to a method for detecting bugs present in a program.

マイクロプロセッサシステムの動作を確実にするには、
ハードウェアの信頼性を高め且つプログラムのバグをな
くすことが必要である。ハードウェアの信頼性を高める
対策としては、パリティジェネレータ・チェッカ(以下
パリティG/Cと称す)を設け、メモリへのデータ書込
及びメモリからのデータ読出し時にパリティG/Cで発
生されたパリティビットをデータと共に書込み及び書込
んだパリティビットをデータと共に読出してチェックし
、パリティエラーが発生されたときマイクロプロセッサ
に割込みをかけてその動作を変更又は停止させ、マイク
ロプロセッサが異常な処理を行なわないようにすること
が考えられる。また、プログラムのバグは、既存のデバ
ッキングツール等を用いてプログラム中のバグを検出し
修正することができる。
To ensure the operation of a microprocessor system,
It is necessary to improve the reliability of hardware and eliminate bugs in programs. As a measure to improve the reliability of the hardware, a parity generator/checker (hereinafter referred to as parity G/C) is installed, and the parity bit generated by the parity G/C when writing data to and reading data from memory is installed. It writes the parity bit along with the data and reads out the written parity bit along with the data to check it, and when a parity error occurs, interrupts the microprocessor to change or stop its operation so that the microprocessor does not perform abnormal processing. It is possible to do so. Additionally, bugs in the program can be detected and corrected using existing debugging tools and the like.

〔従来の技術〕[Conventional technology]

従来、パリティG/Cを有するシステムにおいては、こ
のパリティG/Cはハードウェア上の誤りを検出するた
めにのみ用いられており、プログラムのバグ検出は別途
のデバッキングツールなどを用いて行なわれている。
Conventionally, in systems with a parity G/C, the parity G/C is used only to detect hardware errors, and program bugs are detected using a separate debugging tool. ing.

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

従って、デバッキングツールがない場合、バグを見付け
ることは著しく困難となる。
Therefore, without debugging tools, finding bugs becomes extremely difficult.

本発明はこのような事情に鑑みて為されたものであり、
その目的は、パリティG/Cを有するシステムにおいて
このパリティG/Cを用いて簡単なプログラムバグを検
出し得るようにすることにある。
The present invention has been made in view of these circumstances,
The purpose is to enable a system having a parity G/C to detect simple program bugs using this parity G/C.

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

本発明は上記問題点を解決するために、マイクロプロセ
ッサからメモリへデータを書込む際はパリティジェネレ
ータ・チェッカで発生されたパリティビットを該データ
と同時にメモリに書込み、メモリよりデータを読出す際
はメモリに記憶されたパリティピントを前記パリティジ
ェネレータ・チェッカに加えてパリティチェックを行な
わせ、パリティエラーが検出されたとき前記マイクロプ
ロセッサに割込みをかけその動作を停止又は変更させる
ようにしたマイクロプロセッサシステムにおけるプログ
ラムのバグ検出方法において、バグ検出の対象どするプ
ログラムを実行する以前に、パリティジェネレータ・チ
ェッカによるパリティモードを第1のパリティモードに
変更してメモリの所定の領域にデータとパリティビット
を記憶させ、次いで前記パリティジェネレータ・チェッ
カによるパリティモードを第2のパリティモードに変更
して前記プログラムを実行させる。
In order to solve the above problems, the present invention writes a parity bit generated by a parity generator/checker to the memory at the same time when data is written from the microprocessor to the memory, and when reading data from the memory. In a microprocessor system, the parity pin stored in memory is added to the parity generator/checker to perform a parity check, and when a parity error is detected, an interrupt is generated to the microprocessor to stop or change its operation. In a program bug detection method, before executing the program to be detected, the parity mode of the parity generator/checker is changed to the first parity mode and data and parity bits are stored in a predetermined area of memory. Then, the parity mode of the parity generator/checker is changed to a second parity mode, and the program is executed.

〔作用〕[Effect]

プログラム中に或有意変数を定義するステップが本来必
要であるにもかかわらず、その定義を行なわなかった場
合、その有意変数定義領域は事前に第1のパリティモー
ドで書込みが行なわれているので、制御プログラム中で
その領域を読出したときパリティビットは第1のパリテ
ィモードを示すものとなり、パリティエラーが発生する
ことによりマイクロプロセッサはその時点で動作を停止
する。制御プログラム中で有意変数の定義が行なわれて
いると、当該領域は第2のパリティモードで書込みが行
なわれるので、読出し時にパリティエラーが発生するこ
とはない。
If a step to define a significant variable is originally required in the program but is not done, the significant variable definition area has already been written in the first parity mode, so When that area is read in the control program, the parity bit indicates the first parity mode, and the microprocessor stops operating at that point due to the occurrence of a parity error. If a significant variable is defined in the control program, writing to the area is performed in the second parity mode, so no parity error occurs during reading.

〔実施例〕〔Example〕

第1図は本発明を実施するシステムの一例を示   。 FIG. 1 shows an example of a system implementing the present invention.

す要部ブロック図である。同図において、1はマイクロ
プロセッサ(MPU)であり、例えば8ビツトのデータ
バス2と16と・ノドのアドレスバス3を有する。デー
タバス2はメインRAM8.パリティG / C10及
びデバッグモード設定回路11に接続され、アドレスバ
ス3はアドレスデコーダ6゜7、メインRAM8及びパ
リティRAM9に接続される。アドレスデコーダ6はデ
パックモード設定回路11.パリティモード設定回路1
2等を選択するものであり、アドレスデコーダ7はメイ
ンRAM8とパリティRAM9のチップセレクトを行な
うためのものである。メインRAM8は制御プロダラム
や変数定義領域等を記憶する領域を有し、パリティRA
M9はメインRAM8に記憶された各データの1ビツト
のパリティを記憶する領域を有し、両RAM8.9はア
ドレスデコーダ7からのチップセレクト信号で選択され
、アドレスバス3の同一アドレス線に接続される。即ち
、両者のRAM8.9のアドレス空間は共に等しい。パ
リティRAM9の1ビツトの出力aは、書込み時にはそ
れを識別する信号4を入力とするゲート回路15により
0″となり、読出し時には記憶されたパリティビットに
対応して“0”或は“1”となる。パリティC,/ C
10は、8ビツトのデータと1ビツトの出力aの合計9
ビツトのなかに“1″が偶数個(零個を含む)ある場合
その出力Cを“0”とし、反対に“1”が奇数個ある場
合出力Cを“l”とする。パリティG / C10の出
力Cは排他的論理和回路11の一方の入力に加えられ、
その他方の入力にはパリティモード設定回路12の出力
すが加わる。このパリティモード設定回路12は偶数パ
リティモードのときマイクロプロセッサ1より“0”が
書込まれ、奇数パリティモードのとき“1”が書込まれ
る。尚、パリティモード設定回路12は外部スイッチ等
で構成しても良い。排他的論理和回路13の出力dはパ
リティRAM9及びゲート回路14に入力される。この
ゲート回路14にはマイクロプロセッサ1から読出しサ
イクルであることを示す信号4が加えられ、その期間に
おける排他的論理和回路の出力dを割込み信号5として
マイクロプロセッサ1に入力する。デバッグモード設定
回路11は本システムをデバッグモードに設定するか否
かを決定するためのものであり、例えば一つのスイッチ
で構成される。
FIG. 2 is a block diagram of main parts. In the figure, a microprocessor (MPU) 1 has, for example, an 8-bit data bus 2, a 16-bit address bus 3, and an 8-bit address bus 3. Data bus 2 is main RAM8. It is connected to a parity G/C 10 and a debug mode setting circuit 11, and the address bus 3 is connected to an address decoder 6.7, a main RAM 8 and a parity RAM 9. Address decoder 6 includes depack mode setting circuit 11. Parity mode setting circuit 1
The address decoder 7 is used to select chips of the main RAM 8 and the parity RAM 9. The main RAM 8 has an area for storing control program, variable definition area, etc., and has a parity RAM.
M9 has an area for storing 1-bit parity of each data stored in the main RAM 8, and both RAMs 8.9 are selected by the chip select signal from the address decoder 7 and connected to the same address line of the address bus 3. Ru. That is, the address spaces of both RAMs 8.9 and 9 are the same. The 1-bit output a of the parity RAM 9 becomes 0'' during writing by the gate circuit 15 which inputs the signal 4 for identifying it, and becomes 0'' or 1 during reading, corresponding to the stored parity bit. becomes. Parity C, / C
10 is the total of 8 bits of data and 1 bit of output a, 9
If there is an even number of "1"s among the bits (including zero), the output C is set to "0", and on the other hand, if there is an odd number of "1"s, the output C is set to "1". The output C of the parity G/C10 is added to one input of the exclusive OR circuit 11,
The output of the parity mode setting circuit 12 is added to the other input. In the parity mode setting circuit 12, "0" is written by the microprocessor 1 in the even parity mode, and "1" is written in the odd parity mode. Note that the parity mode setting circuit 12 may be configured with an external switch or the like. The output d of the exclusive OR circuit 13 is input to the parity RAM 9 and the gate circuit 14. A signal 4 indicating a read cycle is applied from the microprocessor 1 to the gate circuit 14, and the output d of the exclusive OR circuit during that period is input to the microprocessor 1 as an interrupt signal 5. The debug mode setting circuit 11 is for determining whether or not to set the present system to a debug mode, and is composed of, for example, one switch.

パリティモード設定回路12に“O”が書込まれ、出力
すが0″となる偶数パリティモードにおいては、データ
バス2に例えばオール“0″のデータが送出され、これ
がメインRAM8のある領域に書込まれるとき、パリテ
ィRAM9の出力aはゲート回路15により“0”であ
るのでパリティG/C10の出力Cは書込み時に“0″
となり、パリティRAM9の該当するアドレスには“0
”のパリティビットが書込まれる。また、この領域が読
取られたときパリティRAM9の出力aは“O”であり
、メインRAM8からデータが正常に読出されれば、オ
ール“0”となるので出力Cは“O”となり、マイクロ
プロセッサ1には割込みはかからない。しかし、メイン
RAM8から読出されたデータに奇数個のビットの誤り
がある場合、パリティG/Cの出力Cは“l”となり、
これが読出しサイクル中に開か吻れたゲート回路14を
介してマイクロプロセッサ1に加えられ、マイクロプロ
セッサ1は割込み処理を実行する。
In the even parity mode in which “O” is written to the parity mode setting circuit 12 and the output is 0, for example, all “0” data is sent to the data bus 2, and this is written to a certain area of the main RAM 8. When the data is written, the output a of the parity RAM 9 is set to "0" by the gate circuit 15, so the output C of the parity G/C 10 is set to "0" at the time of writing.
Therefore, the corresponding address of parity RAM 9 is set to “0”.
” is written. Also, when this area is read, the output a of the parity RAM 9 is “O”, and if the data is read normally from the main RAM 8, all “0” will be output. C becomes "O" and no interrupt is applied to the microprocessor 1. However, if the data read from the main RAM 8 has an error in an odd number of bits, the output C of the parity G/C becomes "L".
This is applied to the microprocessor 1 via the gate circuit 14, which is opened during the read cycle, and the microprocessor 1 executes the interrupt processing.

第2図はマイクロプロセッサ1の処理の一例を示すフロ
ーチャートである。
FIG. 2 is a flowchart showing an example of processing by the microprocessor 1.

メインRAM8に記憶された制御プログラムのバグを検
出する場合、先ずデバッグモード設定回路11にデバッ
グモードを示すデータを外部より設定する。電源が投入
されるとマイクロプロセッサ1は第2図に示したように
先ず初期化処理を行ない(SL)、次にデバッグモード
設定回路11の内容を判別してデバッグモードか否かを
判別する(S2)。デバッグモードである場合、パリテ
ィモード設定回路12に0”を書込むことにより偶数パ
リティモードに設定しく53)、次にメインRAM8の
有意変数定義領域の全てにオール“O”のデータを書込
む(S4)。この処理により例えば第3図に示すように
メインRAM8の有意変数定義領域8aの全てに“0”
が書込まれ、パリティRAM9の対応する領域に全て“
O”が書込ま良い。
When detecting a bug in the control program stored in the main RAM 8, first, data indicating a debug mode is set in the debug mode setting circuit 11 from the outside. When the power is turned on, the microprocessor 1 first performs initialization processing (SL) as shown in FIG. S2). When in debug mode, set the even parity mode by writing 0'' to the parity mode setting circuit 12 (53), then write all “O” data to all significant variable definition areas of the main RAM 8 ( S4). Through this process, for example, as shown in FIG.
is written, and all "
O” should be written.

マイクロプロセッサ1は上記処理が終了すると、パリテ
ィモード設定回路12に1”を書込むことによりシステ
ムを奇数パリティモードに設定しくS5)、メインRA
M8の制御プログラムを実行する(S6)。この制御プ
ログラムの実行により例えばメインRAM8のアドレス
Aに15の値を設定するステップS7が含まれている場
合、マイクロプロセッサ1はアドレスAに「15」を書
込む。
When the above processing is completed, the microprocessor 1 sets the system to the odd parity mode by writing 1'' to the parity mode setting circuit 12 (S5), and the main RA
The control program of M8 is executed (S6). For example, if the execution of this control program includes step S7 of setting the value 15 to address A of the main RAM 8, the microprocessor 1 writes "15" to address A.

この処理により例えば第4図に示すようにア、ドレスA
に15 (00001111)が書込まれると共に、奇
数パリティモードに変更されていることからパリティR
AM9の対応する領域にば′″1″が書込まれる。後の
処理において、例えばC=AX2なるステップS8があ
る場合、これを実行するためマイクロプロセッサ1がア
ドレスAを読出しに行くと、ステップS7が実行されて
おり、且つハードウェアの銃砲り誤りがない場合はアド
レスAから正確に「15」が読取られ且つパリティエラ
ーが発生されることはない。しかし、ステップS7の有
意変数の定義が行なわれていないと、パリティRAM9
には偶数パリティモードに合致したパリティビットが記
憶されたままなので、ステップS8においてアドレスA
の内容を読取りに行くとパリティエラーが発生する。こ
れにより、マイクロプロセッサ1に割込みがかけられ、
マイクロプロセッサ1は第S図に示すように動作を停止
又は変更して図示しないランプ等を点灯させて外部にア
ラームを発生する(SIO,5ll)。
With this process, for example, as shown in FIG.
15 (00001111) is written to the parity R and the parity R is changed to odd parity mode.
``1'' is written in the corresponding area of AM9. In later processing, if there is a step S8 where C=AX2, for example, when the microprocessor 1 goes to read address A to execute this step, it will find that step S7 has been executed and there is no hardware error. In this case, "15" is accurately read from address A and no parity error occurs. However, if the significant variables are not defined in step S7, the parity RAM 9
Since the parity bit that matches the even parity mode is still stored in the address A, in step S8
When I try to read the contents, a parity error occurs. This causes an interrupt to be placed on microprocessor 1,
As shown in FIG. S, the microprocessor 1 stops or changes its operation, turns on a lamp, etc. (not shown), and generates an alarm externally (SIO, 5ll).

バグの検出を終了しプログラムを修正した後は、デバッ
グモード設定回路11の内容をデバッグモード以外に設
定すれば、マイクロプロセッサ1はステップS3.S4
をバスしてステップS5に移行し、システムを奇数パリ
ティモードに設定して制御プログラムを直ちに実行する
After completing the bug detection and correcting the program, if the contents of the debug mode setting circuit 11 are set to a mode other than the debug mode, the microprocessor 1 will proceed to step S3. S4
bus, the process moves to step S5, sets the system to odd parity mode, and immediately executes the control program.

なお、上記実施例ではデバッグモード設定回路11を設
は且つマイクロプロセッサ1の電源オン時にデバッグモ
ードか否かを判別するステップを設け、これによりデバ
ッグモード時に偶数パリティモードの設定とメインRA
M8の所定領域へのデータ書込みを行なわせたが、別の
プログラムや外部からの指令により上記偶数パリティモ
ードの設定とデータの書込みを行なわせても良い。また
、制御プログラムの実行を偶数パリティモードで行なわ
せ、デバッグモード時を奇数パリティモードにしても良
い。
In the above embodiment, the debug mode setting circuit 11 is provided, and a step is provided to determine whether or not the microprocessor 1 is in the debug mode when the power is turned on.
Although data is written to a predetermined area of M8, the setting of the even parity mode and the data writing may be performed by another program or an external command. Alternatively, the control program may be executed in even parity mode, and the debug mode may be in odd parity mode.

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

以上説明したように、本発明によれば、パリティG/C
を有するシステムにおいて、パリティモードを奇数と偶
数の任意のものとするための若干のハードウェアを追加
するだけで、パリティG/Cの機能を用いてプログラム
のバグを検出することができる。
As explained above, according to the present invention, the parity G/C
By simply adding some hardware to set the parity mode to any odd or even number, bugs in the program can be detected using the parity G/C function.

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

第1図は本発明を実施するシステムの一例を示す要部ブ
ロック図、第2図はマイクロプロセッサ1の処理の一例
を示すフローチャート、第3図及び第4図はRAM8.
9の内容説明図、第5図はマイクロプロセッサ1の割込
み処理の一例を示すフローチャートである。 ■はマイクロプロセッサ、8はメインRAM。 9はパリティRAM、10はパリティG/C,12はパ
リティモード設定回路である。
FIG. 1 is a main block diagram showing an example of a system implementing the present invention, FIG. 2 is a flowchart showing an example of processing by the microprocessor 1, and FIGS. 3 and 4 show the RAM 8.
FIG. 5 is a flowchart showing an example of interrupt processing by the microprocessor 1. ■ is the microprocessor, and 8 is the main RAM. 9 is a parity RAM, 10 is a parity G/C, and 12 is a parity mode setting circuit.

Claims (1)

【特許請求の範囲】 マイクロプロセッサからメモリへデータを書込む際はパ
リティジェネレータ・チェッカで発生されたパリテイビ
ットを該データと同時にメモリに書込み、メモリよりデ
ータを読出す際はメモリに記憶されたパリティビットを
前記パリティジェネレータ・チェッカに加えてパリティ
チェックを行なわせ、パリティエラーが検出されたとき
前記マイクロプロセッサに割込みをかけその動作を停止
又は変更させるようにしたマイクロプロセッサシステム
におけるプログラムのバグ検出方法において、 バグ検出の対象とするプログラムを実行する以前に、パ
リティジェネレータ・チェッカによるパリティモードを
第1のパリティモードに変更してメモリの所定の領域に
データとパリティビットを記憶させ、 次いで前記パリティジェネレータ・チェッカによるパリ
ティモードを第2のパリティモードに変更して前記プロ
グラムを実行させるようにしたことを特徴とするプログ
ラムのバグ検出方法。
[Claims] When writing data from the microprocessor to the memory, a parity bit generated by a parity generator/checker is written to the memory at the same time as the data, and when reading data from the memory, the parity bit is stored in the memory. A method for detecting bugs in a program in a microprocessor system, wherein a parity bit is added to the parity generator/checker to perform a parity check, and when a parity error is detected, an interrupt is issued to the microprocessor to stop or change its operation. Before executing the program targeted for bug detection, the parity mode of the parity generator/checker is changed to a first parity mode and data and parity bits are stored in a predetermined area of memory, and then the parity generator/checker - A method for detecting bugs in a program, characterized in that the parity mode by the checker is changed to a second parity mode and the program is executed.
JP60051158A 1985-03-14 1985-03-14 Bug detecting method for program Pending JPS61210441A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60051158A JPS61210441A (en) 1985-03-14 1985-03-14 Bug detecting method for program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60051158A JPS61210441A (en) 1985-03-14 1985-03-14 Bug detecting method for program

Publications (1)

Publication Number Publication Date
JPS61210441A true JPS61210441A (en) 1986-09-18

Family

ID=12879014

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60051158A Pending JPS61210441A (en) 1985-03-14 1985-03-14 Bug detecting method for program

Country Status (1)

Country Link
JP (1) JPS61210441A (en)

Similar Documents

Publication Publication Date Title
EP0461792B1 (en) Master/slave checking system
JPH0481932A (en) Interruption controller
US5404499A (en) Semi-automatic program execution error detection
JPS61210441A (en) Bug detecting method for program
JP2786215B2 (en) Restart processing control method
JPS63265337A (en) Fault detecting circuit for processor device
JPS58158747A (en) Programable controller
JPS5860362A (en) Interruption signal generating system
JPS6261974B2 (en)
JPS6270947A (en) Control system for debug interruption
JPS63113743A (en) Debugging system for computer hardware
JPS61223952A (en) Retry function confirming system of data processor
JPH08166891A (en) Fault tolerant computer system
JPS60225941A (en) Microprogram control device
JPS63150732A (en) Program running supervisory equipment
JPS61139836A (en) Instruction control system of pipeline computer
JPS6236578B2 (en)
JPS6083149A (en) Computer
JPH03256131A (en) Electronic computer having parity mode as segment attribute
JPS61131128A (en) Self-diagnosis system
JPS63143636A (en) Break point controller
JPH07160539A (en) Microcomputer
JPS61160146A (en) Control system of address stack pointer device
JPH01142948A (en) Symbolic debugger for microcomputer
JPH0744406A (en) Method for detecting defect of software and microcomputer system