JPH06202907A - Debug support device - Google Patents

Debug support device

Info

Publication number
JPH06202907A
JPH06202907A JP5000543A JP54393A JPH06202907A JP H06202907 A JPH06202907 A JP H06202907A JP 5000543 A JP5000543 A JP 5000543A JP 54393 A JP54393 A JP 54393A JP H06202907 A JPH06202907 A JP H06202907A
Authority
JP
Japan
Prior art keywords
microprocessor
address
debug
debugged
program
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
JP5000543A
Other languages
Japanese (ja)
Inventor
Kenji Mori
健治 森
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP5000543A priority Critical patent/JPH06202907A/en
Publication of JPH06202907A publication Critical patent/JPH06202907A/en
Pending legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To provide a debug support method which can perform a debugging job in real time without giving any special limitation to the program to be debugged. CONSTITUTION:A debug support device 1 consists of a microprocessor 3, an address comparator 7, a comparison data latch 6, an address pass detecting circuit 5, a debug device control circuit 9, an external address pass detecting circuit 8, a display device 15, and a state deciding circuit 16. A device 2 to be debugged includes a memory 4 which stores the program to be debugged, etc. This memory 4 is connected to a microprocessor 3 via a data bus 10 and an address bus 11 and receives an access. The microprocessor 3 consists of a holding control circuit which stops the operation when the instructions of an instruction word latch, an execution pipeline, and an object address are fetched by the execution pipeline.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、デバッグ支援技術に関
し、特に、命令パイプライン方式のアーキテクチャを有
するマイクロプロセッサを使用した応用機器のデバッグ
に適用して有効な技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a debug support technique, and more particularly to a technique effectively applied to debug of an application device using a microprocessor having an instruction pipeline type architecture.

【0002】[0002]

【従来の技術】近年では、マイクロプロセッサを応用し
た機器が幅広く普及している。これらの応用機器の開発
時には、インサーキットエミュレータ等のデバッグ支援
装置を使用して、プログラムのデバッグを行う。このデ
バッグ機能の一つに有効なものとして、アドレスブレイ
ク、アドレス通過検出機能がある。すなわち、実行プロ
グラムが特定のアドレスになった時、マイクロプロセッ
サを停止させたり、当該特定アドレスが実行されたこと
を外部から認識可能にする機能である。
2. Description of the Related Art In recent years, devices to which microprocessors are applied have become widespread. When developing these applied devices, a debugging support device such as an in-circuit emulator is used to debug the program. An address break and address passage detection function are effective as one of the debug functions. That is, when the execution program reaches a specific address, it is a function of stopping the microprocessor or making it possible to recognize from outside that the specific address has been executed.

【0003】このような機能を実現する為には、従来は
デバッグ支援装置内でマイクロプロセッサのアドレスバ
スに目的とするアドレスとの比較を行う比較回路を接続
しその出力結果とマイクロプロセッサの命令語フェッチ
動作状態によりマイクロプロセッサの停止、或いはアド
レス通過検出を行なう方法が広くとられてきた。
In order to realize such a function, conventionally, in the debug support device, a comparison circuit for comparing with a target address is connected to the address bus of the microprocessor and the output result and the instruction word of the microprocessor are connected. A method of stopping the microprocessor or detecting an address passage depending on the fetch operation state has been widely adopted.

【0004】なお、マイクロコンピュータのシステム開
発におけるデバッグ技術については、たとえば株式会社
オーム社、1988年12月20日発行、可児賢三著
「マイクロコンピュータ基礎講座第3巻“ソフトウェア
とプログラミング”」P202〜P203、などの文献
に記載されている。
Regarding the debugging technique in the system development of a microcomputer, for example, Ohmsha Co., Ltd., published on Dec. 20, 1988, Kenzo Kani, "Microcomputer Basic Course, Volume 3," Software and Programming "" P202-P203. , And the like.

【0005】[0005]

