JP2808757B2 - Microprocessor for debugging - Google Patents

Microprocessor for debugging

Info

Publication number
JP2808757B2
JP2808757B2 JP1315795A JP31579589A JP2808757B2 JP 2808757 B2 JP2808757 B2 JP 2808757B2 JP 1315795 A JP1315795 A JP 1315795A JP 31579589 A JP31579589 A JP 31579589A JP 2808757 B2 JP2808757 B2 JP 2808757B2
Authority
JP
Japan
Prior art keywords
instruction
execution
interrupt request
signal
interrupt
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.)
Expired - Fee Related
Application number
JP1315795A
Other languages
Japanese (ja)
Other versions
JPH03175539A (en
Inventor
滋行 金子
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.)
NEC Corp
Original Assignee
Nippon Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP1315795A priority Critical patent/JP2808757B2/en
Publication of JPH03175539A publication Critical patent/JPH03175539A/en
Application granted granted Critical
Publication of JP2808757B2 publication Critical patent/JP2808757B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、デバッグ用マイクロプロセッサに関し、特
に、そのデバッグ用割込み発生回路に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a debug microprocessor, and more particularly to a debug interrupt generation circuit.

〔従来の技術〕[Conventional technology]

従来マイクロプロセッサの性能を向上させる手段の一
つとして、パイプライン構造を用いる方法がある。この
パイプライン構造を持つマイクロプロセッサの内部は、
独立した機能を持つユニットに分かれ、各ユニットが並
列に動作するように結合されている。
As a means for improving the performance of a conventional microprocessor, there is a method using a pipeline structure. The inside of a microprocessor with this pipeline structure is
The unit is divided into units having independent functions, and the units are connected so as to operate in parallel.

第3図は従来のパイプライン構造をもつマイクロプロ
セッサ23の基本的な一例のブロック図である。まず各ユ
ニットの動作について説明する。バス制御ユニット2
は、このマイクロプロセッサ23の外部メモリや周辺デバ
イスとのデータの転送を行うユニットであり、プリフェ
ッチユニット3は、命令コードの先取りを制御するユニ
ットで、先取りした命令をプリフェッチユニット3内の
バッファに蓄えておく。命令デコードユニット4は、プ
リフェッチユニット3内のバッファに先取りされた命令
を順次取り出し、次の実行ユニット5へのデータ形式に
デコードする。実行ユニット5は、デコードされた命令
に従って実行するユニットである。
FIG. 3 is a block diagram of a basic example of a microprocessor 23 having a conventional pipeline structure. First, the operation of each unit will be described. Bus control unit 2
Is a unit for transferring data to and from the external memory and peripheral devices of the microprocessor 23. The prefetch unit 3 is a unit for controlling prefetching of instruction codes, and stores prefetched instructions in a buffer in the prefetch unit 3. Keep it. The instruction decode unit 4 sequentially fetches instructions prefetched into the buffer in the prefetch unit 3 and decodes them into a data format for the next execution unit 5. The execution unit 5 is a unit that executes according to the decoded instruction.

インサーキットエミュレータを用いたプログラムのデ
バッグにブレイクを用いる方法があるが、このブレイク
について説明する。インサーキットエミュレータのモニ
タプログラムの実行中にユーザプログラムを停止させる
アドレス(ブレイクポイント)を設定しておく。このユ
ーザプログラムを実行させ、ユーザプログラムの実行を
停止させるアドレスを検出するブレイク検出回路によ
り、ブレイクポイントの設定されている命令が実行され
た後に割込みを発生させ、命令の制御をモニタプログラ
ムに移して、レジスタの内容を見たり、メモリの内容を
見るといった処理を行う機能である。
There is a method of using a break for debugging a program using an in-circuit emulator. This break will be described. An address (breakpoint) at which the user program is stopped during execution of the monitor program of the in-circuit emulator is set. A break detection circuit for executing the user program and detecting an address at which execution of the user program is stopped causes an interrupt to be generated after an instruction at which a breakpoint is set is executed, and transfers control of the instruction to the monitor program. , A function for performing processing such as viewing the contents of a register or the contents of a memory.

