JP2002055849A - Debugging method - Google Patents
Debugging methodInfo
- Publication number
- JP2002055849A JP2002055849A JP2000244967A JP2000244967A JP2002055849A JP 2002055849 A JP2002055849 A JP 2002055849A JP 2000244967 A JP2000244967 A JP 2000244967A JP 2000244967 A JP2000244967 A JP 2000244967A JP 2002055849 A JP2002055849 A JP 2002055849A
- Authority
- JP
- Japan
- Prior art keywords
- address
- debugging
- cpu
- application program
- function
- 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)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、仮想記憶の制御機
能を備えたオペレーティングシステムと、前記オペレー
ティングシステム上で動作するアプリケーションプログ
ラムとを動作させるCPUに実装された、バウンダリス
キャンによるデバッグ機構を制御して、アプリケーショ
ンプログラムのデバッグを行うデバッグ方法に関し、特
に、オペレーティングシステムがアプリケーションプロ
グラムに対するデバッグ補助機能を備えない場合、およ
びこのデバッグ補助機能を備える場合において、ハード
ウェアブレーク機能を用いてデバッグを行うデバッグ方
法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention controls a debugging mechanism based on boundary scan, which is mounted on a CPU that operates an operating system having a virtual memory control function and an application program that operates on the operating system. In particular, the present invention relates to a debugging method for debugging an application program, and particularly to a debugging method for performing debugging using a hardware break function when the operating system does not have a debugging auxiliary function for the application program and when the operating system has the debugging auxiliary function. About.
【0002】[0002]
【従来の技術】近年、マイクロプロセッサシステムの組
み込み開発におけるCPUあるいはプログラムのデバッ
グの方法として、JTAG(Joint Test Action Grou
p)を用いたバウンダリスキャンといわれるデバッグ方
法が知られている。JTAGとはバウンダリスキャンテ
スト規格であるIEEE(Institute of Electrical an
dElectronic Engineers)1149.1の作業グループ
名であり、バウンダリスキャンテスト規格の通称として
使用されている。このデバッグ方法では、検査対象(タ
ーゲット)システムのCPUにJTAGデバッグ機構を
実装してテスト信号を入力し、その結果出力された信号
を解析して、CPUやマザーボード上の部品が正しく実
装されているかどうか、あるいはCPUによって実行さ
れるプログラムが正しく実行されるかどうかを調べる。
例えば、JTAGデバッグモジュールを備えたCPU
と、オペレーティングシステムおよびアプリケーション
によって構成されるターゲットシステムに対するデバッ
グ処理は、パーソナルコンピュータ等のホストコンピュ
ータを、JTAG−ICE(Incircuit Emulator)ユニ
ットを介してCPUに接続し、ユーザがホストコンピュ
ータ上で動作するデバッグ処理プログラム(以下、デバ
ッガと称する)を用いてJTAG−ICEユニットを操
作することによって実現される。このように、CPUに
備えられたJTAGデバッグ機構とJTAG−ICEと
を利用したリモートデバッガは、通信速度の高速性、シ
ングルステップ機能、強制停止機能およびハードウェア
ブレーク機能等を備え、プログラムのデバッグに対する
強力なツールとなっている。2. Description of the Related Art In recent years, as a method of debugging a CPU or a program in embedded development of a microprocessor system, a JTAG (Joint Test Action Group) has been developed.
A debugging method called boundary scan using p) is known. JTAG is an IEEE (Institute of Electrical and Electronics) that is a boundary scan test standard.
dElectronic Engineers) is a work group name of 1149.1, which is commonly used as a boundary scan test standard. In this debugging method, a JTAG debugging mechanism is mounted on a CPU of a test target (target) system, a test signal is input, and a signal output as a result is analyzed to determine whether components on the CPU and the motherboard are correctly mounted. Check whether the program executed by the CPU is correctly executed.
For example, a CPU with a JTAG debug module
And debugging of a target system constituted by an operating system and an application is performed by connecting a host computer such as a personal computer to a CPU via a JTAG-ICE (Incircuit Emulator) unit and allowing a user to operate on the host computer. It is realized by operating the JTAG-ICE unit using a processing program (hereinafter, referred to as a debugger). As described above, the remote debugger using the JTAG debugging mechanism and the JTAG-ICE provided in the CPU has a high communication speed, a single step function, a forced stop function, a hardware break function, and the like. It has become a powerful tool.
【0003】[0003]
【発明が解決しようとする課題】上記のデバッガの機能
のうち、ハードウェアブレーク機能とは、特定のアドレ
スの参照またはこのアドレスの命令の実行が行われた際
に、プログラムの実行を停止し、デバッガのユーザにプ
ログラムの解析の機会を与えるもので、プログラムのデ
バッグに欠かせない機能である。しかし、ターゲットシ
ステムのオペレーティングシステムが仮想空間を扱う場
合は、上記のようなJTAGデバッグ処理において問題
が生じる場合がある。例えば、仮想空間上のアドレスが
ハードウェアブレークにヒットし、かつ、そのアドレス
がCPUの備えるアドレス変換機能を用いて変換不能で
ある場合、デバッガを利用するユーザが、対象アドレス
の実行コードあるいはデータにアクセスできないといっ
た問題を生じ、ユーザによるコード解析作業ができなく
なってしまう。また、デバッガがCPUによって変換さ
れない仮想アドレスを参照した場合、致命的なエラーが
生じてしまい、デバッグ処理が不能になるといった状況
が引き起こされる。Among the above functions of the debugger, the hardware break function is a function that stops execution of a program when a specific address is referenced or an instruction at this address is executed. It gives the debugger user an opportunity to analyze the program, and is an essential function for debugging programs. However, when the operating system of the target system handles the virtual space, a problem may occur in the JTAG debugging process as described above. For example, if an address in the virtual space hits a hardware break and the address cannot be translated using the address translation function of the CPU, the user using the debugger may add A problem such as inaccessibility occurs, and the code analysis work by the user becomes impossible. Further, when the debugger refers to a virtual address that is not translated by the CPU, a fatal error occurs, and a situation is caused in which the debugging process becomes impossible.
【0004】本発明はこのような課題に鑑みてなされた
ものであり、仮想記憶を使用するCPUおよびオペレー
ティングシステム上で動作するプログラムに対して、ハ
ードウェアブレーク機能を用いたデバッグ処理を正常に
行うことが可能なデバッグ方法を提供することを目的と
する。The present invention has been made in view of such a problem, and normally performs a debugging process using a hardware break function on a CPU using virtual storage and a program operating on an operating system. The purpose of the present invention is to provide a debugging method capable of performing the following.
【0005】[0005]
【課題を解決するための手段】本発明では上記課題を解
決するために、仮想記憶の制御機能を備えたオペレーテ
ィングシステムと、前記オペレーティングシステム上で
動作するアプリケーションプログラムとを動作させるC
PUに実装された、バウンダリスキャンによるデバッグ
機構を制御して、前記アプリケーションプログラムのデ
バッグを行い、前記オペレーティングシステムが前記ア
プリケーションプログラムに対するデバッグ補助機能を
備えない場合のデバッグ方法において、ハードウェアブ
レーク機能を設定して前記CPU上で前記アプリケーシ
ョンプログラムを実行させ、ハードウェアブレークが発
生し、このときのアドレスが前記CPUによって変換不
能な仮想アドレスであることを検出した場合、前記ハー
ドウェアブレーク機能を解除し、前記オペレーティング
システムに備わるアドレスエラー処理ルーチンを前記C
PUに実行させて、前記仮想アドレスに対して物理アド
レスへの変換処理を行わせ、前記ハードウェアブレーク
機能を再び設定し、前記CPUに前記アプリケーション
プログラムを再実行させる、ことを特徴とするデバッグ
方法が提供される。According to the present invention, in order to solve the above-mentioned problem, an operating system having a virtual memory control function and an application program operating on the operating system are provided.
A hardware break function is set in a debugging method when the operating system does not have a debugging assistance function for the application program by controlling a debugging mechanism by a boundary scan implemented in the PU and performing debugging of the application program. Then, the application program is executed on the CPU, a hardware break occurs, and when it is detected that the address at this time is a virtual address that cannot be converted by the CPU, the hardware break function is released, The address error handling routine provided in the operating system
A debugging method characterized by causing a PU to execute a process of converting the virtual address to a physical address, setting the hardware break function again, and causing the CPU to re-execute the application program. Is provided.
【0006】このようなデバッグ方法では、デバッグ処
理中にハードウェアブレークが発生し、このときのアド
レスがCPUによって変換不能な仮想アドレスであるこ
とが検出されると、一旦ハードウェアブレーク機能が解
除され、オペレーティングシステムに備わるアドレスエ
ラー処理ルーチンがCPUによって実行されて、アクセ
ス不能の仮想アドレスに対して物理アドレスへの変換処
理が行われるため、この後に再びハードウェアブレーク
処理が設定されてデバッグ処理が続行され、このアドレ
スにおいてハードウェアブレークが発生したとき、物理
アドレスへの変換が正しく行われて目的の命令コードあ
るいはデータ等にアクセス可能となり、通常のプログラ
ムの解析作業を行うことが可能となる。In such a debugging method, a hardware break occurs during the debugging process, and when the address at this time is detected by the CPU as a virtual address that cannot be converted, the hardware break function is temporarily released. Since the address error processing routine provided in the operating system is executed by the CPU and the inaccessible virtual address is converted into the physical address, the hardware break processing is set again thereafter, and the debugging processing is continued. Then, when a hardware break occurs at this address, the conversion to the physical address is correctly performed and the target instruction code or data can be accessed, so that a normal program analysis operation can be performed.
【0007】また、本発明では、仮想記憶の制御機能を
備えたオペレーティングシステムと、前記オペレーティ
ングシステム上で動作するアプリケーションプログラム
とを動作させるCPUに実装された、バウンダリスキャ
ンによるデバッグ機構を制御して、前記アプリケーショ
ンプログラムのデバッグを行い、前記オペレーティング
システムが前記アプリケーションプログラムに対するデ
バッグ補助機能を備える場合のデバッグ方法において、
ハードウェアブレーク機能を設定して前記CPU上で前
記アプリケーションプログラムを実行させ、ハードウェ
アブレークが発生し、このときのアドレスが前記CPU
によって変換不能な仮想アドレスであることを検出した
場合、前記ハードウェアブレーク機能を解除し、前記デ
バッグ補助機能によって前記アドレスにおける命令の実
行にエラーが検出された場合、前記CPUに前記命令を
再度実行させて命令例外を発生させ、前記エラーが検出
されなかった場合、前記オペレーティングシステムに備
わるアドレスエラー処理ルーチンを前記CPUに実行さ
せて、前記仮想アドレスに対して物理アドレスへの変換
処理を行わせ、前記ハードウェアブレーク機能を再び設
定し、前記CPUに前記アプリケーションプログラムを
再実行させる、ことを特徴とするデバッグ方法が提供さ
れる。Further, according to the present invention, a debugging mechanism based on a boundary scan, which is mounted on a CPU that operates an operating system having a virtual memory control function and an application program that operates on the operating system, is controlled. In the debugging method in which the application program is debugged and the operating system has a debugging auxiliary function for the application program,
A hardware break function is set and the application program is executed on the CPU, and a hardware break occurs.
When it is detected that the virtual address cannot be converted by the CPU, the hardware break function is released, and when an error is detected in the execution of the instruction at the address by the debug assist function, the CPU executes the instruction again. Causing an instruction exception, and when the error is not detected, causes the CPU to execute an address error processing routine provided in the operating system, and causes the virtual address to be converted to a physical address, A debugging method is provided, wherein the hardware break function is set again and the CPU is caused to re-execute the application program.
【0008】このようなデバッグ方法では、デバッグ処
理中にハードウェアブレークが発生し、このときのアド
レスがCPUによって変換不能な仮想アドレスであるこ
とが検出されると、一旦ハードウェアブレーク機能が解
除され、まずオペレーティングシステムに備わるデバッ
グ補助機能によって、このアドレスにおいて実行される
命令に対するエラーの検出が行われ、エラーが検出され
た場合はCPUにこの命令を再度実行させて命令例外を
発生させ、この命令のデバッグ作業を行うことができ
る。また、エラーが検知されなかった場合は、オペレー
ティングシステムに備わるアドレスエラー処理ルーチン
がCPUによって実行されて、アクセス不能の仮想アド
レスに対して物理アドレスへの変換処理が行われる。こ
れによって、この後に再びハードウェアブレーク処理が
設定されてデバッグ処理が続行され、このアドレスにお
いてハードウェアブレークが発生したとき、物理アドレ
スへの変換が正しく行われて目的の命令コードあるいは
データ等にアクセス可能となり、通常のプログラムの解
析作業を行うことが可能となる。In such a debugging method, when a hardware break occurs during the debugging process and the CPU detects that the address at this time is a virtual address that cannot be converted, the hardware break function is temporarily released. First, an error in an instruction executed at this address is detected by a debugging auxiliary function provided in the operating system. If an error is detected, the CPU causes the CPU to execute the instruction again to generate an instruction exception. Can perform debugging work. If no error is detected, an address error processing routine provided in the operating system is executed by the CPU, and the inaccessible virtual address is converted into a physical address. As a result, the hardware break processing is set again thereafter and the debugging processing is continued, and when a hardware break occurs at this address, the conversion to the physical address is correctly performed and the target instruction code or data is accessed. It becomes possible, and normal program analysis work can be performed.
【0009】[0009]
【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して説明する。図1に、本発明のデバッグ方法が
実現されるデバッグシステムの概略構成例を示す。Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows a schematic configuration example of a debugging system in which the debugging method of the present invention is realized.
【0010】デバッグシステム1は、プログラマ等のユ
ーザによってデバッグ操作が行われる端末であるホスト
コンピュータ2と、ホストコンピュータ2によって制御
されるJTAG−ICEユニット3と、デバッグ対象で
あるターゲットシステム4によって構成される。ホスト
コンピュータ2は、プロセッサや半導体のROM(Reed
Only Memory)、RAM(Random Access Memory)等に
よって構成される情報制御装置21と、ハードディスク
等であって補助記憶を行う記憶装置22と、キーボー
ド、マウス等である入力装置23と、ディスプレー等で
ある表示装置24と、JTAG−ICEユニット3と電
気的に接続するためのコネクタ等によってなるインタフ
ェース25とによって構成される、パーソナルコンピュ
ータ等の一般的なコンピュータ装置である。また、ター
ゲットシステム4はJTAGデバッグ機能を備えるデバ
ッグモジュール41aが実装されたCPU41と、この
CPU41によって実行されるオペレーティングシステ
ム42と、このオペレーティングシステム42上で動作
するアプリケーションプログラム43を備える、例えば
家電製品、工作機械、情報機器、通信機器、コンピュー
タ装置等の組み込み開発による機器である。The debugging system 1 comprises a host computer 2 which is a terminal on which debugging operations are performed by a user such as a programmer, a JTAG-ICE unit 3 controlled by the host computer 2, and a target system 4 to be debugged. You. The host computer 2 includes a processor and a semiconductor ROM (Reed
An information control device 21 composed of Only Memory), a RAM (Random Access Memory) or the like, a storage device 22 such as a hard disk for performing auxiliary storage, an input device 23 such as a keyboard and a mouse, and a display. This is a general computer device such as a personal computer, which includes a display device 24 and an interface 25 including a connector or the like for electrically connecting to the JTAG-ICE unit 3. The target system 4 includes a CPU 41 on which a debug module 41a having a JTAG debugging function is mounted, an operating system 42 executed by the CPU 41, and an application program 43 operating on the operating system 42. Machines, information devices, communication devices, computer devices, etc. that are built-in and developed.
【0011】このデバッグシステム1では、ユーザはホ
ストコンピュータ2上でデバッガ22aを実行し、この
デバッガ22aによってJTAG−ICEユニット3を
制御することによって、デバッグ処理の操作を行う。一
方、ターゲットシステム4のCPU41に実装されたデ
バッグモジュール41aにはTAP(Test Access Por
t)と呼ばれるシリアルインタフェースが設けられ、こ
れによってJTAG−ICEユニット3と接続され、タ
ーゲットシステム4に対する命令やテストデータ、テス
トした結果のデータなどの入出力が行われる。JTAG
−ICEユニット3は、CPU41内のデバッグモジュ
ール41aを制御することによって、ホストコンピュー
タ2に対して、ターゲットシステム4におけるレジスタ
およびメモリへのアクセス、プログラムの実行および中
止、ハードウェアブレーク機能およびブレークポイント
の設定、デバッグイベントの通知等のデバッガ機能に対
するインタフェースを提供する。In the debug system 1, a user executes a debugger 22a on the host computer 2 and controls the JTAG-ICE unit 3 by the debugger 22a to perform a debugging process. On the other hand, the debug module 41a mounted on the CPU 41 of the target system 4 includes a TAP (Test Access Por).
A serial interface called t) is provided, which is connected to the JTAG-ICE unit 3 to input / output commands, test data, test result data, and the like to / from the target system 4. JTAG
-The ICE unit 3 controls the debug module 41a in the CPU 41 to access the register and memory in the target system 4, execute and stop the program, and execute the hardware break function and the break point. Provides an interface for debugger functions such as setting and notification of debug events.
【0012】また、ターゲットシステム4におけるCP
U41は、仮想アドレス変換機能を備える。オペレーテ
ィングシステム42は仮想アドレス制御機能を備え、ア
プリケーションプログラム43はこのオペレーティング
システム42によるサポートの下で、仮想アドレス上で
動作することが可能となっている。Further, the CP in the target system 4
U41 has a virtual address translation function. The operating system 42 has a virtual address control function, and the application program 43 can operate on a virtual address under the support of the operating system 42.
【0013】次に、このデバッグシステム1において、
ハードウェアブレーク機能を用いた場合のデバッグ処理
について説明する。前述したように、デバッグシステム
1では、ホストコンピュータ2においてデバッガ22a
を実行することによって、JTAG−ICEユニット3
を介して、ターゲットシステム4のCPU41に実装さ
れたデバッグモジュール41aを制御して、アプリケー
ションプログラム43のデバッグ処理を行う。ハードウ
ェアブレーク機能を用いた場合、ユーザはデバッガ22
aによってハードウェアブレークを設定し、CPU41
によってアプリケーションプログラム43を実行させる
と、設定されたアドレスの参照等の際にアプリケーショ
ンプログラム43の実行が停止されて、このときの命令
コードやデバッグモジュール41aからのテストデータ
等の情報がホストコンピュータ2の表示装置24に表示
される。ユーザはこれを見てアプリケーションプログラ
ム43の内容を解析し、入力装置23によって必要に応
じてプログラムの修正を行う。Next, in the debug system 1,
Debug processing when the hardware break function is used will be described. As described above, in the debug system 1, the debugger 22 a
By executing the JTAG-ICE unit 3
The debug module 41a mounted on the CPU 41 of the target system 4 is controlled via the. When the hardware break function is used, the user can use the debugger 22
a to set a hardware break,
When the application program 43 is executed, the execution of the application program 43 is stopped at the time of referring to the set address or the like, and information such as the instruction code and the test data from the debug module 41a at this time is stored in the host computer 2. It is displayed on the display device 24. The user looks at this and analyzes the contents of the application program 43, and corrects the program using the input device 23 as necessary.
【0014】ここで、アプリケーションプログラム43
のデバッグ処理において、CPU41およびオペレーテ
ィングシステム42によって仮想記憶が用いられる場合
は、以下のようになる。図2に、この場合のホストコン
ピュータ2におけるデバッガ22aの実行によるデバッ
グ処理のフローチャートを示す。また、図3に、図2中
のステップS208に示すアドレスエラー処理のフロー
チャートを示す。なお、ここではアプリケーションプロ
グラム43に対するデバッグ補助機能が、オペレーティ
ングシステム42に具備されていない場合、あるいはこ
の機能が解除されている場合について述べるものとす
る。Here, the application program 43
When virtual storage is used by the CPU 41 and the operating system 42 in the debugging process described above, the following is performed. FIG. 2 shows a flowchart of a debugging process by executing the debugger 22a in the host computer 2 in this case. FIG. 3 shows a flowchart of the address error processing shown in step S208 in FIG. Here, a case where the debug assist function for the application program 43 is not provided in the operating system 42 or a case where this function is released will be described.
【0015】図2のデバッグ処理開始時において、ユー
ザはホストコンピュータ2上でデバッガ22aを実行さ
せ、入力装置23からの入力によってJTAG−ICE
ユニット3に制御信号を送信することで、デバッグ対象
のアプリケーションプログラム43をオペレーティング
システム42上で動作させており、アプリケーションプ
ログラム43はデバッガ22aによってデバッグ可能な
状態となっている。ステップS201において、ユーザ
はホストコンピュータ2より、ハードウェアブレーク機
能を設定する指示入力を行い、ハードウェアブレークポ
イントとして任意のデータあるいは命令等が格納された
アドレス等を設定する。このとき、アプリケーションプ
ログラム43の実行は一時停止されてハードウェアブレ
ーク機能が設定される。ステップS202において、ユ
ーザはアプリケーションプログラム43の実行を再開さ
せる。At the start of the debugging process shown in FIG. 2, the user causes the debugger 22a to be executed on the host computer 2, and the JTAG-ICE is input by the input device 23.
By transmitting a control signal to the unit 3, the application program 43 to be debugged is operated on the operating system 42, and the application program 43 can be debugged by the debugger 22a. In step S201, the user inputs an instruction for setting a hardware break function from the host computer 2, and sets an address at which arbitrary data or an instruction is stored as a hardware break point. At this time, the execution of the application program 43 is suspended, and the hardware break function is set. In step S202, the user restarts the execution of the application program 43.
【0016】ステップS203において、実行中のアプ
リケーションプログラム43では、設定されたアドレス
の参照によってハードウェアブレークが発生し、デバッ
ガ22aはこのことをJTAG−ICEユニット3を介
して検出して、ホストコンピュータ2の表示装置24に
表示し、ユーザに通知する。ステップS204において
デバッガ22aは、ハードウェアブレークを引き起こし
たアドレスが仮想空間上のアドレスであるかどうかを検
出する。このアドレスが仮想アドレスでない場合、ステ
ップS205に進む。ステップS205において、ハー
ドウェアブレーク機能によって、参照されたデータや命
令コード、あるいはターゲットシステム4内の状態を示
すデータ等の情報がホストコンピュータ2の表示装置2
4に表示され、ユーザはこれを見てアプリケーションプ
ログラム43の解析作業等のデバッグ操作を行う。ま
た、ステップS204における検出で、ハードウェアブ
レークが発生したアドレスが仮想アドレスであった場合
は、ステップS206に進む。ステップS206におい
て、デバッガ22aはCPU41内部に備わる仮想アド
レス変換機能の状態を検出する。この検出によって、対
象の仮想アドレスがCPU41によって物理アドレスに
変換可能であれば、その物理アドレスにアクセスして所
定のデータあるいは命令等を参照することが可能とな
り、ステップS205に進んでハードウェアブレーク機
能による表示が表示装置24において行われて、ユーザ
はデバッグ操作が可能となる。また、ステップS206
における検出で、仮想アドレスが物理アドレスに変換不
能で、アドレス例外を起こすことが検出された場合は、
ステップS207に進む。In step S203, in the application program 43 being executed, a hardware break occurs by referring to the set address, and the debugger 22a detects this through the JTAG-ICE unit 3 and Is displayed on the display device 24 to notify the user. In step S204, the debugger 22a detects whether the address causing the hardware break is an address in the virtual space. If this address is not a virtual address, the process proceeds to step S205. In step S205, the information such as the referenced data and the instruction code or the data indicating the state in the target system 4 is displayed by the hardware break function on the display device 2 of the host computer 2.
4, the user sees this and performs a debugging operation such as an analysis operation of the application program 43. If it is determined in step S204 that the address at which the hardware break has occurred is a virtual address, the process proceeds to step S206. In step S206, the debugger 22a detects the state of the virtual address conversion function provided inside the CPU 41. As a result of this detection, if the target virtual address can be converted into a physical address by the CPU 41, the physical address can be accessed to refer to predetermined data or an instruction. Is displayed on the display device 24, and the user can perform a debugging operation. Step S206
If it is detected that the virtual address cannot be converted to a physical address and causes an address exception,
Proceed to step S207.
【0017】ステップS207において、デバッガ22
aはステップS201においてユーザによって設定され
たハードウェアブレーク機能を一時解除し、ステップS
208に進んで、アクセス不能であった仮想アドレスに
ついてのアドレスエラー処理を行う。ステップS208
のアドレスエラー処理については、図3に示す。図3の
ステップS301において、デバッガ22aは、ターゲ
ットシステム4のオペレーティングシステム42に備わ
る割り込みハンドラのうち、アドレス例外の場合に実行
されるアドレスエラー処理ルーチンの先頭アドレスに一
時ハードウェアブレークを設定する。ステップS302
において、デバッガ22aはアプリケーションプログラ
ム43を、この仮想アドレスへのアクセス命令から再実
行させる。ステップS303において、CPU41はこ
の仮想アドレスへのアクセスでアドレス例外を引き起こ
し、ステップS301で設定されたアドレスエラー処理
ルーチンが起動される。またこのとき、ステップS30
1で設定された一時ハードウェアブレークの状態とな
り、デバッガ22aはこの状態を検出して、表示装置2
4によってユーザに通知する。CPU41ではアドレス
エラー処理ルーチンが実行されて、オペレーティングシ
ステム42に備わる仮想アドレス変換機能によって、C
PU41における仮想アドレス変換テーブルが書き換え
られ、対象となった仮想アドレスが物理アドレスに変換
されて、CPU41によってアクセス可能な状態とな
る。このアドレスエラー処理が終了すると、デバッガ2
2aはこの終了を検知して、ステップS304に進み、
ステップS301で設定した一時ハードウェアブレーク
を解除する。In step S207, the debugger 22
a temporarily cancels the hardware break function set by the user in step S201,
In step 208, an address error process is performed for the virtual address that could not be accessed. Step S208
3 is shown in FIG. In step S301 in FIG. 3, the debugger 22a sets a temporary hardware break at the start address of the address error processing routine executed in the case of an address exception among the interrupt handlers provided in the operating system 42 of the target system 4. Step S302
, The debugger 22a causes the application program 43 to re-execute from the instruction to access the virtual address. In step S303, the CPU 41 causes an address exception by accessing this virtual address, and the address error processing routine set in step S301 is started. At this time, step S30
1 is set to the temporary hardware break state, and the debugger 22a detects this state and
4 to notify the user. In the CPU 41, an address error processing routine is executed.
The virtual address conversion table in the PU 41 is rewritten, the target virtual address is converted into a physical address, and the physical address becomes accessible by the CPU 41. When the address error processing is completed, the debugger 2
2a detects this end and proceeds to step S304.
The temporary hardware break set in step S301 is released.
【0018】以上のステップS301〜304までのア
ドレスエラー処理が終了すると、図2のS209に進
み、デバッガ22aは、ステップS207で解除したハ
ードウェアブレークを再び設定する。ステップS210
において、デバッガ22aはアプリケーションプログラ
ム43を、上記のアドレスエラー処理の対象となった仮
想アドレスへのアクセス命令から、CPU41によって
再実行させる。ステップS203に進み、この仮想アド
レスでハードウェアブレークが発生し、デバッガ22a
がこれを検出してユーザに通知する。ステップS204
において、デバッガ22aはこのアドレスが仮想アドレ
スであることを検出して、ステップS206に進み、C
PU41内部の仮想アドレス変換機能の状態を検出す
る。この仮想アドレスは、ステップS208でのアドレ
スエラー処理によって、物理アドレスに変換可能な状態
にされており、CPU41によってこの物理アドレスに
アクセスして所定のデータあるいは命令等が参照され
て、ステップS205に進み、デバッガ22aは表示装
置24にハードウェアブレーク機能による表示を行い、
ユーザはデバッグ操作が可能となる。When the address error processing in steps S301 to S304 is completed, the process proceeds to step S209 in FIG. 2, and the debugger 22a sets the hardware break released in step S207 again. Step S210
, The debugger 22a causes the CPU 41 to re-execute the application program 43 from the instruction to access the virtual address subjected to the address error processing. Proceeding to step S203, a hardware break occurs at this virtual address and the debugger 22a
Detects this and notifies the user. Step S204
In, the debugger 22a detects that this address is a virtual address, and proceeds to step S206, where C
The state of the virtual address translation function inside the PU 41 is detected. The virtual address is in a state where it can be converted into a physical address by the address error processing in step S208. The CPU 41 accesses this physical address to refer to predetermined data or an instruction, and proceeds to step S205. , The debugger 22a performs display by the hardware break function on the display device 24,
The user can perform a debugging operation.
【0019】以上のようなデバッグ処理のアルゴリズム
では、ハードウェアブレークが発生した仮想アドレスが
CPU41によって物理アドレスに変換不能の場合に、
ハードウェアブレークを一時解除して再実行させ、オペ
レーティングシステム42に備わるアドレス例外を処理
するアドレスエラー処理ルーチンの実行によって、仮想
アドレスの変換処理を行わせる。この後、再び同じアド
レスでハードウェアブレークを発生させ、このアドレス
がCPU41によって物理アドレスに変換可能なことを
保証してから、ハードウェアブレーク機能の表示を行っ
て、デバッグ操作を可能にしている。デバッガ22aは
ユーザが設定したハードウェアブレークの発生に対し
て、該当する仮想アドレスがCPU41によって物理ア
ドレスに変換可能となるまで処理を続ける。このような
処理によって、仮想記憶を利用して実行されるアプリケ
ーションプログラム43のデバッグにおいて、ハードウ
ェアブレーク機能を用いることが可能となり、デバッグ
作業の効率が向上される。また、ユーザは、ホストコン
ピュータ2におけるこのようなデバッグ作業において、
仮想アドレスを意識することなく操作することができ
る。According to the above-described debugging algorithm, when the virtual address at which a hardware break occurs cannot be converted into a physical address by the CPU 41,
The hardware break is temporarily released and re-executed, and a virtual address conversion process is performed by executing an address error processing routine for processing an address exception provided in the operating system 42. Thereafter, a hardware break is generated again at the same address, and it is assured that this address can be converted into a physical address by the CPU 41. Then, the hardware break function is displayed to enable a debugging operation. The debugger 22a continues processing for the occurrence of a hardware break set by the user until the relevant virtual address can be converted into a physical address by the CPU 41. By such processing, the hardware break function can be used in debugging the application program 43 executed using the virtual memory, and the efficiency of the debugging operation is improved. In such a debugging operation on the host computer 2, the user
It can be operated without considering the virtual address.
【0020】また、アプリケーションプログラム43に
対するデバッグ補助機能がオペレーティングシステム4
2に具備され、デバッガ22aが、アプリケーションプ
ログラム43の各プロセスにおいてプログラムのエラー
検出が可能である場合のデバッグ処理は、以下のように
なる。図4に、デバッグ補助機能を備えている場合のデ
バッグ処理のフローチャートを示す。なお、図4では、
図2に示すデバッグ処理におけるステップと同じ処理に
ついては、同一の符号を付してある。The debug assist function for the application program 43 is provided by the operating system 4.
2, and the debugger 22a performs the following process when the error of the program can be detected in each process of the application program 43. FIG. 4 shows a flowchart of the debugging process when the debugging function is provided. In FIG. 4,
The same processing as the step in the debugging processing shown in FIG. 2 is denoted by the same reference numeral.
【0021】図4に示すデバッグ処理の処理開始時点に
おいては、図2に示したデバッグ補助機能を備えない場
合の処理と同様に、ユーザはホストコンピュータ2にお
いて実行されるデバッガ22aを通じ、デバッグ対象の
アプリケーションプログラム43をオペレーティングシ
ステム42上で動作させており、このとき、デバッグ可
能な状態であるとする。ステップS201〜206まで
の処理は、図2に示す処理と同じである。すなわち、ス
テップS201において、アプリケーションプログラム
43の実行を一時停止させて、ハードウェアブレークを
設定し、ステップS202において、アプリケーション
プログラムの実行を再開させる。At the start of the debugging process shown in FIG. 4, the user, through the debugger 22a executed in the host computer 2, executes the debugging process in the same manner as the process shown in FIG. It is assumed that the application program 43 is operating on the operating system 42 and is in a debuggable state at this time. The processing of steps S201 to S206 is the same as the processing shown in FIG. That is, in step S201, the execution of the application program 43 is suspended, and a hardware break is set. In step S202, the execution of the application program is resumed.
【0022】ステップS203において、設定されたア
ドレスでハードウェアブレークが発生して、デバッガ2
2aはこれを検知してユーザに通知し、ステップS20
4において、このアドレスが仮想アドレスかどうかの検
出を行う。仮想アドレスでない場合は、ステップS20
5に進み、表示装置24でハードウェアブレーク機能に
よる表示を行い、ユーザによるデバッグ操作を可能とす
る。また、ステップS204の検出で仮想アドレスであ
った場合は、ステップS206に進み、この仮想アドレ
スがCPU41のアドレス変換機能によって物理アドレ
スに変換可能かどうか検出する。変換可能である場合
は、その物理アドレスにアクセスして所定のデータある
いは命令等を参照することが可能となり、ステップS2
05に進んでハードウェアブレーク機能による表示を行
い、デバッグ操作可能となる。また、ステップS206
における検出で、仮想アドレスが物理アドレスに変換不
能で、そのアドレスにアクセスできない場合は、ステッ
プS207に進み、ステップS201で設定したハード
ウェアブレークの設定を一時解除し、ステップS401
に進む。In step S203, a hardware break occurs at the set address and the debugger 2
2a detects this and notifies the user, and step S20
At 4, it is detected whether this address is a virtual address. If not a virtual address, step S20
Proceeding to step 5, display is performed by the hardware break function on the display device 24 to enable the user to perform a debugging operation. If it is determined in step S204 that the virtual address is a virtual address, the process advances to step S206 to detect whether the virtual address can be converted to a physical address by the address conversion function of the CPU 41. If the conversion is possible, it is possible to access the physical address to refer to predetermined data or an instruction, etc.
In step 05, the display is performed by the hardware break function, and the debug operation becomes possible. Step S206
If the virtual address cannot be converted to a physical address and cannot be accessed in the detection in step S207, the process proceeds to step S207, where the setting of the hardware break set in step S201 is temporarily released, and step S401 is performed.
Proceed to.
【0023】ステップS401において、デバッガ22
aはオペレーティングシステム42に具備されるプログ
ラムのデバッグ補助機能を用いて、該当アドレスにおけ
る命令の実行にエラーがあるかどうかの検出を行う。こ
れによってエラーが検出された場合には、ステップS4
02に進み、アプリケーションプログラム43をこの命
令から再実行させる。ステップS403において、再実
行されたアプリケーションプログラム43は、この命令
の実行においてエラーを生じて例外となり、デバッガ2
2aはこの例外を検出して表示装置24に表示する。ユ
ーザはデバッガ22aを操作して、このプログラムエラ
ーについてデバッグ処理を行うことになる。In step S401, the debugger 22
a detects whether or not there is an error in execution of an instruction at a corresponding address by using a program debugging assist function provided in the operating system 42. If an error is detected by this, step S4
In step 02, the application program 43 is re-executed from this instruction. In step S403, the re-executed application program 43 generates an error in the execution of this instruction and becomes an exception.
2a detects this exception and displays it on the display device 24. The user operates the debugger 22a to perform a debugging process on the program error.
【0024】また、ステップS401において、命令に
エラーが検出されなかった場合には、CPU41が仮想
アドレスにアクセスできない原因がアドレス変換エラー
であることになり、以後のステップS208〜210に
おいて図2と同様の処理が行われる。すなわち、ステッ
プS208において、アプリケーションプログラム43
を再実行してアドレス例外を発生させ、オペレーティン
グシステム42に備わるアドレス例外のためのアドレス
エラー処理ルーチンを起動してアドレス変換処理を行う
という、図3に示すステップS301〜304までの処
理が行われる。これによって、該当する仮想アドレスが
CPU41によってアクセス可能な状態となり、ステッ
プS209において、ハードウェアブレークを再び設定
し、ステップS210において、アプリケーションプロ
グラム43を再実行する。この後、ステップS203に
おいて、ハードウェアブレークが発生してデバッガ22
aはこれを検出し、ステップS204において仮想アド
レスが検出され、ステップS206において、この仮想
アドレスがCPU41によって変換可能であることを検
出し、変換された物理アドレスにアクセスされて、ステ
ップS205において、表示装置24にハードウェアブ
レーク機能による表示を行い、デバッグ操作が可能とな
る。If no error is detected in the instruction in step S401, the cause of the inability of the CPU 41 to access the virtual address is an address translation error, and the subsequent steps S208 to S210 are the same as in FIG. Is performed. That is, in step S208, the application program 43
Are re-executed to generate an address exception, and an address error processing routine for the address exception provided in the operating system 42 is activated to perform the address conversion processing, which is the processing of steps S301 to S304 shown in FIG. . As a result, the corresponding virtual address becomes accessible by the CPU 41, the hardware break is set again in step S209, and the application program 43 is re-executed in step S210. Thereafter, in step S203, a hardware break occurs and the debugger 22
a detects this, a virtual address is detected in step S204, it is detected in step S206 that this virtual address can be converted by the CPU 41, and the converted physical address is accessed. The display by the hardware break function is performed on the device 24, and the debugging operation can be performed.
【0025】以上のように、ターゲットシステム4のオ
ペレーティングシステム42に、プログラムのデバッグ
補助機能が備えられている場合には、ハードウェアブレ
ークが発生して、このアドレスがアクセス不能な仮想ア
ドレスであることを検出した後、デバッグ補助機能によ
ってこのアドレスにおける命令の実行に対するエラー検
出が行われる。これによって、ハードウェアブレーク機
能を利用したデバッグ処理において、該当する仮想アド
レスにアクセス不能となった場合に、エラー原因を検出
することが可能となる。As described above, when the operating system 42 of the target system 4 is provided with a program debugging auxiliary function, a hardware break occurs and this address is an inaccessible virtual address. Is detected, the debug assist function performs error detection for the execution of the instruction at this address. This makes it possible to detect the cause of the error when the corresponding virtual address becomes inaccessible in the debugging process using the hardware break function.
【0026】[0026]
【発明の効果】以上説明したように、本発明のデバッグ
方法では、オペレーティングシステムがアプリケーショ
ンプログラムに対するデバッグ補助機能を備えていない
場合、デバッグ処理中にハードウェアブレークが発生
し、このときのアドレスがCPUによって変換不能な仮
想アドレスであることが検出されると、一旦ハードウェ
アブレーク機能が解除され、オペレーティングシステム
に備わるアドレスエラー処理ルーチンがCPUによって
実行されて、アクセス不能の仮想アドレスに対して物理
アドレスへの変換処理が行われるため、この後に再びハ
ードウェアブレーク処理が設定されてデバッグ処理が続
行され、このアドレスにおいてハードウェアブレークが
発生したとき、物理アドレスへの変換が正しく行われて
目的の命令コードあるいはデータ等にアクセス可能とな
る。このような処理によって、仮想記憶を利用して実行
されるアプリケーションプログラムに対しても、ハード
ウェアブレーク機能を利用したデバッグ処理を行うこと
が可能となり、デバッグ作業の効率を向上させることが
できる。As described above, according to the debugging method of the present invention, if the operating system does not have a debugging assistance function for the application program, a hardware break occurs during the debugging process, and the address at this time is the CPU address. When it is detected that the virtual address is an untranslatable virtual address, the hardware break function is temporarily released, and an address error processing routine provided in the operating system is executed by the CPU to convert the inaccessible virtual address to the physical address. After this, the hardware break processing is set again and the debugging processing is continued. When a hardware break occurs at this address, the conversion to the physical address is performed correctly and the target instruction code is executed. Ah There will be possible to access the data, and the like. By such a process, it is possible to perform a debugging process using the hardware break function even for an application program executed using the virtual memory, and it is possible to improve the efficiency of the debugging operation.
【0027】また、本発明のデバッグ方法では、オペレ
ーティングシステムがアプリケーションプログラムに対
するデバッグ補助機能を備えている場合、デバッグ処理
中にハードウェアブレークが発生し、このときのアドレ
スがCPUによって変換不能な仮想アドレスであること
が検出されると、一旦ハードウェアブレーク機能が解除
され、まずオペレーティングシステムに備わるデバッグ
補助機能によって、このアドレスにおける命令の実行に
対するエラーの検出が行われ、エラーが検出された場合
はCPUにこの命令を再度実行させて命令例外を発生さ
せ、この命令のデバッグ作業を行うことができる。これ
によって、CPUが仮想アドレスにアクセス不能となっ
た場合に、エラー原因を検出することが可能となる。ま
た、命令にエラーが検知されなかった場合は、オペレー
ティングシステムに備わるアドレスエラー処理ルーチン
がCPUによって実行されて、アクセス不能の仮想アド
レスに対して物理アドレスへの変換処理が行われる。こ
れによって、この後に再びハードウェアブレーク処理が
設定されてデバッグ処理が続行され、このアドレスにお
いてハードウェアブレークが発生したとき、物理アドレ
スへの変換が正しく行われて目的の命令コードあるいは
データ等にアクセス可能となる。このような処理によっ
て、仮想記憶を利用して実行されるアプリケーションプ
ログラムに対しても、ハードウェアブレーク機能を利用
したデバッグ処理を行うことが可能となり、デバッグ作
業の効率を向上させることができる。According to the debugging method of the present invention, when the operating system has an auxiliary debugging function for an application program, a hardware break occurs during the debugging process, and the address at this time is a virtual address which cannot be converted by the CPU. Is detected, the hardware break function is temporarily released, and first, an error in execution of the instruction at this address is detected by a debugging auxiliary function provided in the operating system. If an error is detected, the CPU is disabled. The instruction can be re-executed to generate an instruction exception, and the instruction can be debugged. This makes it possible to detect the cause of the error when the CPU becomes inaccessible to the virtual address. If no error is detected in the instruction, an address error processing routine provided in the operating system is executed by the CPU to convert the inaccessible virtual address to a physical address. As a result, the hardware break processing is set again thereafter and the debugging processing is continued, and when a hardware break occurs at this address, the conversion to the physical address is correctly performed and the target instruction code or data is accessed. It becomes possible. By such a process, it is possible to perform a debugging process using the hardware break function even for an application program executed using the virtual memory, and it is possible to improve the efficiency of the debugging operation.
【図1】本発明のデバッグ方法が実現されるデバッグシ
ステムの概略構成例を示す図である。FIG. 1 is a diagram showing an example of a schematic configuration of a debugging system in which a debugging method of the present invention is realized.
【図2】オペレーティングシステムがアプリケーション
プログラムに対するデバッグ補助機能を備えていない場
合における、デバッガの実行によるデバッグ処理のフロ
ーチャートを示す。FIG. 2 shows a flowchart of a debugging process by execution of a debugger when the operating system does not have a debugging assistance function for an application program.
【図3】図2中のステップS208に示すアドレスエラ
ー処理のフローチャートを示す。FIG. 3 shows a flowchart of an address error process shown in step S208 in FIG.
【図4】オペレーティングシステムがデバッグ補助機能
を備えている場合における、デバッグ処理のフローチャ
ートを示す。FIG. 4 shows a flowchart of a debugging process when the operating system has a debugging assist function.
1……デバッグシステム、2……ホストコンピュータ、
3……JTAG−ICEユニット、4……ターゲットシ
ステム、21……情報制御装置、22……記憶装置、2
2a……デバッガ、23……入力装置、24……表示装
置、25……インタフェース、41……CPU、41a
……デバッグモジュール、42……オペレーティングシ
ステム、43……アプリケーションプログラム1 ... Debug system, 2 ... Host computer,
3 ... JTAG-ICE unit, 4 ... target system, 21 ... information control device, 22 ... storage device, 2
2a: debugger, 23: input device, 24: display device, 25: interface, 41: CPU, 41a
…… Debug module, 42 …… Operating system, 43 …… Application program
フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 12/10 541 G06F 12/10 541 Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat II (reference) G06F 12/10 541 G06F 12/10 541
Claims (4)
ィングシステムと、前記オペレーティングシステム上で
動作するアプリケーションプログラムとを動作させるC
PUに実装された、バウンダリスキャンによるデバッグ
機構を制御して、前記アプリケーションプログラムのデ
バッグを行い、前記オペレーティングシステムが前記ア
プリケーションプログラムに対するデバッグ補助機能を
備えない場合のデバッグ方法において、 ハードウェアブレーク機能を設定して前記CPU上で前
記アプリケーションプログラムを実行させ、 ハードウェアブレークが発生し、このときのアドレスが
前記CPUによって変換不能な仮想アドレスであること
を検出した場合、前記ハードウェアブレーク機能を解除
し、 前記オペレーティングシステムに備わるアドレスエラー
処理ルーチンを前記CPUに実行させて、前記仮想アド
レスに対して物理アドレスへの変換処理を行わせ、 前記ハードウェアブレーク機能を再び設定し、前記CP
Uに前記アプリケーションプログラムを再実行させる、 ことを特徴とするデバッグ方法。1. An operating system having a virtual memory control function and an application program operating on the operating system.
Controlling a debugging mechanism by a boundary scan implemented in the PU to debug the application program, and setting a hardware break function in a debugging method when the operating system does not have a debugging auxiliary function for the application program. Then, the application program is executed on the CPU, a hardware break occurs, and when it is detected that the address at this time is a virtual address that cannot be converted by the CPU, the hardware break function is released, Causing the CPU to execute an address error processing routine provided in the operating system to convert the virtual address into a physical address, and set the hardware break function again And the CP
U. Re-execute the application program.
じ、前記デバッグ機構にJTAG−ICEを接続し、前
記JTAG−ICEを介して前記デバッグ機構を制御す
ることによって実現されることを特徴とする請求項1記
載のデバッグ方法。2. The debugging mechanism according to the JTAG standard, wherein the debugging mechanism is realized by connecting a JTAG-ICE to the debugging mechanism and controlling the debugging mechanism via the JTAG-ICE. 1. The debugging method according to 1.
ィングシステムと、前記オペレーティングシステム上で
動作するアプリケーションプログラムとを動作させるC
PUに実装された、バウンダリスキャンによるデバッグ
機構を制御して、前記アプリケーションプログラムのデ
バッグを行い、前記オペレーティングシステムが前記ア
プリケーションプログラムに対するデバッグ補助機能を
備える場合のデバッグ方法において、 ハードウェアブレーク機能を設定して前記CPU上で前
記アプリケーションプログラムを実行させ、 ハードウェアブレークが発生し、このときのアドレスが
前記CPUによって変換不能な仮想アドレスであること
を検出した場合、前記ハードウェアブレーク機能を解除
し、 前記デバッグ補助機能によって前記アドレスにおける命
令の実行にエラーが検出された場合、前記CPUに前記
命令を再度実行させて命令例外を発生させ、 前記エラーが検出されなかった場合、前記オペレーティ
ングシステムに備わるアドレスエラー処理ルーチンを前
記CPUに実行させて、前記仮想アドレスに対して物理
アドレスへの変換処理を行わせ、 前記ハードウェアブレーク機能を再び設定し、前記CP
Uに前記アプリケーションプログラムを再実行させる、 ことを特徴とするデバッグ方法。3. An operating system having a function of controlling a virtual memory and an application program operating on the operating system.
Controlling a debugging mechanism by a boundary scan implemented in the PU to debug the application program, and setting a hardware break function in a debugging method when the operating system has a debugging auxiliary function for the application program. Executing the application program on the CPU to cause a hardware break, and if it is detected that the address at this time is a virtual address that cannot be converted by the CPU, release the hardware break function; If an error is detected in the execution of the instruction at the address by the debug assist function, the CPU causes the CPU to execute the instruction again to generate an instruction exception. If the error is not detected, the Causing the CPU to execute an address error processing routine provided in the switching system to convert the virtual address to a physical address, set the hardware break function again, and
U. Re-execute the application program.
じ、前記デバッグ機構にJTAG−ICEを接続し、前
記JTAG−ICEを介して前記デバッグ機構を制御す
ることによって実現されることを特徴とする請求項3記
載のデバッグ方法。4. The debugging mechanism according to the JTAG standard, wherein the debugging mechanism is realized by connecting a JTAG-ICE to the debugging mechanism and controlling the debugging mechanism via the JTAG-ICE. 3. The debugging method according to 3.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000244967A JP2002055849A (en) | 2000-08-11 | 2000-08-11 | Debugging method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000244967A JP2002055849A (en) | 2000-08-11 | 2000-08-11 | Debugging method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2002055849A true JP2002055849A (en) | 2002-02-20 |
Family
ID=18735575
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000244967A Pending JP2002055849A (en) | 2000-08-11 | 2000-08-11 | Debugging method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2002055849A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007199955A (en) * | 2006-01-25 | 2007-08-09 | Japan Aviation Electronics Industry Ltd | Real time system and program stop method |
JP2014099167A (en) * | 2012-10-19 | 2014-05-29 | Loarant Corp | Remote operation system, radio communication unit, and remote debug system |
-
2000
- 2000-08-11 JP JP2000244967A patent/JP2002055849A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007199955A (en) * | 2006-01-25 | 2007-08-09 | Japan Aviation Electronics Industry Ltd | Real time system and program stop method |
JP2014099167A (en) * | 2012-10-19 | 2014-05-29 | Loarant Corp | Remote operation system, radio communication unit, and remote debug system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109726135B (en) | Multi-core debugging method and device and computer readable storage medium | |
US20070011507A1 (en) | System and method for remote system support | |
TWI411955B (en) | Multi-core microprocessor and debugging method thereof | |
CN101901177B (en) | Multicore microprocessor and debug method thereof | |
WO2013075499A1 (en) | Power on self test information output method, virtual machine manager and processor | |
US20090083736A1 (en) | Virtualized computer, monitoring method of the virtualized computer and a computer readable medium thereof | |
US20100153786A1 (en) | Processor, multiprocessor, and debugging method | |
JPH07219809A (en) | Apparatus and method for data processing | |
TW200837555A (en) | Debug method | |
JP2513417B2 (en) | Information processing device | |
JP2010117813A (en) | Debugging system, debugging method, debugging control method, and debugging control program | |
US8701089B2 (en) | Program execution device and method for controlling the same | |
TW200415461A (en) | Program debugging method | |
CN110955566B (en) | Error detecting method | |
JP2002055849A (en) | Debugging method | |
JPH11175369A (en) | Program development supporting device, program development supporting method and medium recording program development supporting program | |
JP2009223714A (en) | Arithmetic circuit and failure analysis method of arithmetic circuit | |
Tröger et al. | Software-implemented fault injection at firmware level | |
CN108073481B (en) | Server system capable of providing hardware operation information and processing method thereof | |
JPH0477833A (en) | Integrated circuit provided with debugging environment | |
CN114327648B (en) | Driving debugging method and device, electronic equipment and storage medium | |
CN114266037B (en) | Sample detection method and device, electronic equipment and storage medium | |
JPH103403A (en) | Computer system and debugging method | |
JP2912269B2 (en) | Debug system and method | |
CN112416695A (en) | Global variable monitoring method, device, equipment and storage medium |