【発明が解決しようとする課題】プログラムのデバッグ
を行う際、プログラムの不良箇所を検出しその原因を発
見するのは、困難な場合が少なくない。この際インサー
キットエミュレータ等の開発支援装置を用いることによ
り効率よく行う事ができる。この開発支援装置のデバッ
グ機能の一つに前述したアドレスブレイク、アドレス通
過検出機能がある。この機能をパイプライン方式のマイ
クロプロセッサで実現する場合、従来の非パイプライン
方式のマイクロプロセッサではアドレスバスの監視のみ
で容易に実現できたが、パイプライン方式のマイクロプ
ロセッサでは分岐命令等が発生した場合、実際に取り込
んだ命令を実行したかどうかの判定は外部でのアドレス
バスの監視だけでは認識できなくなる。
When debugging a program, it is often difficult to detect a defective portion of the program and find the cause thereof. At this time, it can be efficiently performed by using a development support device such as an in-circuit emulator. One of the debug functions of this development support device is the address break and address passage detection functions described above. When this function is implemented by a pipelined microprocessor, conventional non-pipelined microprocessors could be easily implemented only by monitoring the address bus, but pipelined microprocessors generated branch instructions. In this case, the determination as to whether the actually fetched instruction has been executed cannot be recognized only by externally monitoring the address bus.

【0006】このため、たとえば、本来の命令列の一部
にデバッグ用としてブレーク専用命令を追加するなど、
プログラムに制約を加えることにより実現しているが、
プログラムの作り直しなどのためにデバッグ作業が煩雑
になるばかりでなく、本来の状態でのプログラムの実時
間でのチェックが困難となる、などの問題がある。
Therefore, for example, a break-dedicated instruction is added to a part of the original instruction sequence for debugging.
This is achieved by adding constraints to the program,
There is a problem in that not only debugging work becomes complicated due to re-creating the program, but it also becomes difficult to check the program in its original state in real time.

【0007】本発明は、デバッグ対象のプログラムに特
別な制約を加えることなく、実時間でのデバッグを実現
することが可能なデバッグ支援技術を提供することにあ
る。
An object of the present invention is to provide a debug support technique capable of realizing real-time debugging without adding special restrictions to a program to be debugged.

【0008】本発明の他の目的は、デバッグ対象のプロ
グラムに特別な制約を加えることなく、実時間でのデバ
ッグを実現することが可能なマイクロプロセッサを提供
することにある。
Another object of the present invention is to provide a microprocessor capable of realizing debugging in real time without adding special restrictions to a program to be debugged.

【0009】本発明の前記ならびにその他の目的と新規
な特徴は、本明細書の記述および添付図面から明らかに
なるであろう。
The above and other objects and novel features of the present invention will be apparent from the description of this specification and the accompanying drawings.

【0010】[0010]

【課題を解決するための手段】本願において開示される
発明のうち、代表的なものの概要を簡単に説明すれば、
下記のとおりである。
Among the inventions disclosed in the present application, a brief description will be given to the outline of typical ones.
It is as follows.

【0011】すなわち、本発明のデバッグ支援装置は、
マイクロプロセッサのアドレスバスを監視し、目的のア
ドレス値か否かを判定する第1の手段と、マイクロプロ
セッサにおける実行サイクルが命令語取込みサイクルか
否かを判定する第2の手段と、第1および第2の手段に
おける判定結果に基づいて、マイクロプロセッサに対し
てデバッグ動作を指令する第1の論理信号を発行する第
3の手段と、マイクロプロセッサの内部に設けられ、第
1の論理信号によってデバッグ動作が指定されている
時、アドレス値の命令語が実行サイクルに入ったことを
示す第2の論理信号を外部に発行する第4の手段と、マ
イクロプロセッサの内部に設けられ、アドレスブレーク
動作が設定されている時に、第2の論理信号に基づい
て、マイクロプロセッサの実行動作を停止させる第5の
手段とを含むものである。
That is, the debug support apparatus of the present invention is
A first means for monitoring the address bus of the microprocessor to determine whether the address value is a target address value; a second means for determining whether the execution cycle in the microprocessor is an instruction word fetch cycle; Third means for issuing a first logic signal for instructing a debug operation to the microprocessor based on the determination result by the second means, and debug provided by the first logic signal provided inside the microprocessor. When an operation is designated, a fourth means for issuing a second logic signal indicating that the instruction word of the address value has entered the execution cycle to the outside and an address break operation provided inside the microprocessor are provided. And a fifth means for stopping the execution operation of the microprocessor based on the second logic signal when set. .