第4図は第3図のパイプライン構造を持つデバッグ用
マイクロプロセッサのブレイク動作の流れを示したブロ
ック図である。バス制御ユニット2によりデータバス8
からのフェッチが行われる時、デバッグ用マイクロプロ
セッサ1a外部のブレイク検出回路21によりアドレスが、
ブレイクポイントのアドレスと一致した時にアクティブ
になるよう作られた、外部ブレイク(外部割込み)信号
6を同時にプリフェッチユニット3に取り込む。この外
部ブレイク信号6の情報は、フェッチされた命令22と共
に実行ユニット5まで持ち込まれる。
FIG. 4 is a block diagram showing a flow of a break operation of the debug microprocessor having the pipeline structure of FIG. Data bus 8 by bus control unit 2
When the fetch from is performed, the address is obtained by the break detection circuit 21 outside the debug microprocessor 1a.
An external break (external interrupt) signal 6, which is made active when the address matches the breakpoint address, is simultaneously taken into the prefetch unit 3. The information of the external break signal 6 is carried to the execution unit 5 together with the fetched instruction 22.

実行ユニット5内部には命令実行部9と割込み処理部
17とがあり、命令実行処理部9は実際に命令の実行をす
る所であり、割込み処理部17は割込みの発生をするなど
の処理を行う。実行ユニット5内の命令実行処理部9で
命令が実行された後、命令実行処理部9は命令実行終了
信号19を出力する。このタイミングでD−F/F24の出力
が割込み処理部17に入力され、アクティブの場合、つま
りいま実行された命令にブレイクポイントが設定されて
いた場合に割込みが発生される。
An instruction execution unit 9 and an interrupt processing unit are provided in the execution unit 5.
The instruction execution processing unit 9 is where the instruction is actually executed, and the interrupt processing unit 17 performs processing such as generation of an interrupt. After the instruction is executed by the instruction execution processing unit 9 in the execution unit 5, the instruction execution processing unit 9 outputs an instruction execution end signal 19. At this timing, the output of the DF / F 24 is input to the interrupt processing unit 17, and an interrupt is generated when active, that is, when a breakpoint has been set in the currently executed instruction.

ここで高級言語で記述されたプログラムのデバッグを
行う場合を考える。高級言語で記述されたプログラムの
デバッグには、高級言語レベルでデバッグの行える高級
言語デバッガが用いられる。高級言語デバッガでブレイ
クポイントを利用する場合、指定されたラインの先頭で
ブレイクさせることが多い。高級言語の1ラインはいく
つかの機械語命令に展開されているわけであるから、高
級言語の1ラインの先頭でブレイクをかけるには、先頭
の機械語命令が実行される直前にブレイクをかけなくて
はならない。しかし、従来のデバッグ用マイクロプロセ
ッサでは命令実行後にブレイクしてしまうため、高級言
語1ラインの先頭の命令にブレイクポイントを設定する
ことはできない。このため従来は、高級言語1ラインの
先頭でのブレイクを行うため、デバッグ用マイクロプロ
セッサのブレイク機能を用いて、シングルステップ実行
をさせている。機械語命令をステップ実行させ、命令実
行後のプログラムカウンタとブレイクさせたいラインの
先頭アドレスとを比較することにより、高級言語のブレ
イクポイントに達したかを1ステップ実行ごとに判断
し、ソフトウェア的にブレイクを発生させている。
Here, consider the case of debugging a program described in a high-level language. For debugging a program described in a high-level language, a high-level language debugger capable of debugging at a high-level language level is used. When using a breakpoint with a high-level language debugger, a break is often made at the head of a specified line. Since one line of a high-level language is expanded into several machine language instructions, to break at the beginning of one line of a high-level language, break just before the first machine language instruction is executed. Must-have. However, the conventional debug microprocessor breaks after executing an instruction, so that it is not possible to set a breakpoint at the first instruction of one line of a high-level language. For this reason, conventionally, in order to perform a break at the beginning of one line of a high-level language, single-step execution is performed using a break function of a debug microprocessor. By executing a machine language instruction step by step, and comparing the program counter after execution of the instruction with the head address of the line to be broken, it is determined at each step execution whether a high-level language breakpoint has been reached. A break is occurring.

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

