JPH0635760A - Buffer device with tracing function - Google Patents

Buffer device with tracing function

Info

Publication number
JPH0635760A
JPH0635760A JP4186728A JP18672892A JPH0635760A JP H0635760 A JPH0635760 A JP H0635760A JP 4186728 A JP4186728 A JP 4186728A JP 18672892 A JP18672892 A JP 18672892A JP H0635760 A JPH0635760 A JP H0635760A
Authority
JP
Japan
Prior art keywords
cpu
trace
bus
history
buffer
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.)
Granted
Application number
JP4186728A
Other languages
Japanese (ja)
Other versions
JP2902861B2 (en
Inventor
Shigeo Nanbu
滋雄 南部
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP4186728A priority Critical patent/JP2902861B2/en
Publication of JPH0635760A publication Critical patent/JPH0635760A/en
Application granted granted Critical
Publication of JP2902861B2 publication Critical patent/JP2902861B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To provide a buffer device with a tracing function capable of executing the analysis of a bug without newly adding a hardware and applicable even to a multi-CPU or the like by utilizing a bus buffer normally existing. CONSTITUTION:This device is connected between a CPU and a multi-bus in a computer, saves access generated from the CPU in a trace memory as history and starting and stopping controls the saving to the trace memory 23 by trace logic 21 so that the bug generated after the development of an user system can be analyzed by reading the history of the access saved in the trace memory 23. Further, the bug analysis is enabled without newly adding hardware by utilizing the bus buffer normally existing. Also, by using a large-scale ASIC, the device can be applied even to the multi-CPU or the like.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、マイクロプロセッサを
用いたパーソナルコンピュータや制御コンピュータに対
するRAS(reliability :信頼性、availability:稼
働性、serviceability:保守性)を検討するに適用され
るトレース機能付バッファ装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a buffer with a trace function which is applied for examining RAS (reliability: reliability, availability: serviceability: serviceability) for a personal computer or a control computer using a microprocessor. Regarding the device.

【0002】[0002]

【従来の技術】マイクロプロセッサには8ビット、16
ビット、32ビットのものがある。これらマイクロプロ
セッサに対してはプログラムデバック及びバグの調査が
行われている。
2. Description of the Prior Art Microprocessors have 8 bits, 16
There are 32 bits and 32 bits. Program debugging and bug investigation are being conducted on these microprocessors.

【0003】この調査は、CPUから発せられた命令の
実行やメモリに対するリード・ライト等のアクセスの結
果をトレースメモリにリアルタイムで蓄積し、そしてト
リガ成立後にトレースメモリに蓄積されたCPUのアク
セスの結果を読み出すことによって行っている。
In this investigation, execution results of instructions issued from the CPU and access results such as read / write to the memory are accumulated in the trace memory in real time, and the access results of the CPU accumulated in the trace memory after the trigger is established. By reading.

【0004】このようなデバックの開発サポートツール
としては、例えばインサーキットエミュレータ(in cir
cuit emulator :ICE)が用いられている。このIC
Eは、ICE側のCPUをユーザシステム内部で動作さ
せ、CPUの実行内容を逐次ICEのソフトウェアで追
跡し監視するものである。又、このICEは、CPUの
実行をある条件により停止させたり、メモリ内容を変
更、I/O実行等をICEのソフトウェアを介入して制
御し、実機と近似した条件で、回路条件が正常であるか
どうか、又機能が十分に満足されているかを把握するも
の機能を有している。
As a development support tool for such debugging, for example, an in-circuit emulator (in cir
cuit emulator: ICE) is used. This IC
In E, the CPU on the ICE side is operated inside the user system, and the execution contents of the CPU are sequentially tracked and monitored by the software of the ICE. In addition, this ICE controls the CPU execution under certain conditions, changes the memory contents, I / O execution, etc. by intervening ICE software, and the circuit conditions are normal under conditions similar to those of the actual machine. It has a function of grasping whether there is any and whether the function is sufficiently satisfied.

【0005】このICEを実際に用いる場合は、図2に
示すようにICE本体1のアダプタ2をCPUを搭載し
た処理装置3のCPUソケット4に接続し、かつICE
本体1に対してプローブボックスやメモリ、パーソナル
コンピュータ等の解析装置5を接続することになる。な
お、このICEとしては、例えばインテル社386D
X、486DXやモトローラ社68000シリーズの各
機能に対応したものがある。
When this ICE is actually used, as shown in FIG. 2, the adapter 2 of the ICE main body 1 is connected to the CPU socket 4 of the processor 3 equipped with a CPU, and the ICE
An analyzer 5 such as a probe box, a memory, or a personal computer is connected to the main body 1. The ICE may be, for example, Intel 386D.
X, 486DX and Motorola 68000 series are available for each function.

【0006】これらICEは、その豊富な機能、コンパ
イラ、アセンブラ等の言語処理、マンマシンインタフェ
ース等の統合された開発環境を提供し、ソフトウェア開
発者にとっては非常に有益なものである。
[0006] These ICEs provide abundant functions, language processing such as a compiler and assembler, and an integrated development environment such as a man-machine interface, and are very useful for software developers.

【0007】しかしながら、ユーザシステムの開発後に
発生するバグ、例えばハードウェアの読みマージン不
足、処理タイミングによって希に発生するエラー、スタ
ックのpush及びpop の操作の食い違い等は、実際にはユ
ーザシステムの動作中に起こる場合が多い。このため、
上記ICEを取り付けた状態で、かかるバグを解析する
ことは困難である。又、マルチCPU、DMA等に対し
てバグを解析するには、各CPUに対してICEを接続
しなければならない。そのうえ、ICEは高価である。
However, bugs that occur after the development of the user system, such as insufficient read margin of the hardware, errors that rarely occur due to processing timing, and discrepancies in stack push and pop operations, etc. are actually the behavior of the user system. Often happens inside. For this reason,
It is difficult to analyze such a bug with the ICE attached. Further, in order to analyze a bug for multi CPU, DMA, etc., ICE must be connected to each CPU. Moreover, ICE is expensive.

【0008】[0008]

【発明が解決しようとする課題】以上のようにICEを
取り付けた状態で、ユーザシステムの開発後に発生する
バグを解析することで困難であり、又マルチCPU等に
対しては各CPUに対してICEを接続しなければなら
ない。
As described above, it is difficult to analyze a bug that occurs after the development of the user system in the state where the ICE is attached as described above. Also, in the case of multi-CPU etc. ICE must be connected.

【0009】そこで本発明は、ユーザシステムの開発後
に発生するバグの解析を、通常存在するバスバッファを
利用して新たにハードウェアを追加せずにできるものと
し、そのうえマルチCPU等に対しても適用できるトレ
ース機能付バッファ装置を提供することを目的とする。
Therefore, the present invention makes it possible to analyze a bug that occurs after the development of the user system by utilizing a bus buffer that normally exists without adding new hardware, and also for a multi-CPU or the like. It is an object to provide a buffer device with a trace function that can be applied.

【0010】[0010]

【課題を解決するための手段】本発明は、コンピュータ
におけるCPUとマルチバス等との間に接続されるバッ
ファ装置において、
The present invention provides a buffer device connected between a CPU and a multi-bus in a computer.

【0011】トレースメモリと、少なくともCPUから
発せられたアクセスをトレースメモリに履歴としてセー
ブし、かつこの履歴のセーブのスタート及びストップを
制御するトレース制御手段とを備えて上記目的を達成し
ようとするトレース機能付バッファ装置である。
A trace memory and a trace control means for saving at least access issued from the CPU as a history in the trace memory and controlling start and stop of saving of the history are traced to achieve the above object. It is a buffer device with a function.

【0012】[0012]

【作用】このような手段を備えたことにより、コンピュ
ータにおけるCPUとマルチバス等との間に接続され、
CPUから発せられたアクセスはトレースメモリに履歴
としてセーブされる。この場合、CPUのアクセスのト
レースメモリへのセーブは、トレース制御手段によりス
タート及びストップ制御される。
By providing such means, it is connected between the CPU and the multi-bus in the computer,
The access issued from the CPU is saved as a history in the trace memory. In this case, the saving of the access of the CPU to the trace memory is controlled by the trace control means to start and stop.

【0013】[0013]

【実施例】以下、本発明の一実施例について図面を参照
して説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0014】図1はトレース機能付バッファ装置10の
構成図である。このバッファ装置10は、バスバッファ
として機能するもので、バスの調停ロジック及びバスバ
ッファを有している。すなわち、例えばインテル社38
6DX、486DXクラスでは、マルチバスや共通メモ
リを使用する場合が多く、これには調停ロジック及びバ
スバッファが必要となる。
FIG. 1 is a block diagram of a buffer device 10 with a trace function. The buffer device 10 functions as a bus buffer and has a bus arbitration logic and a bus buffer. That is, for example, Intel 38
In the 6DX and 486DX classes, a multibus and a common memory are often used, which requires an arbitration logic and a bus buffer.

【0015】本バッファ装置10は、かかるバスバッフ
ァを利用したもので、ASIC(特定用途向け集積回
路)、例えばゲートアレイにより構成されている。そし
て、このバッファ装置10は、コンピュータにおけるC
PUとマルチバスやI/Oバス、システムバス、共有メ
モリバスとの間に接続されている。なお、同図ではCP
Uとマルチバスとの間に接続されている。
The buffer device 10 uses such a bus buffer, and is composed of an ASIC (application specific integrated circuit), for example, a gate array. The buffer device 10 is a C in a computer.
It is connected between the PU and the multi-bus, I / O bus, system bus, and shared memory bus. In the figure, CP
It is connected between U and the multibus.

【0016】このバッファ装置10には、シリアルポー
トを有するアドレス用バス11、ステータス用バス12
及びデータ用バス13が設けられ、これらバス11〜1
3のうちアドレス用バス11がCPUからのアドレスバ
ス14に接続され、ステータス用バス12がCPUから
のステータスバス15に接続され、データ用バス13が
CPUからのデータバス16に接続されている。
The buffer device 10 includes an address bus 11 and a status bus 12 each having a serial port.
And a data bus 13 are provided, and these buses 11 to 1
Of the three, the address bus 11 is connected to the address bus 14 from the CPU, the status bus 12 is connected to the status bus 15 from the CPU, and the data bus 13 is connected to the data bus 16 from the CPU.

【0017】又、アドレス用バス11には一方向バッフ
ァ17が接続され、データ用バス13には双方向バッフ
ァ18が接続され、それぞれマルチバス側のアドレス用
バス19、データバス20に接続され、かつこれらバス
11、12、13にトレースロジック21、レジスタ2
2及びトレースメモリ23が接続されている。このうち
トレースロジック21は、次の各機能を有している。
A unidirectional buffer 17 is connected to the address bus 11, a bidirectional buffer 18 is connected to the data bus 13, and they are connected to an address bus 19 and a data bus 20 on the multibus side, respectively. Also, trace logic 21 and register 2 are connected to these buses 11, 12 and 13.
2 and the trace memory 23 are connected. Of these, the trace logic 21 has the following functions.

【0018】すなわち、トレースメモリ23に履歴をセ
ーブするスタート・ストップのトリガ条件や履歴の内容
を読み出す条件をレジスタ22に設定するインタフェー
ス機能。
That is, an interface function for setting the start / stop trigger conditions for saving the history in the trace memory 23 and the conditions for reading the history contents in the register 22.

【0019】このレジスタ22に設定された条件に従っ
て、CPUから発せられたアクセス、例えば、命令実行
サイクル、コードフェッチ、メモリのリードライト等を
履歴としてトレースメモリ23にセーブし、かつトリガ
条件と一致したときに履歴のセーブを停止するトレース
制御機能を有している。
According to the condition set in the register 22, the access issued from the CPU, for example, the instruction execution cycle, the code fetch, the memory read / write, etc. are saved as a history in the trace memory 23, and the trigger condition is met. Sometimes it has a trace control function to stop saving history.

【0020】かかる構成であれば、CPUからアクセス
の履歴をセーブするスタート・ストップのトリガ条件や
履歴の内容を読み出す条件が発せられると、これら条件
はトレースロジック21によりレジスタ22に設定され
る。
With such a configuration, when a start / stop trigger condition for saving the access history and a condition for reading the history content are issued from the CPU, these conditions are set in the register 22 by the trace logic 21.

【0021】この状態に、CPUからアクセス、例えば
コードフェッチ、メモリ、I/Oのリードライト等が発
せられると、これらアクセスはステータスバス15を通
ってトレースロジック21に入力する。このトレースロ
ジック21は、これらアクセスを逐次トレースメモリ2
3に蓄積し、かつこのときアドレスバス14及びデータ
バス16に乗っているアドレス及びデータをモニタして
トレースメモリ23に蓄積する。なお、アドレス及びデ
ータは、それぞれ一方向バッファ17、双方向バッファ
18を通ってマルチバス側に伝送される。
When the CPU issues an access to this state, for example, a code fetch, a memory, an I / O read / write, etc., these accesses are input to the trace logic 21 through the status bus 15. The trace logic 21 sequentially executes these accesses to the trace memory 2
3 and the addresses and data on the address bus 14 and the data bus 16 at this time are monitored and stored in the trace memory 23. The address and the data are transmitted to the multi-bus side through the unidirectional buffer 17 and the bidirectional buffer 18, respectively.

【0022】このようにCPUからのアクセスをトレー
スメモリ23に蓄積している状態に、例えばプログラム
実行の状態がレジスタ22に設定されたストップのトリ
ガ条件に一致すると、トレースロジック21は、アクセ
ス履歴のトレースを停止する。
When the access from the CPU is accumulated in the trace memory 23 in this way, for example, when the program execution state matches the stop trigger condition set in the register 22, the trace logic 21 determines that the access history Stop the trace.

【0023】そして、CPUから履歴内容の読み出し指
令が発せられると、この指令はトレースロジック21を
通してトレースメモリ23に入力し、この状態にCPU
はトレースロジック21から履歴内容の読み出す。
When a history content read command is issued from the CPU, this command is input to the trace memory 23 through the trace logic 21 and the CPU is placed in this state.
Reads the history contents from the trace logic 21.

【0024】このように上記一実施例においては、コン
ピュータにおけるCPUとマルチバスとの間に接続し、
CPUから発せられたアクセスをトレースメモリ23に
履歴としてセーブし、このトレースメモリ23へのセー
ブをトレースロジック21によりスタート及びストップ
制御するようにしたので、トレースメモリ23にセーブ
されたアクセスの履歴を読み取ることによって、ユーザ
システムの開発後に発生するバグの解析を行うことがで
きる。そのうえ、このバグの解析は、通常存在するバス
バッファを利用して新たにハードウェアを追加せずにで
きる。又、大規模ASICを使用することにより、マル
チCPU等に対しても適用できる。そして、マルチCP
Uの各CPUに対してアクセス履歴のトレース機能を持
たせることができるので、共通要因があれば、各CPU
のサンプルデータを得て解析が容易となる。さらに、レ
ジスタ22に設定されるトリガ条件は変更が可能であ
り、かつトレースメモリ23の履歴をCPUにより任意
に読み出すことができる。なお、本発明は上記一実施例
に限定されるものでなくその要旨を変更しない範囲で変
形してもよい。
As described above, in the above embodiment, the connection between the CPU and the multi-bus in the computer is made,
Since the access issued from the CPU is saved in the trace memory 23 as a history and the saving to the trace memory 23 is controlled by the trace logic 21 to start and stop, the access history saved in the trace memory 23 is read. By doing so, it is possible to analyze bugs that occur after the development of the user system. Moreover, the analysis of this bug can be done using the existing bus buffers without adding additional hardware. Also, by using a large-scale ASIC, it can be applied to a multi-CPU and the like. And multi-CP
Since each U CPU can be provided with a trace function of access history, if there is a common factor, each CPU
It becomes easy to obtain the sample data of. Further, the trigger condition set in the register 22 can be changed, and the history of the trace memory 23 can be arbitrarily read by the CPU. The present invention is not limited to the above-mentioned embodiment, and may be modified within the scope of the invention.

【0025】[0025]

【発明の効果】以上詳記したように本発明によれば、ユ
ーザシステムの開発後に発生するバグの解析を、通常存
在するバスバッファを利用して新たにハードウェアを追
加せずにできるものとし、そのうえマルチCPU等に対
しても適用できるトレース機能付バッファ装置を提供で
きる。
As described above in detail, according to the present invention, it is possible to analyze a bug that occurs after the development of a user system by using a bus buffer that normally exists without adding new hardware. Moreover, it is possible to provide a buffer device with a trace function that can be applied to a multi-CPU or the like.

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

【図1】本発明に係わるトレース機能付バッファ装置の
一実施例を示す構成図。
FIG. 1 is a configuration diagram showing an embodiment of a buffer device with a trace function according to the present invention.

【図2】従来装置の構成図。FIG. 2 is a configuration diagram of a conventional device.

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

10…トレース機能付バッファ装置、17…一方向バッ
ファ、18…双方向バッファ、21…トレースロジッ
ク、22…レジスタ、23…トレースメモリ。
10 ... Buffer device with trace function, 17 ... One-way buffer, 18 ... Bidirectional buffer, 21 ... Trace logic, 22 ... Register, 23 ... Trace memory.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータにおけるCPUとマルチバ
ス等との間に接続されるバッファ装置において、 トレースメモリと、少なくとも前記CPUから発せられ
たアクセスを前記トレースメモリに履歴としてセーブ
し、かつこの履歴のセーブのスタート及びストップを制
御するトレース制御手段とを具備したことを特徴とする
トレース機能付バッファ装置。
1. A buffer device connected between a CPU and a multi-bus or the like in a computer, wherein a trace memory and at least an access issued from the CPU are saved as a history in the trace memory, and the history is saved. And a trace control means for controlling start and stop of the buffer function.
JP4186728A 1992-07-14 1992-07-14 Buffer device with trace function Expired - Fee Related JP2902861B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4186728A JP2902861B2 (en) 1992-07-14 1992-07-14 Buffer device with trace function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4186728A JP2902861B2 (en) 1992-07-14 1992-07-14 Buffer device with trace function

Publications (2)

Publication Number Publication Date
JPH0635760A true JPH0635760A (en) 1994-02-10
JP2902861B2 JP2902861B2 (en) 1999-06-07

Family

ID=16193602

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4186728A Expired - Fee Related JP2902861B2 (en) 1992-07-14 1992-07-14 Buffer device with trace function

Country Status (1)

Country Link
JP (1) JP2902861B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010020767A (en) * 2008-07-09 2010-01-28 Arm Ltd Monitoring of data processing apparatus and accumulation of monitored data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010020767A (en) * 2008-07-09 2010-01-28 Arm Ltd Monitoring of data processing apparatus and accumulation of monitored data
US9858169B2 (en) 2008-07-09 2018-01-02 Arm Limited Monitoring a data processing apparatus and summarising the monitoring data

Also Published As

Publication number Publication date
JP2902861B2 (en) 1999-06-07

Similar Documents

Publication Publication Date Title
US6598178B1 (en) Peripheral breakpoint signaler
JP3105223B2 (en) Debug peripherals for microcomputers, microprocessors and core processor integrated circuits
JP2651916B2 (en) In-circuit emulator
JPH011039A (en) In-circuit emulator
JPH11110254A (en) Exception identification device and method for software debugging
US5678003A (en) Method and system for providing a restartable stop in a multiprocessor system
EP0638864B1 (en) Development support system for microcomputer with internal cache
US7526756B2 (en) Address watch breakpoints with basing pointers
JP2902861B2 (en) Buffer device with trace function
KR100223096B1 (en) Method and apparatus for observing internal memory-mapped registers
JPH08171504A (en) Emulation device
JPH0581087A (en) Processor monitoring system
JPH04199336A (en) Microcomputer
JP2520158B2 (en) Debugging method of digital signal processor
JPH07191877A (en) Computer debugging device
JP2654105B2 (en) Microprocessor
JPH05173830A (en) Abnormal operation detecting method and emulator
EP1079304A1 (en) Microprocessor with debugging system
JPH10187480A (en) Emulator
JPS6382525A (en) Microprocessor with tracing function
JPH0340037A (en) Debug device
JP2001051873A (en) Debugging device
JPH05189267A (en) Operation control system for microprocessor and emulator
JP2001318802A (en) In-circuit emulator
JPH04367902A (en) Programmable controller

Legal Events

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