JPH0277945A - Trace device - Google Patents

Trace device

Info

Publication number
JPH0277945A
JPH0277945A JP63230708A JP23070888A JPH0277945A JP H0277945 A JPH0277945 A JP H0277945A JP 63230708 A JP63230708 A JP 63230708A JP 23070888 A JP23070888 A JP 23070888A JP H0277945 A JPH0277945 A JP H0277945A
Authority
JP
Japan
Prior art keywords
trace
data
memory
trace data
register
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
JP63230708A
Other languages
Japanese (ja)
Inventor
Madoka Oumi
近江 まどか
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 JP63230708A priority Critical patent/JPH0277945A/en
Publication of JPH0277945A publication Critical patent/JPH0277945A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To effectively use a trace memory by adding a trace inhibition table and a trace inhibition release table, etc., to a debug device and storing only the trace data necessary for the trace memory contained in the debug device. CONSTITUTION:A trace inhibition table 7 and a trace inhibition release table 9 are added to a debug device 2 and store the trace data 4 to instruct the trace inhibition or the trace inhibition release as well as a valid bit 8 or 10 to validate or invalidate the data 4. Then the data 4 sent out of a program counter 3 of a processor 1 is stored in a trace register 5 of the device 2. A comparator 11 compares the contents of the table 7 or 9 with the contents of the register 5 based on the value of a flag bit 6. This bit 6 is set according to the result of the comparison and the contents of the register 5 are stored in a trace memory 12. Thus only the desired trace data are stored in the memory 12. As a result, the memory 12 is effectively used.

Description

【発明の詳細な説明】 [概要] デバッグ装置内のトレースメモリにトレースデータを格
納するトレース装置に関し、 デバッグ装置内のトレースメモリに不必要なトレースデ
ータを格納せず、必要なトレースデータを格納すること
により、該トレースメモリを有効に利用することができ
るトレース装置を提供することを目的とし、 デバッグ装置内に設けられプロセッサのプログラムカウ
ンタからのトレースデータを格納しフラグビットを有す
るトレースレジスタと、前記フラグビットの値により前
記トレースレジスタからトレースデータが格納されるト
レースメモリと、トレースの禁止を指示するトレースデ
ータを格納し、該トレースデータを有効または無効にす
る有効ビットを有するトレース禁止テーブルと、トレー
スの禁止解除を指示するトレースデータを格納し、該ト
レースデータを有効または無効とする有効ビットを有す
る゛トレース禁止解除テーブルと、前記トレース禁止テ
ーブルまたはトレース禁止解除テーブルの前記各トレー
スデータと前記トレースレジスタ内のトレースデータと
を比較して前記フラグビットを設定する比較回路と、で
構成した。
[Detailed Description of the Invention] [Summary] Regarding a trace device that stores trace data in a trace memory within a debug device, storing necessary trace data without storing unnecessary trace data in the trace memory within the debug device. The purpose of the present invention is to provide a trace device that can effectively utilize the trace memory, and includes a trace register that is provided in a debug device and stores trace data from a program counter of a processor and has a flag bit; a trace memory that stores trace data from the trace register according to the value of a flag bit; a trace prohibition table that stores trace data that instructs to inhibit tracing and has a valid bit that enables or disables the trace data; a trace prohibition cancellation table that stores trace data instructing cancellation of prohibition and has a valid bit for validating or invalidating the trace data; and the trace prohibition table or each trace data of the trace prohibition cancellation table and the trace register. and a comparison circuit that sets the flag bit by comparing the trace data within.

[産業上の利用分野] 本発明は、デバッグ装置内のトレースメモリにトレース
データを格納するトレース装置に関する。
[Industrial Field of Application] The present invention relates to a trace device that stores trace data in a trace memory within a debug device.