このように従来の高級言語でのブレイク機能では、プ
ログラムをシングルステップ実行させて、高級言語のブ
レイクポイントに達したかどうかをソフトウェアで判断
しブレイクを発生させているため、プログラムの実行に
時間がかかり、リアルタイムでのエミュレートが出来な
いなどの問題があった。
As described above, in the conventional high-level language break function, the program is executed in a single step, the software determines whether the breakpoint of the high-level language has been reached, and a break is generated. There was a problem that emulation in real time was not possible.

本発明の目的は、このような問題を解決し、命令の実
行に割込み発生を要求する割込み要求信号を入力させ、
割込みを命令の実行前に発生させるか、命令実行後に発
生させるかを選択する回路を有することにより、フェッ
チされた命令が実行される前にも割込みを発生させるこ
とを可能としたデバッグ用マイクロプロセッサを提供す
ることにある。
An object of the present invention is to solve such a problem, and to input an interrupt request signal for requesting the execution of an instruction to generate an interrupt,
A debugging microprocessor that has a circuit for selecting whether an interrupt is generated before execution of an instruction or after an instruction is executed, thereby enabling an interrupt to be generated even before the fetched instruction is executed. Is to provide.

〔課題を解決するための手段〕[Means for solving the problem]

本発明の構成は、マイクロプロセッサがフェッチした
命令コードに対してこのマイクロプロセッサ外部からの
デバッグ用割込み発生要求があったとき、内部での前記
命令コードの実行までの処理と前記割込み要求の実行ま
での処理を同期化しているデバッグ用マイクロプロセッ
サにおいて、前記外部からのデバッグ用割込み要求信号
と前記命令コードが実行される直前を知らせる信号を利
用して作成され命令実行前にデバッグ用割込みの発生を
要求する第1の割込み要求信号およびこの第1の割込み
要求信号と命令の実行終了を知らせる信号とを利用して
作成され命令実行後にデバッグ用割込みの発生を要求す
る第2の割込み要求信号とをそれぞれ出力する割込み要
求信号作成回路と、マイクロプロセッサ内部に設けられ
切換信号を与えるレジスタの出力により、前記第1およ
び第2の割込み要求信号の一方を選択する選択回路とを
有することを特徴とする。
According to the configuration of the present invention, when there is a debug interrupt generation request from the outside of the microprocessor for an instruction code fetched by the microprocessor, processing up to execution of the instruction code and execution of the interrupt request are performed internally. In the debug microprocessor synchronizing the above processes, the debug microprocessor generates the debug interrupt before the instruction is executed by using the external debug interrupt request signal and the signal indicating immediately before the execution of the instruction code. A first interrupt request signal to be requested and a second interrupt request signal generated using the first interrupt request signal and a signal indicating the end of execution of the instruction and requesting generation of a debug interrupt after execution of the instruction. An interrupt request signal generating circuit for outputting each of them; The output of the static, and having a selection circuit for selecting one of said first and second interrupt request signals.

本発明において、割込み要求作成回路が、デバッグ用
割込み要求信号をデータ入力とし命令入力信号をクロッ
ク入力とし第1の割込み要求信号を出力する第1のフリ
ップフロップと、この第1のフリップフロップの出力を
データ入力とし命令実行終了信号をクロック入力として
第2の割込み要求信号を出力する第2のフリップフロッ
プとからなることもできる。
In the present invention, an interrupt request creation circuit includes a first flip-flop that outputs a first interrupt request signal using a debug interrupt request signal as a data input, an instruction input signal as a clock input, and an output of the first flip-flop. And a second flip-flop that outputs a second interrupt request signal using the instruction execution end signal as a clock input and a command execution end signal as a clock input.

〔実施例〕〔Example〕

第1図は本発明の一実施例のブロック図である。本実
施例が第4図のデバッグ用マイクロプロセッサ1aと相違
する点を説明する。従来例では、実行ユニット5内の命
令実行処理部9からの命令実行の終了を知らせる命令実
行終了信号19の出力されるタイミングで外部ブレイク信
号6の情報を割込み処理部17へ入力していたが、本実施
例では、命令デコードユニット4から実行ユニット5に
命令が入ってきたことを示す信号を新たに作ることによ
り、命令が実行される前に割込みを発生させることを可
能にしている。
FIG. 1 is a block diagram of one embodiment of the present invention. The difference between this embodiment and the debug microprocessor 1a of FIG. 4 will be described. In the conventional example, the information of the external break signal 6 is input to the interrupt processing unit 17 at the timing when the instruction execution end signal 19 for notifying the end of the instruction execution from the instruction execution processing unit 9 in the execution unit 5 is output. In this embodiment, a signal indicating that an instruction has entered the execution unit 5 from the instruction decoding unit 4 is newly generated, so that an interrupt can be generated before the instruction is executed.

