JPH11102310A - Program tracer and trace data compressing and recording method - Google Patents
Program tracer and trace data compressing and recording methodInfo
- Publication number
- JPH11102310A JPH11102310A JP9260128A JP26012897A JPH11102310A JP H11102310 A JPH11102310 A JP H11102310A JP 9260128 A JP9260128 A JP 9260128A JP 26012897 A JP26012897 A JP 26012897A JP H11102310 A JPH11102310 A JP H11102310A
- Authority
- JP
- Japan
- Prior art keywords
- address
- tracer
- program
- loop
- recording
- 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
Links
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明はプログラムトレーサ
およびトレースデータ圧縮記録方法に関し、特に実行中
のプログラムの通過アドレス情報を効率よく収集するプ
ログラムトレーサおよびトレースデータ圧縮記録方法に
関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program tracer and a method for compressing and recording trace data, and more particularly to a program tracer and a method for compressing and recording trace data which efficiently collect passing address information of a running program.
【0002】[0002]
【従来の技術】プログラムトレーサはプログラムの実行
・動作に関わる情報を収集・記録し、障害が発生したと
きにはその原因を究明するために利用されている。この
ようなプログラムトレーザが収集する情報は一般に膨大
な量になるので、該当のプログラムが実行中でないとき
や通過アドレス情報が変化していないときには情報の記
録を抑止し、プログラムの解析に必要は情報だけをでき
るだけ長時間記録するようにしている。2. Description of the Related Art A program tracer collects and records information relating to the execution and operation of a program, and is used to investigate the cause of a failure when it occurs. Since the information collected by such a programmed laser is generally enormous, it is necessary to suppress the recording of information when the corresponding program is not being executed or when the passing address information has not changed. We try to record only information for as long as possible.
【0003】たとえば、特開昭62−111334号公
報によれば、プログラム中の分岐命令に対応する通過ア
ドレス情報をトレースする場合、上記の分岐命令に対応
する通過アドレス情報を保持する第一の手段と、上記の
分岐命令よりも後に実行された分岐命令に対応する通過
アドレス情報を保持する第二の手段と、これらの第一お
よび第二の手段に保持された通過アドレス情報を比較す
る比較手段とを有し、その比較結果に基づいて通過アド
レス情報のトレースメモリへの書き込みを制御してい
る。For example, according to Japanese Patent Application Laid-Open No. 62-11334, when tracing pass address information corresponding to a branch instruction in a program, first means for holding the pass address information corresponding to the above branch instruction And second means for holding pass address information corresponding to a branch instruction executed after the branch instruction, and comparing means for comparing pass address information held in the first and second means. And the writing of the passing address information to the trace memory is controlled based on the comparison result.
【0004】[0004]
【発明が解決しようとする課題】上記のような従来のプ
ログラムトレーサには、次の問題点がある。The conventional program tracer as described above has the following problems.
【0005】第一の問題点は、特定の条件(分岐命令の
みをトレースするという)に従ってトレースを実行して
いるので、その他の広範囲の命令シーケンスに関わる通
過アドレス情報を記録することができない。すなわち、
分岐元アドレスおよび分岐先アドレスの情報は記録され
るが、分岐命令が存在しない通常の処理の情報は記録さ
れない。The first problem is that tracing is performed in accordance with a specific condition (tracing only a branch instruction), so that it is impossible to record passing address information relating to other wide-ranging instruction sequences. That is,
The information of the branch source address and the branch destination address is recorded, but the information of the normal processing without the branch instruction is not recorded.
【0006】第二の問題点は、プログラムがループ状態
になった場合に同一の分岐命令に対応する通過アドレス
情報を重複して記録しないために、二回目以降のループ
時の情報を記録しない。したがって、ループ処理が何回
実行されたかトレースされないので、プログラム障害の
原因を究明するための十分な情報が得られない。A second problem is that when the program enters a loop state, the passing address information corresponding to the same branch instruction is not recorded redundantly, so that the information at the time of the second or subsequent loop is not recorded. Therefore, since the number of times the loop process has been executed is not traced, sufficient information for determining the cause of the program failure cannot be obtained.
【0007】本発明の目的は、上記の欠点を改善し、プ
ログラムの実行状況を能率的に解析するために同一の繰
り返し情報を極力排除し必要十分な情報を記録するプロ
グラムトレーサおよびトレースデータ圧縮記録方法を提
供することである。SUMMARY OF THE INVENTION It is an object of the present invention to improve the above-mentioned drawbacks, to eliminate the same repetitive information as much as possible and to record necessary and sufficient information in order to efficiently analyze the execution state of a program, and to record a necessary and sufficient information in a trace data compression recording. Is to provide a way.
【0008】[0008]
【課題を解決するための手段】本発明のプログラムトレ
ーサは、実行中のプログラムの通過アドレス情報を記録
するプログラムトレーサにおいて、前記プログラムの命
令シーケンスがループ処理を実行するときには、前記ル
ープ処理のループ回数をカウントし記録するとともに最
終ループの命令シーケンスの通過アドレス情報のみを記
録するようにして構成される。According to the present invention, there is provided a program tracer for recording pass address information of a program being executed, wherein when an instruction sequence of the program executes a loop process, the number of times of loop of the loop process is increased. Is recorded, and only the passing address information of the instruction sequence of the final loop is recorded.
【0009】また、本発明のプログラムトレーサは、実
行中のプログラムの通過アドレス情報を記録するプログ
ラムトレーサにおいて、前記プログラムの命令シーケン
スのループ処理の先頭アドレスを保持する先頭アドレス
レジスタと、前記先頭アドレスを書き込むトレーサメモ
リのアドレスを保持する格納アドレスレジスタと、前記
先頭アドレスと次のループの先頭アドレスとを比較する
比較回路と、前記比較回路によって一致を検出した場合
には前記トレーサメモリの書き込みアドレスを前記格納
アドレスレジスタに保持されたアドレスに切り替えるセ
レクタとを具備して構成される。A program tracer according to the present invention is a program tracer for recording pass address information of a program being executed, wherein a start address register for holding a start address of a loop process of an instruction sequence of the program; A storage address register for holding the address of the tracer memory to be written, a comparison circuit for comparing the start address with the start address of the next loop, and a write address of the tracer memory when the match is detected by the comparison circuit. A selector for switching to an address held in the storage address register.
【0010】さらに、本発明のプログラムトレーサは、
前記比較回路によって一致を検出した場合に既にトレー
サメモリに格納された特定のデータを読み出し前記デー
タのカウンタ領域に1を加える加算回路と、前記加算回
路によって補正されたデータを選択して前記トレーサメ
モリに書き込むセレクタとを含んで構成される。[0010] Furthermore, the program tracer of the present invention comprises:
An adder circuit for reading out specific data already stored in the tracer memory when a match is detected by the comparison circuit and adding 1 to a counter area of the data, and selecting the data corrected by the adder circuit to select the tracer memory And a selector for writing to
【0011】また、本発明のトレースデータ圧縮記録方
法は、実行中のプログラムの通過アドレス情報を記録す
る際に、前記プログラムの命令シーケンスがループ処理
を実行するときには、前記ループ処理のループ回数およ
び1ループ分の通過アドレス情報を記録し、他のループ
分の通過アドレス情報を記録しないようにして実現され
る。In the trace data compression recording method according to the present invention, when recording the passing address information of the program being executed, when the instruction sequence of the program executes the loop processing, the number of times of the loop processing and the number of times of the loop processing can be reduced by one. This is realized by recording the passing address information for the loop and not recording the passing address information for the other loops.
【0012】すなわち、本発明によるプログラムトレー
サは、命令シーケンスの中のループ処理を判別し、同一
ループ処理を複数実行する場合にはトレーサへの書き込
みを抑止するとともに、1回目のループ処理の先頭アド
レスが格納されているトレースデータを読み出し、デー
タ内のカウンタ値に1を加算して書き戻しを行う。これ
により、ループ処理が何回実行されたかを判断すること
ができ、また、トレースデータを効率よく格納すること
ができる。That is, the program tracer according to the present invention discriminates loop processing in an instruction sequence, suppresses writing to the tracer when executing the same loop processing a plurality of times, and starts the first address of the first loop processing. Is read out, and 1 is added to the counter value in the data to perform write back. This makes it possible to determine how many times the loop processing has been executed, and to store trace data efficiently.
【0013】[0013]
【発明の実施の形態】以下、本発明について図面を参照
しながら説明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings.
【0014】図1は本発明の実施の一形態を示すブロッ
ク図である、同図において、本発明によるプログラムト
レーサは、トレースデータを格納するトレーサメモリ1
と、外部から受信したトレースデータを一時保持するト
レースデータレジスタ2と、トレーサメモリ1にトレー
スデータを書き込むアドレスを保持するトレーサアドレ
スレジスタ4と、トレースデータに含まれる命令シーケ
ンスのループ処理動作の先頭アドレスを格納する先頭ア
ドレスレジスタ5と、ループ処理動作の先頭アドレスを
書き込むトレーサメモリ1のアドレスを保持する格納ア
ドレスレジスタ6と、先頭アドレスレジスタ5と次のル
ープ処理の先頭アドレスを比較する比較回路7および8
と、一致を検出した場合にトレーサメモリ1を指すアド
レスを格納アドレスレジスタ6に切り替えるセレクタ9
と、格納アドレスレジスタ6の値に1を加算した値をト
レーサアドレスレジスタ4に格納するセレクタ10と、
セレクタ9により指定されたトレーサメモリ1から読み
出されたデータのカウンタ値に1を加算する加算回路1
1と、加算したデータをトレーサメモリ1に書き戻すセ
レクタ3とから構成される。FIG. 1 is a block diagram showing an embodiment of the present invention. In FIG. 1, a program tracer according to the present invention comprises a tracer memory 1 for storing trace data.
A trace data register 2 for temporarily storing trace data received from the outside, a tracer address register 4 for storing an address for writing trace data in the tracer memory 1, and a start address of a loop processing operation of an instruction sequence included in the trace data. , A storage address register 6 for storing the address of the tracer memory 1 for writing the start address of the loop processing operation, a comparison circuit 7 for comparing the start address register 5 with the start address of the next loop processing, 8
And selector 9 for switching the address pointing to tracer memory 1 to storage address register 6 when a match is detected.
A selector 10 for storing a value obtained by adding 1 to the value of the storage address register 6 in the tracer address register 4;
An adding circuit 1 for adding 1 to a counter value of data read from the tracer memory 1 specified by the selector 9
1 and a selector 3 for writing back the added data to the tracer memory 1.
【0015】また、図2は上記のトレーサメモリ1に格
納されるデータの形式を示す説明図である。同図におい
て、たとえばファームウェアの処理をトレースする場
合、トレーサメモリ1に格納するデータ形式は、実行が
完了したファームウェア命令のアドレス(プログラム通
過アドレス)を格納するエリアと、ループ処理時の回数
をカウントするカウンタ値を格納するエリアとを有す
る。FIG. 2 is an explanatory diagram showing the format of data stored in the tracer memory 1 described above. In the figure, for example, when tracing firmware processing, the data format stored in the tracer memory 1 counts an area for storing the address of the executed firmware instruction (program passing address) and the number of times of loop processing. And an area for storing a counter value.
【0016】次に、上記のプログラムトレーサの動作に
ついて説明する。Next, the operation of the program tracer will be described.
【0017】まず、トレース対象のデータであるファー
ムウェア命令のアドレスは、トレースデータレジスタ2
に格納される。トレースデータレジスタ2には上記のフ
ァームウェア命令のアドレスとループ回数をカウントす
るカウンタ値(初期値は”0”)とが格納される。これ
は図2で定義されているデータの形式である。First, the address of the firmware instruction which is the data to be traced is stored in the trace data register 2.
Is stored in The trace data register 2 stores the address of the firmware instruction and a counter value (initial value is “0”) for counting the number of loops. This is the data format defined in FIG.
【0018】ループ処理がない通常処理動作のファーム
ウェア命令シーケンスの場合、トレースデータレジスタ
2のデータはトレーサアドレスレジスタ4で指されたト
レーサメモリ1のアドレスに格納される。その後、トレ
ーサアドレスレジスタ4はセレクタ10により選択され
て、加算回路12により元の値に1加算した値をトレー
サアドレスレジスタ4に格納する。この動作により、ト
レーサアドレスレジスタ4は、次のトレースデータを格
納するアドレスを指す。In the case of the firmware instruction sequence of the normal processing operation without loop processing, the data of the trace data register 2 is stored at the address of the tracer memory 1 pointed to by the tracer address register 4. Thereafter, the tracer address register 4 is selected by the selector 10, and a value obtained by adding 1 to the original value by the adding circuit 12 is stored in the tracer address register 4. With this operation, the tracer address register 4 points to the address where the next trace data is stored.
【0019】次に、ループ処理があるファームウェア命
令シーケンスの処理を大きく分けて通常処理動作のA
(命令数はnステップ)およびB(命令数はmステッ
プ)と、ループ処理動作のX(開始アドレスはx,命令
数は1ステップ)の3つの処理に区分し、処理の順序を
A−X(1回目)−X(2回目)−X(3回目)−X
(4回目)−X(5回目)−Bとし、トレーサアドレス
レジスタ4の値を「a−n」とする。Next, the processing of the firmware instruction sequence having a loop processing is roughly divided into A and A of the normal processing operation.
(The number of instructions is n steps) and B (the number of instructions is m steps) and X (the start address is x and the number of instructions is 1 step) of the loop processing operation, and the order of the processing is AX (1st time) -X (2nd time) -X (3rd time) -X
(Fourth) -X (fifth) -B, and the value of the tracer address register 4 is "an".
【0020】まず、通常処理動作Aのファームウェア命
令シーケンスの実行が終了すると、トレーサアドレスレ
ジスタ4の値はaを指す。この後ループ処理動作Xに移
入するとループ処理先頭指示101が1となり、ループ
処理の先頭のファームウェア命令(アドレスx)が実行
を開始したことを認識する。First, when the execution of the firmware instruction sequence of the normal processing operation A is completed, the value of the tracer address register 4 indicates a. Thereafter, when the processing enters the loop processing operation X, the loop processing head instruction 101 becomes 1, and it is recognized that the execution of the firmware instruction (address x) at the head of the loop processing has started.
【0021】この時、先頭アドレスレジスタ5にはまだ
値がセットされていないため、比較回路7は0、比較回
路8は1となる。比較回路8が1となると、格納アドレ
スレジスタ6にトレーサアドレスレジスタ4の値aが格
納される。また、ループ処理先頭指示101によってト
レーサに格納するファームウェア命令のアドレスxを先
頭アドレスレジスタ5に格納する。At this time, since the value has not yet been set in the start address register 5, the comparison circuit 7 becomes 0 and the comparison circuit 8 becomes 1. When the value of the comparison circuit 8 becomes 1, the value a of the tracer address register 4 is stored in the storage address register 6. Further, the address x of the firmware instruction to be stored in the tracer is stored in the head address register 5 according to the loop processing head instruction 101.
【0022】比較回路7は0となるため、セレクタ10
はトレーサアドレスレジスタ4を選択し、+1加算を行
った結果の値a+1をトレーサアドレスレジスタ4に格
納する。ループ処理動作Xの最終ファームウェア命令が
完了するとトレーサアドレスレジスタ4の値はa+1と
なる。Since the comparison circuit 7 becomes 0, the selector 10
Selects the tracer address register 4 and stores the value a + 1 resulting from the addition of +1 in the tracer address register 4. When the final firmware instruction of the loop processing operation X is completed, the value of the tracer address register 4 becomes a + 1.
【0023】2回目のループ処理Xの先頭ファームウェ
ア命令が実行されると、ループ処理先頭指示101が再
び1となる。この指示をトリガとして前回のループ処理
動作開始時に格納した先頭アドレスレジスタ5の値xと
今回のファームウェア命令のアドレスxを比較回路7に
より比較する。比較した結果、同一ループの処理動作で
あれば一致を検出する。When the head firmware instruction of the second loop processing X is executed, the loop processing head instruction 101 becomes 1 again. Using this instruction as a trigger, the comparison circuit 7 compares the value x of the head address register 5 stored at the start of the previous loop processing operation with the address x of the current firmware instruction. As a result of the comparison, a match is detected if the processing operation is in the same loop.
【0024】一致を検出すると、セレクタ9によりトレ
ーサメモリのアドレスをトレーサアドレスレジスタ4の
値a+1から格納アドレスレジスタ6で指す値aに切り
替える。さらに、格納アドレスレジスタ6の値aをセレ
クタ10によって選択し、+1加算した値a+1をトレ
ーサアドレスレジスタ4に格納する。また、セレクタ9
により選択されたアドレスからトレーサメモリ1のデー
タを読み出し、データ内のカウンタ値(初期値”0”)
を加算回路11により+1加算し、セレクタ3により再
びトレーサメモリ1の同一アドレスに書き戻す。When a match is detected, the selector 9 switches the address of the tracer memory from the value a + 1 of the tracer address register 4 to the value a indicated by the storage address register 6. Further, the value a of the storage address register 6 is selected by the selector 10, and the value a + 1 obtained by adding +1 is stored in the tracer address register 4. Also, the selector 9
The data of the tracer memory 1 is read from the address selected by the above, and the counter value in the data (initial value “0”)
Is added to the tracer memory 1 again by the selector 3 at the same address in the tracer memory 1.
【0025】図3は上記の動作例を示す説明図である。
従来のトレーサ制御回路ではトレーサメモリに書き込ま
れるアドレスはA−X(1回目)−X(2回目)−X
(3回目)−X(4回目)−X(5回目)−Bとなる
が、本発明ではA−X(5回)−Bとなる。つまり、ル
ープ処理動作Xが5回ループする場合でもトレースデー
タとして書き込まれるデータは1回分(1ステップ)の
みとなり、トレースデータを効率よく格納することがで
きる。FIG. 3 is an explanatory diagram showing an example of the above operation.
In the conventional tracer control circuit, the addresses written in the tracer memory are AX (first) -X (second) -X
(3rd) -X (4th) -X (5th) -B, but in the present invention, it is AX (5th) -B. That is, even when the loop processing operation X loops five times, only one data (one step) is written as the trace data, and the trace data can be stored efficiently.
【0026】[0026]
【発明の効果】以上、詳細に説明したように、本発明に
よれば次の効果が得られる。As described above, according to the present invention, the following effects can be obtained.
【0027】第1の効果は、ファームウェア命令のルー
プ処理動作を判別し、同一ループ処理を複数実行する場
合には1回目のループ処理で格納したトレーサメモリの
データを読み出し、同一アドレスに書き戻しを行うこと
により、トレースデータの容量を圧縮するすることがで
きる。その理由は、ファームウェア命令のループ処理動
作の開始アドレスを格納するトレーサのアドレスを記憶
し、同一ループ処理動作が再び実行される場合には、1
回目のループ処理で格納したトレーサのアドレスにデー
タを書き戻すからである。The first effect is that the loop processing operation of the firmware instruction is determined, and when the same loop processing is executed a plurality of times, the data in the tracer memory stored in the first loop processing is read out and written back to the same address. By doing so, the capacity of the trace data can be compressed. The reason is that the address of the tracer that stores the start address of the loop processing operation of the firmware instruction is stored, and when the same loop processing operation is executed again, 1 is stored.
This is because data is written back to the tracer address stored in the second loop processing.
【0028】第2の効果は、ループ処理が何回実行され
たかをカウントするカウンタ値をトレースデータに埋め
込むことにより、圧縮されたトレースデータのループ処
理が何回実行されたかを認識することができる。その理
由は、2回目以降のループ処理が実行される時に、1回
目のループ処理時に格納したトレースデータを読み出
し、カウンタ値を+1加算して再書き込みを行うからで
ある。A second effect is that by embedding a counter value for counting how many times the loop processing has been executed in the trace data, it is possible to recognize how many times the loop processing of the compressed trace data has been executed. . The reason is that when the second and subsequent loop processes are executed, the trace data stored during the first loop process is read, the counter value is incremented by +1 and rewritten.
【図1】本発明の実施の一形態を示すブロック図。FIG. 1 is a block diagram showing one embodiment of the present invention.
【図2】トレースデータのデータ形式を示す説明図。FIG. 2 is an explanatory diagram showing a data format of trace data.
【図3】トレース動作の例を示す説明図。FIG. 3 is an explanatory diagram showing an example of a trace operation.
1 トレーサメモリ 2 トレースデータレジスタ 3,9,10 セレクタ 4 トレーサアドレスレジスタ 5 先頭アドレスレジスタ 6 格納アドレスレジスタ 7,8 比較回路 11,12 加算回路 DESCRIPTION OF SYMBOLS 1 Tracer memory 2 Trace data register 3, 9, 10 Selector 4 Tracer address register 5 Start address register 6 Storage address register 7, 8 Comparison circuit 11, 12 Addition circuit
Claims (4)
を記録するプログラムトレーサにおいて、前記プログラ
ムの命令シーケンスがループ処理を実行するときには、
前記ループ処理のループ回数をカウントし記録するとと
もに最終ループの命令シーケンスの通過アドレス情報の
みを記録することを特徴とするプログラムトレーサ。In a program tracer for recording pass address information of a program being executed, when the instruction sequence of the program executes a loop process,
A program tracer which counts and records the number of times of loop processing and records only passing address information of an instruction sequence of a final loop.
を記録するプログラムトレーサにおいて、前記プログラ
ムの命令シーケンスのループ処理の先頭アドレスを保持
する先頭アドレスレジスタと、前記先頭アドレスを書き
込むトレーサメモリのアドレスを保持する格納アドレス
レジスタと、前記先頭アドレスと次のループの先頭アド
レスとを比較する比較回路と、前記比較回路によって一
致を検出した場合には前記トレーサメモリの書き込みア
ドレスを前記格納アドレスレジスタに保持されたアドレ
スに切り替えるセレクタとを具備することを特徴とする
プログラムトレーサ。2. A program tracer for recording passing address information of a running program, comprising: a start address register for holding a start address of a loop process of an instruction sequence of the program; and a tracer memory address for writing the start address. A storage address register, a comparison circuit for comparing the start address with the start address of the next loop, and when the match is detected by the comparison circuit, the write address of the tracer memory is held in the storage address register. A program tracer comprising: a selector for switching to an address.
いて、前記比較回路によって一致を検出した場合に既に
トレーサメモリに格納された特定のデータを読み出し前
記データのカウンタ領域に1を加える加算回路と、前記
加算回路によって補正されたデータを選択して前記トレ
ーサメモリに書き込むセレクタとを含むことを特徴とす
るプログラムトレーサ。3. The program and laser according to claim 2, wherein, when a match is detected by said comparison circuit, an adder circuit reads out specific data already stored in a tracer memory and adds 1 to a counter area of said data; A selector for selecting data corrected by the adding circuit and writing the selected data to the tracer memory.
を記録する際に、前記プログラムの命令シーケンスがル
ープ処理を実行するときには、前記ループ処理のループ
回数および1ループ分の通過アドレス情報を記録し、他
のループ分の通過アドレス情報を記録しないことを特徴
とするトレースデータ圧縮記録方法。4. When recording pass address information of a program being executed, when an instruction sequence of the program executes a loop process, a loop count of the loop process and pass address information for one loop are recorded. A trace data compression recording method characterized by not recording pass address information for other loops.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP9260128A JPH11102310A (en) | 1997-09-25 | 1997-09-25 | Program tracer and trace data compressing and recording method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP9260128A JPH11102310A (en) | 1997-09-25 | 1997-09-25 | Program tracer and trace data compressing and recording method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH11102310A true JPH11102310A (en) | 1999-04-13 |
Family
ID=17343694
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP9260128A Pending JPH11102310A (en) | 1997-09-25 | 1997-09-25 | Program tracer and trace data compressing and recording method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH11102310A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7051183B2 (en) | 2001-08-01 | 2006-05-23 | Nec Corporation | Circuit for recording digital waveform data and method of doing the same |
JP2008513875A (en) * | 2004-09-14 | 2008-05-01 | フリースケール セミコンダクター インコーポレイテッド | Method and apparatus for non-intrusive tracking |
JP2015185145A (en) * | 2014-03-26 | 2015-10-22 | 富士通株式会社 | Data processing device and method for controlling data processing device |
-
1997
- 1997-09-25 JP JP9260128A patent/JPH11102310A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7051183B2 (en) | 2001-08-01 | 2006-05-23 | Nec Corporation | Circuit for recording digital waveform data and method of doing the same |
JP2008513875A (en) * | 2004-09-14 | 2008-05-01 | フリースケール セミコンダクター インコーポレイテッド | Method and apparatus for non-intrusive tracking |
JP2015185145A (en) * | 2014-03-26 | 2015-10-22 | 富士通株式会社 | Data processing device and method for controlling data processing device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8250543B2 (en) | Software tracing | |
CN114860586A (en) | Binary multi-executive software instrumentation method based on dynamic instrumentation | |
JPH11102310A (en) | Program tracer and trace data compressing and recording method | |
CN111143182B (en) | Analysis method, device and storage medium for process behavior | |
JP2878264B1 (en) | Tracer device, trace data compression method, and compressed trace data reading method | |
JPH0767146A (en) | Memory diagnostic circuit for video recording and reproducing device by semiconductor memory | |
JP2731047B2 (en) | Program operand check method | |
US6795879B2 (en) | Apparatus and method for wait state analysis in a digital signal processing system | |
JPH11219293A (en) | Address tracing method and tracer memory controller | |
JPH05173846A (en) | Fault analysis information tracing method | |
US20030231201A1 (en) | Method and device for supporting production of moving-picture CD-ROM software | |
JP3110391B2 (en) | Program re-execution method | |
CN112433945A (en) | Method and device for dynamically tracking program and electronic equipment | |
JP2973975B2 (en) | Discrete event simulation device, recording method of event sequence, and storage medium storing control program | |
JPH0748183B2 (en) | Trace circuit | |
JPS62192826A (en) | File writing system | |
JPH07160533A (en) | Debugging tool | |
JPH07191875A (en) | Debugger | |
JPH05298144A (en) | Data trace system | |
JPH0916433A (en) | Gathering system for instruction trace information of microprocessor | |
JP2001134464A (en) | Method and device for processing information | |
KR19980051694A (en) | Device and method for automatically providing the format for recording billing data by country in the exchange | |
JP2001005689A (en) | Trace sampling circuit | |
CN115964225A (en) | Response protection monotonic counter, counting method and storage medium | |
JPH09134214A (en) | Recording and reproducing device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20000229 |