一般に、プロセッサからデバッグ装置に送出されるトレ
ースデータは、すべてデバッグ装置内のトレースメモリ
に格納される。したがって、トレースメモリの最終アド
レスにトレースデータが格納されると、次のトレースデ
ータは再びトレースメモリの先頭アドレスから格納され
、すでに格納されていた以前のトレースデータは失われ
てしまう。また、トレースデータのすべてが必ずしも必
要なデータであるとは限らない。すなわち、デバッグ装
置内のトレースメモリが不必要なトレースデータで占め
られ、必要なトレースデータが得られない可能性がある
Generally, all trace data sent from a processor to a debug device is stored in a trace memory within the debug device. Therefore, when trace data is stored at the final address of the trace memory, the next trace data is stored again from the first address of the trace memory, and the previous trace data that was already stored is lost. Furthermore, not all trace data is necessarily necessary data. That is, there is a possibility that the trace memory in the debug device is occupied by unnecessary trace data, and necessary trace data cannot be obtained.

このため、デバッグ装置内のトレースメモリに格納する
トレースデータを必要に応じて選択し、トレースメモリ
を有効に利用するトレース装置が必要である。
Therefore, there is a need for a trace device that selects trace data to be stored in a trace memory within a debugging device as necessary and effectively utilizes the trace memory.

[従来の技術] 従来のトレース装置としては、例えば第4図に示すよう
なものがある。
[Prior Art] As a conventional tracing device, there is one shown in FIG. 4, for example.

第4図において、21はプロセッサ、22はプロセッサ
21内に設けられたプログラムカウンタである。また、
24はデバッグ装置であり、デバッグ装置24内にはト
レースデータ23が格納されるトレースメモリ25が設
けられている。
In FIG. 4, 21 is a processor, and 22 is a program counter provided within the processor 21. Also,
24 is a debug device, and the debug device 24 is provided with a trace memory 25 in which trace data 23 is stored.

ここで、プロセッサ21からのトレースデータ23はす
べてデバッグ装置24内のトレースメモリ25に格納さ
れる。すなわち、プロセッサ21内のプログラムカウン
タ22の内容をそれが更新されるたびごとにトレースデ
ータ23としてデバッグ装置24へ送出し、デバッグ装
置24内のトレースメモリ25に順次格納する。
Here, all trace data 23 from the processor 21 is stored in a trace memory 25 within the debug device 24. That is, the contents of the program counter 22 in the processor 21 are sent to the debug device 24 as trace data 23 every time the contents are updated, and are sequentially stored in the trace memory 25 in the debug device 24.

[発明が解決しようとする課題] しかしながら、このような従来のトレース装置にあって
は、大量にトレースデータをとる場合、デバッグ装置内
のトレースメモリの最終アドレスにトレースデータが格
納されると次のトレースデータからは再びトレースメモ
リの先頭アドレスから順次格納され、すでに格納されて
いた以前のトレースデータは失われる。
[Problems to be Solved by the Invention] However, in such conventional trace devices, when a large amount of trace data is collected, once the trace data is stored at the final address of the trace memory in the debug device, the next The trace data is stored again sequentially from the top address of the trace memory, and the previously stored trace data is lost.

トレースデータのすべては必要とせず、かつ必要な二つ
のトレースデータ間に大量に不必要なトレースデータが
混入する場合、デバッグ装置内のトレースメモリに格納
されたトレースデータが必要なトレースデータをすべて
含んでいるとは限らず、必要なトレースデータが不必要
なトレースデータにより失われてしまうという問題点が
あった。
If you do not need all of the trace data, and a large amount of unnecessary trace data is mixed in between two pieces of trace data that you need, the trace data stored in the trace memory in the debug device may contain all the necessary trace data. However, there is a problem in that necessary trace data is lost due to unnecessary trace data.

本発明は、上記問題点に鑑みてなされたものであって、
デバッグ装置内のトレースメモリに不必要なトレースデ
ータを格納せず、必要なトレース    −データを格
納することにより、トレースメモリを有効に利用するこ
とができるトレース装置を提供することを目的としてい
る。
The present invention has been made in view of the above problems, and includes:
It is an object of the present invention to provide a trace device that can effectively utilize a trace memory by storing necessary trace data without storing unnecessary trace data in the trace memory within the debug device.