図において、実行ユニット5に取込まれた命令にブレ
イクポイントが設定されていた場合について説明する。
バス制御ユニット2によりデータバス8からのフェッチ
が行われる時、デバッグ用マイクロプロセッサ1の外部
のブレイク検出回路21により、外部ブレイク信号6がア
クティブにされる。この情報はフェッチされた命令22と
同時にプリフェッチユニット3に取込まれる。外部ブレ
イク信号6の情報は、フェッチした情報と共に実行ユニ
ット5まで持ち込まれる。
In the figure, a case where a breakpoint is set for an instruction taken in the execution unit 5 will be described.
When a fetch from the data bus 8 is performed by the bus control unit 2, the external break signal 6 is activated by the break detection circuit 21 external to the debug microprocessor 1. This information is taken into the prefetch unit 3 simultaneously with the fetched instruction 22. The information of the external break signal 6 is carried to the execution unit 5 together with the fetched information.

命令コードユニット4から実行ユニット5への情報の
移動を、第2図の模式図を用いて説明する。命令コード
ユニット4内部には、デコードされた命令25と外部ブレ
イク信号6の情報を持つバッファ27がある。この情報
は、それぞれ実行ユニット5内部の命令実行処理部9、
割込み制御部26へ送り込まれる。また命令デコードユニ
ット4はデコードされた命令25と外部ブレイク信号6の
情報を実行ユニット5に送り込む際に命令入力信号18を
アクティブにする。この命令入力信号18も割込み制御部
26へ送り込まれる。
The transfer of information from the instruction code unit 4 to the execution unit 5 will be described with reference to the schematic diagram of FIG. Inside the instruction code unit 4, there is a buffer 27 having information on the decoded instruction 25 and the external break signal 6. This information is stored in the instruction execution processing unit 9 in the execution unit 5,
It is sent to the interrupt control unit 26. The instruction decode unit 4 activates the instruction input signal 18 when sending the information of the decoded instruction 25 and the external break signal 6 to the execution unit 5. This instruction input signal 18 is also
It is sent to 26.

次に、取込まれた命令の実行が終了した時に命令実行
処理部9は命令実行終了信号19をアクティブにする。
Next, when the execution of the fetched instruction is completed, the instruction execution processing unit 9 activates the instruction execution end signal 19.

命令入力信号18、実行終了信号19の2つの信号はそれ
ぞれD−F/F10,D−F/F11に入力される。いま外部ブレイ
ク信号6はアクティブ、つまり、命令実行処理部9に取
込まれた命令にブレイクポイントが設定されているの
で、命令入力信号18が出力された時点で、D−F/F10の
出力がアクティブになる。次に、命令実行処理部9に取
込まれた命令の実行が終了したときに、命令実行終了信
号19が出力された時点でD−F/F11の出力がアクティブ
になる。このD−F/F10,11の出力がセレクタ14の入力A,
入力Bとして入力される。セレクタ14は、レジスタ16か
らの選択入力15により、セレクタの入力A,入力Bのどち
らかの入力を選択し、割込みの発生時期を、命令が実行
ユニット5に入ったときにするか命令の実行が終了され
た時にするか、つまり、割込みの発生時期を命令実直前
か命令実行直後にするかを決定する。
Two signals, an instruction input signal 18 and an execution end signal 19, are input to DF / F10 and DF / F11, respectively. Since the external break signal 6 is now active, that is, a breakpoint is set in the instruction taken into the instruction execution processing unit 9, the output of the DF / F 10 is output when the instruction input signal 18 is output. Become active. Next, when the execution of the instruction taken into the instruction execution processing unit 9 is completed, the output of the DF / F 11 becomes active when the instruction execution end signal 19 is output. The outputs of the DF / Fs 10 and 11 are the inputs A and
Input as input B. The selector 14 selects either the input A or the input B of the selector by the selection input 15 from the register 16 and determines whether to generate an interrupt when the instruction enters the execution unit 5 or when the instruction is executed. Is completed, that is, whether the interrupt is generated immediately before the execution of the instruction or immediately after the execution of the instruction.