【0012】[0012]

【作用】上記した本発明のデバッグ支援装置によれば、
第3の手段は、第1の手段においてアドレスバスに出力
されたアドレスがデバッグ対象の目的のアドレスである
ことが認識され、しかも、第2の手段において、マイク
ロプロセッサにおける実行サイクルが命令語取込みサイ
クルであると判定されたことを契機として、マイクロプ
ロセッサに入力される第1の論理信号を真にする。
According to the debug support apparatus of the present invention described above,
The third means recognizes that the address output to the address bus in the first means is the target address to be debugged, and in the second means, the execution cycle in the microprocessor is the instruction word fetch cycle. Then, the first logic signal input to the microprocessor is set to be true.

【0013】マイクロプロセッサ内に設けられた第4の
手段は、第1の論理信号が真の状態で、デバッグ対象の
アドレスが実行サイクルに入った時、第2の制御信号を
外部に発行する。この第2の制御信号により、たとえ
ば、デバッグ対象のプログラムなどにデバッグ専用の命
令などを追加することなく、マイクロプロセッサの外部
から目的のアドレスの命令が実行されたことを確実に知
ることができる。
A fourth means provided in the microprocessor issues a second control signal to the outside when the address to be debugged enters an execution cycle while the first logic signal is in the true state. With this second control signal, it is possible to surely know that the instruction at the target address has been executed from the outside of the microprocessor, for example, without adding an instruction dedicated to debugging to the program to be debugged.

【0014】また、マイクロプロセッサ内に設けられた
第5の手段により、必要に応じて、当該第2の制御信号
の検出を契機として目的のアドレスでのマイクロプロセ
ッサの実行動作の停止(アドレスブレーク)を行わせる
ことができる。
Further, if necessary, the fifth means provided in the microprocessor stops the execution operation of the microprocessor at the target address (address break) upon detection of the second control signal. Can be done.

【0015】[0015]

【実施例】以下、図面を参照しながら、本発明の一実施
例であるデバッグ支援装置について詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A debug support apparatus according to an embodiment of the present invention will be described in detail below with reference to the drawings.

【0016】図1は本実施例のデバッグ支援装置の構成
の一例を示すブロック図である。デバッグ支援装置1は
マイクロプロセッサ3、アドレス比較回路7、比較デー
タラッチ6、アドレス通過検出回路5、デバッグ装置制
御回路9、外部アドレス通過検出回路8、ディスプレイ
装置15、状態判断回路16より構成されている。
FIG. 1 is a block diagram showing an example of the configuration of the debug support apparatus of this embodiment. The debug support device 1 includes a microprocessor 3, an address comparison circuit 7, a comparison data latch 6, an address passage detection circuit 5, a debug device control circuit 9, an external address passage detection circuit 8, a display device 15, and a state determination circuit 16. There is.

【0017】被デバッグ装置2は、たとえば、デバッグ
対象のプログラムなどが格納されているメモリ4等から
構成されており、当該メモリ4は、データバス10およ
びアドレスバス11を介してマイクロプロセッサ3に接
続され、アクセスされる。
The device to be debugged 2 is composed of, for example, a memory 4 in which a program to be debugged is stored, and the memory 4 is connected to the microprocessor 3 via a data bus 10 and an address bus 11. Be accessed.

【0018】図2は、本実施例におけるマイクロプロセ
ッサ3の内部構成の一例を示すブロック図である。マイ
クロプロセッサ3は、命令語ラッチ12、実行パイプラ
イン13、ホールド制御回路14等より構成されてい
る。
FIG. 2 is a block diagram showing an example of the internal configuration of the microprocessor 3 in this embodiment. The microprocessor 3 includes an instruction word latch 12, an execution pipeline 13, a hold control circuit 14 and the like.