[課題を解決するための手段] 第1図は本発明の基本構成図である。[Means to solve the problem] FIG. 1 is a basic configuration diagram of the present invention.

第1図において、2はデバッグ装置、5はデバッグ装置
2内に設けられプロセッサ1のプログラムカウンタ3か
らのトレースデータ4を格納しフラグビット6を有する
トレースレジスタ、12は前記フラグビット6の値によ
り前記トレースレジスタ5からトレースデータ4が格納
されるトレースメモリ、7はトレースの禁止を指示する
トレースデータ4を格納し、該トレースデータ4を有効
または無効にする有効ビット8を有するトレース禁止テ
ーブル、9はトレースの禁止解除を指示するトレースデ
ータ4を格納し、該トレースデータ4を有効または無効
とする有効ビット10を有するトレース禁止解除テーブ
ル、11は前記トレース禁止テーブル7またはトレース
禁止解除テーブル9の前記各トレースデータ4と前記ト
レースレジスタ5内のトレースデータ4とを比較して前
記フラグビット6を設定する比較回路である。
In FIG. 1, 2 is a debug device, 5 is a trace register which is provided in the debug device 2 and stores trace data 4 from the program counter 3 of the processor 1 and has a flag bit 6, and 12 is a trace register which is provided in the debug device 2 and has a flag bit 6. A trace memory 7 stores the trace data 4 from the trace register 5; a trace prohibition table 7 stores the trace data 4 instructing the prohibition of tracing, and has a valid bit 8 for validating or invalidating the trace data 4; 11 is a trace prohibition release table that stores trace data 4 that instructs trace prohibition cancellation and has a valid bit 10 that makes the trace data 4 valid or invalid; This is a comparison circuit that compares each trace data 4 with the trace data 4 in the trace register 5 and sets the flag bit 6.

[作用] 本発明においては、プロセッサからのトレースデータを
デバッグ装置内のトレースレジスタに格納し、フラグビ
ットの値により有効ビットが示すトレース禁止テーブル
またはトレース禁止解・除テーブルの内容と、トレース
レジスタの内容を比較回路で比較し、その比較結果によ
りフラグビットを設定し、フラグビットの値によりトレ
ースレジスタの内容をトレースメモリに格納する。
[Operation] In the present invention, trace data from the processor is stored in a trace register in a debug device, and the contents of the trace prohibition table or the trace prohibition release/removal table indicated by the valid bit are determined by the value of the flag bit and the contents of the trace register. The contents are compared by a comparison circuit, a flag bit is set according to the comparison result, and the contents of the trace register are stored in the trace memory according to the value of the flag bit.

したがって、必要なトレースデータだけをトレースメモ
リに格納することができるので、トレースメモリを有効
に活用することができる。
Therefore, since only necessary trace data can be stored in the trace memory, the trace memory can be used effectively.

[実施例] 以下、本発明の実施例を図面に基づいて説明する。[Example] Embodiments of the present invention will be described below based on the drawings.

第2図は本発明の一実施例を示す図である。FIG. 2 is a diagram showing an embodiment of the present invention.

まず、構成を説明すると、第2図において、1はプロセ
ッサであり、プロセッサ1内にはプログラムカウンタ3
が設けられている。2はデバッグ装置であり、デバッグ
装置2内には、トレースレジスタ5、トレースメモリ1
2、トレース禁止テーブル7、トレース禁止解除テーブ
ル9および比較回路11が、それぞれ設けられる。
First, to explain the configuration, in FIG. 2, 1 is a processor, and inside the processor 1 is a program counter 3.
is provided. 2 is a debug device, and the debug device 2 includes a trace register 5 and a trace memory 1.
2, a trace prohibition table 7, a trace prohibition release table 9, and a comparison circuit 11 are provided, respectively.