割込み処理部17へのセレクタ14からの出力をアクティ
ブにすることにより割込みを発生させる。割込み発生の
要求を受けた割込み処理部17は、後続の命令の実行を中
断して他のアドレスに実行を移す。
An interrupt is generated by activating the output from the selector 14 to the interrupt processing unit 17. Upon receiving the interrupt generation request, the interrupt processing unit 17 suspends execution of the subsequent instruction and shifts execution to another address.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明は、デバッグ用マイクロプ
ロセッサにおいて、割込み発生の時点をブレイクポイン
トの命令の実行直前か、命令実行直後にもすることがで
きるので、高級言語デバッガでのブレイクにおいても、
ブレイクポイントを高級言語1ラインの先頭の機械語命
令に設定することにより、高級言語1ラインが実行され
る直前に割込みをかけることができる。このようなデバ
ッグ用マイクロプロセッサのブレイク機能を用いて、実
行速度を早く、リアルタイムの高級言語デバッガを実現
することができる。
As described above, in the present invention, in the debug microprocessor, the point of occurrence of the interrupt can be set immediately before the execution of the instruction at the breakpoint or immediately after the execution of the instruction.
By setting a breakpoint in the first machine language instruction of a high-level language one line, an interrupt can be made immediately before the high-level language one line is executed. By using such a break function of the debug microprocessor, an execution speed can be increased and a real-time high-level language debugger can be realized.

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

第1図は、本発明の一実施例のブロック図、第2図は、
第1図の命令デコードユニット4と実行ユニット5との
間の情報のやり取りを示す模式図、第3図は、従来のパ
イプライン構造をもつマイクロプロセッサの一例のブロ
ック図、第4図は第3図の実行ユニット5部分を詳細に
示したブロック図である。 1,1a……マイクロプロセッサ、2……バス制御ユニッ
ト、3……プリフェッチユニット、4……命令デコード
ユニット、5……実行ユニット、6……外部ブレイク信
号、7……アドレスバス、8……データバス、9……命
令実行処理部、10,11,24……D−F/F、14……セレク
タ、15……選択入力、16……レジスタ、17……割込み処
理部、18……命令入力信号、19……命令実行終了信号、
21……ブレイク検出回路、22……フェッチされた命令、
23……マイクロプロセッサ、25……デコードされた命
令、26……割込み制御部。
FIG. 1 is a block diagram of one embodiment of the present invention, and FIG.
FIG. 1 is a schematic diagram showing the exchange of information between the instruction decode unit 4 and the execution unit 5 in FIG. 1, FIG. 3 is a block diagram of an example of a conventional microprocessor having a pipeline structure, and FIG. FIG. 2 is a block diagram showing in detail an execution unit 5 in FIG. 1, 1a microprocessor, 2 bus control unit, 3 prefetch unit, 4 instruction decode unit, 5 execution unit, 6 external break signal, 7 address bus, 8 Data bus, 9 ... instruction execution processing unit, 10, 11, 24 ... DF / F, 14 ... selector, 15 ... selection input, 16 ... register, 17 ... interrupt processing unit, 18 ... Command input signal, 19 …… Command execution end signal,
21: Break detection circuit, 22: Fetched instruction,
23: microprocessor, 25: decoded instruction, 26: interrupt control unit.

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】マイクロプロセッサがフェッチした命令コ
ードに対してこのマイクロプロセッサ外部からのデバッ
グ用割込み発生要求があったとき、内部での前記命令コ
ードの実行までの処理と前記割込み要求の実行までの処
理を同期化しているデバッグ用マイクロプロセッサにお
いて、前記外部からのデバッグ用割込み要求信号と前記
命令コードが実行される直前を知らせる信号を利用して
作成され命令実行前にデバッグ用割込みの発生を要求す
る第1の割込み要求信号およびこの第1の割込み要求信
号と命令の実行終了を知らせる信号とを利用して作成さ
れ命令実行後にデバッグ用割込みの発生を要求する第2
の割込み要求信号とをそれぞれ出力する割込み要求信号
作成回路と、マイクロプロセッサ内部に設けられ切換指
令を与えるレジスタの出力により、前記第1および第2
の割込み要求信号の一方を選択する選択回路とを有する
ことを特徴とするデバッグ用マイクロプロセッサ。
When a debug interrupt generation request is issued from the outside of a microprocessor to an instruction code fetched by a microprocessor, processing up to execution of the instruction code and execution of the interrupt request are executed internally. In the debug microprocessor synchronizing the processing, a debug interrupt request signal is generated using the external debug interrupt request signal and a signal notifying immediately before the execution of the instruction code. A second interrupt request signal generated by using the first interrupt request signal to be executed and a signal notifying the end of execution of the instruction, and requesting generation of a debug interrupt after execution of the instruction.
And a second interrupt request signal generating circuit for outputting the first and second interrupt request signals, and an output of a register provided inside the microprocessor for giving a switching command.
And a selection circuit for selecting one of the interrupt request signals.
【請求項2】割込み要求作成回路が、デバッグ用割込み
要求信号をデータ入力とし命令入力信号をクロック入力
とし第1の割込み要求信号を出力する第1のフリップフ
ロップと、この第1のフリップフロップの出力をデータ
入力とし命令実行終了信号をクロック入力として第2の
割込み要求信号を出力する第2のフリップフロップとか
らなる請求項1記載のデバッグ用マイクロプロセッサ。
2. An interrupt request generation circuit comprising: a first flip-flop for outputting a first interrupt request signal using a debug interrupt request signal as a data input, an instruction input signal as a clock input, and a first flip-flop. 2. The debug microprocessor according to claim 1, further comprising: a second flip-flop that outputs a data input and outputs a second interrupt request signal by using an instruction execution end signal as a clock input.
JP1315795A 1989-12-04 1989-12-04 Microprocessor for debugging Expired - Fee Related JP2808757B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1315795A JP2808757B2 (en) 1989-12-04 1989-12-04 Microprocessor for debugging

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1315795A JP2808757B2 (en) 1989-12-04 1989-12-04 Microprocessor for debugging