【0019】マイクロプロセッサ3から前記状態判断回
路16には、当該マイクロプロセッサ3が命令語取込み
サイクルか否かを示すサイクル識別信号16aが出力さ
れている。
A cycle identification signal 16a indicating whether or not the microprocessor 3 is in an instruction word fetch cycle is output from the microprocessor 3 to the state determination circuit 16.

【0020】以下、本実施例のデバッグ支援装置の作用
の一例を説明する。
An example of the operation of the debug support device of this embodiment will be described below.

【0021】まず、アドレスブレイクを行う場合、目的
のアドレス値を比較データラッチ6に設定し、マイクロ
プロセッサ3のアドレスバス11をアドレス比較回路7
により監視し、比較データラッチ6の内容と一致するか
否かの判定を行う。
First, when performing an address break, a target address value is set in the comparison data latch 6, and the address bus 11 of the microprocessor 3 is connected to the address comparison circuit 7.
Are monitored to determine whether they match the contents of the comparison data latch 6.

【0022】次に、アドレス比較回路7においてアドレ
スが一致したと判定された場合、現在、マイクロプロセ
ッサ3は命令語取り込みサイクル中か否かを状態判断回
路16により判定し、判定結果が読み取りサイクルであ
ればマイクロプロセッサ3に対するアドレス通過検出入
力17を真にする。その後、マイクロプロセッサ3は実
行パイプライン13に当該アドレス通過検出入力17を
入力し、目的のアドレスの命令語が、実行パイプライン
13において実行サイクルに入ったことを契機として、
ホールド制御回路14にホールド要求を出力し、当該ホ
ールド制御回路14により、マイクロプロセッサ3の実
行動作を停止させる。
Next, when the address comparison circuit 7 determines that the addresses match, the microprocessor 3 determines by the state determination circuit 16 whether or not it is currently in the instruction word fetch cycle, and the determination result is the read cycle. If so, the address pass detection input 17 to the microprocessor 3 is set to true. After that, the microprocessor 3 inputs the address passage detection input 17 to the execution pipeline 13, and when the instruction word of the target address enters the execution cycle in the execution pipeline 13,
A hold request is output to the hold control circuit 14, and the hold control circuit 14 stops the execution operation of the microprocessor 3.

【0023】また、アドレス通過検出の場合は、ホール
ド制御回路14は動作させずに実行サイクルに入ったこ
とを示すアドレスバス出力信号18をマイクロプロセッ
サ3の外部に出力し、デバッグ支援装置1内のアドレス
通過検出回路5により通過検出を行う。そして、デバッ
グ装置制御回路9により、目的とするアドレスでマイク
ロプロセッサ3が停止したこと、または、目的のアドレ
スの命令語をマイクロプロセッサ3内で実行(通過)し
た事をディスプレイ装置15に表示する。
Further, in the case of detecting the address passage, the hold control circuit 14 outputs the address bus output signal 18 indicating that the execution cycle has been entered without operating the microprocessor 3, and the inside of the debug support apparatus 1 The address passage detection circuit 5 detects passage. Then, the debug device control circuit 9 displays on the display device 15 that the microprocessor 3 has stopped at the target address or that the instruction word at the target address has been executed (passed) in the microprocessor 3.

【0024】このように、本実施例のデバッグ支援装置
1によれば、たとえば、メモリ4に格納されたデバッグ
対象のプログラムに対して、デバッグ専用の特別な命令
語を付加するなどの変更を加えることなく、実行パイプ
ライン13を備えたマイクロプロセッサ3におけるアド
レスブレークや、アドレス通過検出などのデバッグ操作
を、実時間で、簡便かつ確実に遂行することができる。
As described above, according to the debug support apparatus 1 of the present embodiment, for example, the program to be debugged stored in the memory 4 is modified by adding a special instruction word dedicated to debugging. Without this, it is possible to easily and surely perform the debug operation such as the address break and the address passage detection in the microprocessor 3 having the execution pipeline 13 in real time.

【0025】以上本発明者によってなされた発明を実施
例に基づき具体的に説明したが、本発明は前記実施例に
限定されるものではなく、その要旨を逸脱しない範囲で
種々変更可能であることはいうまでもない。
Although the invention made by the present inventor has been specifically described based on the embodiments, the invention is not limited to the above embodiments, and various modifications can be made without departing from the scope of the invention. Needless to say.

【0026】[0026]

【発明の効果】本願において開示される発明のうち、代
表的なものによって得られる効果を簡単に説明すれば、
以下のとおりである。
The effects obtained by the typical ones of the inventions disclosed in the present application will be briefly described as follows.
It is as follows.

【0027】本発明のデバッグ支援装置によれば、デバ
ッグ対象のプログラムに特別な制約を加えることなく、
実時間でのデバッグを実現することができる、という効
果が得られる。
According to the debug support apparatus of the present invention, the program to be debugged is not subjected to any special restriction,
The effect is that real-time debugging can be realized.

【0028】また、本発明のデバッグ支援装置における
マイクロプロセッサによれば、命令パイプラインを備え
ている場合に、デバッグ対象のプログラムに特別な制約
を加えることなく、実時間でのデバッグを実現すること
ができる、という効果が得られる。
Further, according to the microprocessor in the debug support apparatus of the present invention, when the instruction pipeline is provided, real-time debugging can be realized without adding special restrictions to the program to be debugged. The effect is obtained.

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

【図1】本発明の一実施例であるデバッグ支援装置の構
成の一例を示すブロック図である。
FIG. 1 is a block diagram illustrating an example of a configuration of a debug support device that is an embodiment of the present invention.

【図2】本発明の一実施例であるデバッグ支援装置にお
けるマイクロプロセッサの内部構成の一例を示すブロッ
ク図である。
FIG. 2 is a block diagram showing an example of an internal configuration of a microprocessor in the debug support device according to the embodiment of the present invention.

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

1 デバッグ支援装置 2 被デバッグ装置 3 マイクロプロセッサ 4 メモリ 5 アドレス通過検出回路 6 比較データラッチ 7 アドレス比較回路(第1の手段) 8 外部アドレス通過検出回路(第3の手段) 9 デバッグ装置制御回路 10 データバス 11 アドレスバス 12 命令語ラッチ 13 実行パイプライン(第4の手段) 14 ホールド制御回路(第5の手段) 15 ディスプレイ装置 16 状態判断回路(第2の手段) 16a サイクル識別信号 17 アドレス通過検出入力(第1の論理信号) 18 アドレスバス出力信号(第2の論理信号) DESCRIPTION OF SYMBOLS 1 debug support device 2 device to be debugged 3 microprocessor 4 memory 5 address passage detection circuit 6 comparison data latch 7 address comparison circuit (first means) 8 external address passage detection circuit (third means) 9 debug device control circuit 10 Data bus 11 Address bus 12 Instruction word latch 13 Execution pipeline (fourth means) 14 Hold control circuit (fifth means) 15 Display device 16 State determination circuit (second means) 16a Cycle identification signal 17 Address passage detection Input (first logic signal) 18 Address bus output signal (second logic signal)

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 マイクロプロセッサのアドレスバスを監
視し、目的のアドレス値か否かを判定する第1の手段
と、前記マイクロプロセッサにおける実行サイクルが命
令語取込みサイクルか否かを判定する第2の手段と、前
記第1および第2の手段における判定結果に基づいて、
前記マイクロプロセッサに対してデバッグ動作を指令す
る第1の論理信号を発行する第3の手段と、前記マイク
ロプロセッサの内部に設けられ、前記第1の論理信号に
よってデバッグ動作が指定されている時、前記アドレス
値の命令語が実行サイクルに入ったことを示す第2の論
理信号を外部に発行する第4の手段と、前記マイクロプ
ロセッサの内部に設けられ、アドレスブレーク動作が設
定されている時に、前記第2の論理信号に基づいて、前
記マイクロプロセッサの実行動作を停止させる第5の手
段とを含むことを特徴とするデバッグ支援装置。
1. A first means for monitoring an address bus of a microprocessor to determine whether the address value is a target address value, and a second means for determining whether an execution cycle in the microprocessor is an instruction word fetch cycle. Means and the determination results of the first and second means,
Third means for issuing a first logic signal for instructing a debug operation to the microprocessor; and a third means provided inside the microprocessor for designating the debug operation by the first logic signal. Fourth means for issuing a second logic signal indicating that the instruction word of the address value has entered an execution cycle to the outside, and, provided inside the microprocessor, when an address break operation is set, And a fifth means for stopping the execution operation of the microprocessor based on the second logic signal.
JP5000543A 1993-01-06 1993-01-06 Debug support device Pending JPH06202907A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5000543A JPH06202907A (en) 1993-01-06 1993-01-06 Debug support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5000543A JPH06202907A (en) 1993-01-06 1993-01-06 Debug support device

Publications (1)

Publication Number Publication Date
JPH06202907A true JPH06202907A (en) 1994-07-22

Family

ID=11476666

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5000543A Pending JPH06202907A (en) 1993-01-06 1993-01-06 Debug support device

Country Status (1)

Country Link
JP (1) JPH06202907A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100327652B1 (en) * 1999-04-29 2002-03-08 포만 제프리 엘 SYSTEM AND METHOD FOR SELECTIVELY RESTRICTING ACCESS TO MEMORY FOR BUS ATTACHED UNIT IDs
KR100461799B1 (en) * 2002-09-11 2004-12-14 현대모비스 주식회사 Apparatus for connecting lan interface of system mounted qnx rtos
JP2010500661A (en) * 2006-08-09 2010-01-07 クゥアルコム・インコーポレイテッド Debug circuit comparing processor instruction set operating modes

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100327652B1 (en) * 1999-04-29 2002-03-08 포만 제프리 엘 SYSTEM AND METHOD FOR SELECTIVELY RESTRICTING ACCESS TO MEMORY FOR BUS ATTACHED UNIT IDs
KR100461799B1 (en) * 2002-09-11 2004-12-14 현대모비스 주식회사 Apparatus for connecting lan interface of system mounted qnx rtos
JP2010500661A (en) * 2006-08-09 2010-01-07 クゥアルコム・インコーポレイテッド Debug circuit comparing processor instruction set operating modes
US8352713B2 (en) 2006-08-09 2013-01-08 Qualcomm Incorporated Debug circuit comparing processor instruction set operating mode

Similar Documents

Publication Publication Date Title
EP0702297B1 (en) A data processor with breakpoint circuit
JP2010500661A (en) Debug circuit comparing processor instruction set operating modes
JP3397230B2 (en) Debug system
EP0530816A2 (en) Microprocessor with cache memory and trace analyzer therefor
JP2583525B2 (en) Data processing device
JPH06202907A (en) Debug support device
JP2646957B2 (en) Microprocessor with built-in cache and its trace system
JPH08171504A (en) Emulation device
EP0569987A1 (en) Microprocessor incorporating cache memory enabling efficient debugging
JPH05216721A (en) Electronic computer
EP0525672A2 (en) Microprocessor with program tracing
JP2002163126A (en) Event detecting circuit embedded in debugging cpu, event detecting method, and external peripheral circuit
JPH11167500A (en) Event circuit and debug system for emulator device
JP2808985B2 (en) Information processing device and debug device
JPH05224989A (en) Microprocessor containing cache memory and its trace analyzer
JPH02127731A (en) Bypass check system for arithmetic register
JPH05210534A (en) Instruction fetch trigger circuit
KR20000045665A (en) Interrupt generation circuit
JPH05250215A (en) Data processor containing debug supporting function
JPH04306743A (en) Debug support system for integrated circuit microprocessor
JPH04186442A (en) Brake point setting system
JPH0635760A (en) Buffer device with tracing function
JPH05108542A (en) Data processor
JPH0836505A (en) Development support system for microcomputer
JPH06149614A (en) Instruction executing device