トレースレジスタ5はフラグビット6を有し、フラグビ
ット6がO″のとき、プログラムカウンタ3からトレー
スレジスタ5内に格納されたトレースデータ4がトレー
スメモリ12両に格納される。
The trace register 5 has a flag bit 6, and when the flag bit 6 is O'', the trace data 4 stored in the trace register 5 from the program counter 3 is stored in the trace memory 12.

また、フラグビット6が411 IIのときは、トレー
スデータ4はトレースメモリ12内には格納されない。
Further, when flag bit 6 is 411 II, trace data 4 is not stored in trace memory 12.

トレース禁止テーブル7内にはトレースを禁止するトレ
ースデータ4が格納され、有効ビット8により、そのト
レースデータ4を有効とするかまたは無効とする。例え
ば、図中、(0100)のトレースデータ4は有効ビッ
ト8を“1″としているので有効とされ、(0101)
のトレースデータ4は有効ビット8を“O″としている
ので無効とされる。
Trace data 4 for which tracing is prohibited is stored in the trace prohibition table 7, and the trace data 4 is made valid or invalid according to the valid bit 8. For example, in the figure, trace data 4 at (0100) is considered valid because valid bit 8 is set to “1”, and trace data 4 at (0101)
The trace data 4 has the valid bit 8 set to "O" and is therefore invalid.

トレース禁止解除テーブル9内にはトレースの禁止を解
除するトレースデータ4が格納され、有効ビット10に
よりそのトレースデータ4を有効とするかまたは無効と
する。例えば、図中(0102>のトレースデータ4は
有効ビット10を“099としているので無効とされ、
(1000)のトレースデータ4は有効ビット10を1
゛′としているので有効とされる。
Trace data 4 for canceling the prohibition of tracing is stored in the trace prohibition cancellation table 9, and the trace data 4 is made valid or invalid by the valid bit 10. For example, trace data 4 of (0102> in the figure is invalid because the valid bit 10 is "099".
(1000) trace data 4 has valid bit 10 set to 1
゛′, so it is considered valid.

比較回路11はフラグビット6がO″のとき、トレース
禁止テーブル7内の有効ビット8が“1゛′のトレース
データ4と、トレースレジスタ5内のトレースデータ4
とを比較し、一致した場合に、フラグビット6を“1パ
にセットする。
When the flag bit 6 is O'', the comparison circuit 11 compares the trace data 4 whose valid bit 8 in the trace prohibition table 7 is ``1'' and the trace data 4 in the trace register 5.
If they match, flag bit 6 is set to "1".

また、比較回路1勺はフラグビット6が“1゛′のとき
、トレース禁止解除テーブル9内の有効ビット10が“
1″であるトレースデータ4と、トレースレジスタ5内
のトレースデータ4とを比較し、一致した場合、フラグ
ビット6をO″にセットする。フラグビット6が“Op
tのときトレースデータ4は、トレースメモリ12内に
格納される。
Furthermore, when the flag bit 6 of the comparator circuit 1 is “1”, the valid bit 10 in the trace prohibition release table 9 is “1”.
The trace data 4 which is 1'' is compared with the trace data 4 in the trace register 5, and if they match, the flag bit 6 is set to O''. Flag bit 6 is “Op”
At time t, trace data 4 is stored in trace memory 12.

次に、作用を説明する。Next, the effect will be explained.

デバッグ装置2内のトレース禁止テーブル7に不必要な
トレースデータの先頭のデータを、トレース禁止解除テ
ーブル9にトレースを再開するデータをそれぞれセット
し、必要に応じて有効ビット8,10を“1″または“
Oパにセットする。
Set the head data of unnecessary trace data in the trace prohibition table 7 in the debug device 2, set the data for restarting tracing in the trace prohibition release table 9, and set valid bits 8 and 10 to "1" as necessary. or"
Set it to Opa.

またフラグビット6を″“0″にセットする。Also, flag bit 6 is set to ``0''.

以上の初期設定を行なった後、トレース機能を作動させ
る。
After making the above initial settings, activate the trace function.

プロセッサ1内のプログラムカウンタ3から送出された
トレースデータ4はデパック装置2内のトレースレジス
タ5に格納され、フラグビット6の値によりトレース禁
止テーブル7またはトレース禁止解除テーブル9のいず
れかのトレースデータ4と比較する。フラグビット6が
“OIfの場合、トレースレジスタ5のトレースデータ
4はトレース禁止テーブル7内の有効ビット8が“1″
であるトレースデータ4と、比較回路11において比較
され、一致した場合はフラグビット6を“1″にセット
する。
Trace data 4 sent from program counter 3 in processor 1 is stored in trace register 5 in depacking device 2, and trace data 4 is stored in either trace prohibition table 7 or trace prohibition release table 9 depending on the value of flag bit 6. Compare with. When flag bit 6 is “OIf”, trace data 4 in trace register 5 has valid bit 8 in trace prohibition table 7 as “1”.
The trace data 4 is compared with the trace data 4 in the comparison circuit 11, and if they match, the flag bit 6 is set to "1".

また、フラグビット6が“1″の場合、トレースレジス
タ5のトレースデータ4は、トレース禁止解除テーブル
9内の有効ビット10が“1″であるトレースデータ4
と、比較回路11において比較され、一致した場合はフ
ラグビット6を“Omeにセットする。
Furthermore, when the flag bit 6 is "1", the trace data 4 in the trace register 5 is the trace data 4 whose valid bit 10 in the trace prohibition release table 9 is "1".
are compared in the comparison circuit 11, and if they match, the flag bit 6 is set to "Ome".

上記のようにしてトレースレジスタ5のトレースデータ
4と、トレース禁止テーブル7またはトレース禁止解除
テーブル9のいずれかのトレースデータ4との比較が行
なわれた後のフラグビット6が“Onの場合、トレース
レジスタ5のトレースデータ4をトレースメモリ12に
格納する。すなわち、プロセッサ1からのトレースデー
タ4が選択されてデバッグ装置2内のトレースメモリ1
2に格納される。
If the flag bit 6 is “On” after the trace data 4 of the trace register 5 is compared with the trace data 4 of either the trace prohibition table 7 or the trace prohibition release table 9 as described above, the trace data 4 of the trace register 5 is The trace data 4 in the register 5 is stored in the trace memory 12. That is, the trace data 4 from the processor 1 is selected and stored in the trace memory 1 in the debug device 2.
2.

次に、第3図は本発明の動作を示すタイムチャートであ
り、プロセッサ1からのトレースデータ4とデバッグ装
置2内のフラグビット6およびトレースメモリ12のト
レースデータ4を示したものである。
Next, FIG. 3 is a time chart showing the operation of the present invention, showing trace data 4 from processor 1, flag bit 6 in debug device 2, and trace data 4 in trace memory 12.

プロセッサ1からデバッグ装置2内のトレースレジスタ
5にトレースデータaが格納された時のフラグビット6
の値をbに、トレースレジスタ5のトレースデータとト
レース禁止テーブル7またはトレース禁止解除テーブル
9のいずれかのトレースデータとを比較回路11で比較
した結果をセットしたフラグビット6の値をCに、トレ
ースレジスタ5からトレースメモリ12に格納されるト
レースデータをdに、それぞれ示している。
Flag bit 6 when trace data a is stored from processor 1 to trace register 5 in debug device 2
The value of flag bit 6 is set to b, and the value of flag bit 6 is set to the result of comparing the trace data of trace register 5 with the trace data of either trace prohibition table 7 or trace prohibition release table 9 by comparison circuit 11. Trace data stored in the trace memory 12 from the trace register 5 is shown in d.

第3図においては、T2から1’−nの間、フラグビッ
ト6が“1″であるので(C)、トレースメモリ12へ
の格納データdは存在しない。
In FIG. 3, since the flag bit 6 is "1" from T2 to 1'-n (C), there is no data d stored in the trace memory 12.

すなわち、TOの(0000)のデータとT1の(00
01)のデータは、トレース禁止テーブル7内の有効ビ
ットが“1″の(0100)のデータと一致しないので
、フラグビット6は0゛′であり(C)、トレースメモ
リ12内に格納される。次に、T2の(0100)のデ
ータはトレース禁止テーブル7の(0100)のデータ
と一致するので、フラグビット6は“1″となり(C)
、トレースメモリ12には格納されない。
In other words, the (0000) data of TO and the (0000) data of T1
Since the data 01) does not match the data (0100) whose valid bit in the trace prohibition table 7 is "1", the flag bit 6 is 0'' (C) and is stored in the trace memory 12. . Next, since the data at (0100) in T2 matches the data at (0100) in the trace prohibition table 7, flag bit 6 becomes “1” (C).
, are not stored in the trace memory 12.

次に、■3〜Tnのデータはトレース禁止解除テーブル
9内の有効ビット10が“1″である(1000)のデ
ータとは一致しないので、フラグビット6は“1″のま
まであり(c)、トレースメモリ12には格納されない
。Tn+1の(1000)のデータは、トレース禁止解
除テーブル9の(1000)のデータと一致するので、
フラグビット6は“Omeとなり(cL トレースメモ
リ12内に格納される。
Next, the data from ■3 to Tn does not match the data (1000) in which the valid bit 10 in the trace prohibition release table 9 is “1”, so the flag bit 6 remains “1” (c ), are not stored in the trace memory 12. Since the data at (1000) of Tn+1 matches the data at (1000) of the trace prohibition release table 9,
Flag bit 6 becomes “Ome” (stored in cL trace memory 12).

このように、プロセッサ1からのトレースデータ4を必
要に応じて選択することができるので、トレースメモリ
12を有効に活用することができる。また、有効ビット
8,10の“1′′または“0″の設定によりトレース
データ4の選択条件を簡単に変更することができる。
In this way, the trace data 4 from the processor 1 can be selected as needed, so the trace memory 12 can be used effectively. Furthermore, the selection conditions for the trace data 4 can be easily changed by setting the valid bits 8 and 10 to "1" or "0".

[発明の効果] 以上説明してきたように、本発明によれば、デバッグ装
置内のトレースメモリに格納するトレースデータを格納
するか否か指示するようしたため、必要なトレースデー
タだけをトレースメモリ内に格納することができ、トレ
ースメモリを有効に活用することができる。
[Effects of the Invention] As described above, according to the present invention, since an instruction is given as to whether or not to store trace data in the trace memory in the debug device, only necessary trace data can be stored in the trace memory. trace memory can be used effectively.

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

第1図は本発明の基本構成図、 第2図は本発明の一実施例を示すブロック図、第3図は
動作を説明するためのタイムチャート、第4図は従来例
を示すブロック図である。 図中、 1・・・プロセッサ、 2・・・デバッグ装置、 3・・・プログラムカウンタ、 4・・・トレースデータ、 5・・・トレースレジスタ、 6・・・フラグビット、 7・・・トレース禁止テーブル、 8.10・・・有効ビット、 9・・・トレース禁止解除テーブル、 11・・・比較回路、 12・・・トレースメモリ。
Fig. 1 is a basic configuration diagram of the present invention, Fig. 2 is a block diagram showing an embodiment of the present invention, Fig. 3 is a time chart for explaining the operation, and Fig. 4 is a block diagram showing a conventional example. be. In the figure, 1...Processor, 2...Debug device, 3...Program counter, 4...Trace data, 5...Trace register, 6...Flag bit, 7...Trace prohibition Table, 8.10...Valid bit, 9...Trace inhibition release table, 11...Comparison circuit, 12...Trace memory.

Claims (1)

【特許請求の範囲】[Claims] デバッグ装置(2)内に設けられプロセッサ(1)のプ
ログラムカウンタ(3)からのトレースデータ(4)を
格納しフラグビット(6)を有するトレースレジスタ(
5)と、前記フラグビット(6)の値により前記トレー
スレジスタ(5)からトレースデータ(4)が格納され
るトレースメモリ(12)と、トレースの禁止を指示す
るトレースデータ(4)を格納し、該トレースデータ(
4)を有効または無効にする有効ビット(8)を有する
トレース禁止テーブル(7)と、トレースの禁止解除を
指示するトレースデータ(4)を格納し、該トレースデ
ータ(4)を有効または無効とする有効ビット(10)
を有するトレース禁止解除テーブル(9)と、前記トレ
ース禁止テーブル(7)またはトレース禁止解除テーブ
ル(9)の前記各トレースデータ(4)と前記トレース
レジスタ(5)内のトレースデータ(4)とを比較して
前記フラグビット(6)を設定する比較回路(11)と
、を備えたことを特徴とするトレース装置。
A trace register (4) provided in the debug device (2) that stores trace data (4) from the program counter (3) of the processor (1) and has a flag bit (6).
5), a trace memory (12) that stores trace data (4) from the trace register (5) according to the value of the flag bit (6), and a trace memory (12) that stores trace data (4) that instructs to prohibit tracing. , the trace data (
A trace prohibition table (7) having a valid bit (8) for enabling or disabling 4) and trace data (4) for instructing cancellation of trace inhibition, and for enabling or disabling the trace data (4). Valid bits (10)
a trace prohibition release table (9) having a trace prohibition table (9), each of the trace data (4) of the trace prohibition table (7) or the trace prohibition release table (9), and the trace data (4) in the trace register (5). A tracing device comprising: a comparison circuit (11) that compares and sets the flag bit (6).
JP63230708A 1988-09-14 1988-09-14 Trace device Pending JPH0277945A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63230708A JPH0277945A (en) 1988-09-14 1988-09-14 Trace device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63230708A JPH0277945A (en) 1988-09-14 1988-09-14 Trace device

Publications (1)

Publication Number Publication Date
JPH0277945A true JPH0277945A (en) 1990-03-19

Family

ID=16912067

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63230708A Pending JPH0277945A (en) 1988-09-14 1988-09-14 Trace device

Country Status (1)

Country Link
JP (1) JPH0277945A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009157827A (en) * 2007-12-27 2009-07-16 Toppan Printing Co Ltd Ic medium, ic medium control program, execution information reading method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009157827A (en) * 2007-12-27 2009-07-16 Toppan Printing Co Ltd Ic medium, ic medium control program, execution information reading method

Similar Documents

Publication Publication Date Title
US7913120B2 (en) Selective disabling of diagnostic functions within a data processing system
US20180217752A1 (en) Flash controller and control method for flash controller
JPH0277945A (en) Trace device
US10592644B2 (en) Information protection method and device based on a plurality of sub-areas for MCU chip
JPS6151240A (en) Data processor
KR960002032A (en) Interface device
JPS615348A (en) Information processor
SU523457A1 (en) Memory protection device
JPS5847799B2 (en) memory protection device
JPS619733A (en) Test device
JPS62212748A (en) Information processing system
JPH0262642A (en) Bus switching system
JPS6152517B2 (en)
JPS63247832A (en) Data processor
JPS61195442A (en) Memory protection device
JPS59128638A (en) Protecting method of memory
JPH02205937A (en) Information processing system
JPH0228834A (en) Register writing circuit
JPS58213353A (en) Forced loop circuit
JPH0573412A (en) Exclusive control system in multi-processor system
JPS63189946A (en) Memory write protecting circuit
JPS55138148A (en) Microprogram memory unit
JPS6143321A (en) Output device of pulse signal
JPH05165710A (en) Automatic setting system for extension memory bank
JPS60215255A (en) Debugger circuit