Publications (2)

Publication Number Publication Date
JPH03175539A JPH03175539A (en) 1991-07-30
JP2808757B2 true JP2808757B2 (en) 1998-10-08

Family

ID=18069646

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1315795A Expired - Fee Related JP2808757B2 (en) 1989-12-04 1989-12-04 Microprocessor for debugging

Country Status (1)

Country Link
JP (1) JP2808757B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2940309B2 (en) * 1992-06-10 1999-08-25 日本電気株式会社 Microcomputer for program development
JP2513417B2 (en) * 1993-07-05 1996-07-03 日本電気株式会社 Information processing device

Also Published As

Publication number Publication date
JPH03175539A (en) 1991-07-30

Similar Documents

Publication Publication Date Title
US5689694A (en) Data processing apparatus providing bus attribute information for system debugging
WO1999028817A2 (en) An instruction decoder
JP2513417B2 (en) Information processing device
US4747045A (en) Information processing apparatus having an instruction prefetch circuit
KR900004291B1 (en) A method and apparatus for coordinating exceution of an instruction by a processor
JP2003015906A (en) Remote debugging method and device
JP3260083B2 (en) Debug system and debugging method
JP2808757B2 (en) Microprocessor for debugging
JPH08171504A (en) Emulation device
JP2002163126A (en) Event detecting circuit embedded in debugging cpu, event detecting method, and external peripheral circuit
JPH06324861A (en) System and method for controlling cpu
JPH06348543A (en) Method for connection with input/output simulator
JP2000250779A (en) Programmable controller
JPS6148181B2 (en)
JPH0682323B2 (en) Debug microprocessor
JPH01137339A (en) Microprocessor
JPH03201135A (en) Microprocessor
JPS59202548A (en) Debugging device
JPH0795288B2 (en) Microcomputer
JPH05204710A (en) Event tracer
JPH0435779B2 (en)
JPH0659934A (en) Program evaluating microcomputer
JPH0752402B2 (en) Data processing device
JPH07121396A (en) Emulator
JPS6349941A (en) Arithmetic processing unit

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees